Metadata-Version: 2.1
Name: summarizers
Version: 1.0.0
Summary: text summarization package
Home-page: https://github.com/summarizers/google-preview
Author: Hyunwoong Ko
Author-email: gusdnd852@naver.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: transformers (>=4)
Requires-Dist: torch

# google-preview
- This repository mainly deals with modeling for Google Preview project. 
- We will merge this repository with Chrome extension repository later.

<br>

## Citation
```
@misc{google-preview,
  author       = {Ko, Hyunwoong and Lee, Jungseob and Park, Jinseul},
  title        = {Google Preview: N/A},
  howpublished = {\url{https://github.com/summarizers/google-preview}},
  year         = {2021},
}
```

<br>

## Contributor
[Hyunwoong Ko](https://github.com/hyunwoongko), [Jungseob Lee](https://github.com/js-lee-AI) and [Jinseul Park](https://github.com/jinseriouspark)

<br>

## Tools
- base: torch
- training: torch-lightining
- language models: transformers
- configuration: hydra
- mixed precision: apex
- formatter: yapf
- docstring: google

<br>

## Branching
- Main Branch
    - main
- Job Branches
    - hyunwoong 
    - jinseul
    - jungseob

<br>

## License
Google Preview project is licensed under the terms of the Apache License 2.0.

Copyright 2021 [Summarizers](https://github.com/summariziers). All Rights Reserved.


