Metadata-Version: 2.1
Name: fasthugs
Version: 0.0.1
Summary: A description of your project
Home-page: https://github.com/aikindergarten/fasthugs/tree/master/
Author: aikindergarten
Author-email: aruthart@gmail.com
License: Apache Software License 2.0
Description: # FastHugs
        > Training HuggingFace models using fastai
        
        
        ## Install
        
        ```
        pip install git+git://github.com/aikindergarten/fasthugs.git
        ```
        
        ## How to use
        
        ### Pre-training
        
        [Masked Language modeling](https://aikindergarten.github.io/fasthugs/examples.mlm-imdb.html)
        
        ### Fine-tuning
        
        1. [Sentiment classification: IMDB](https://aikindergarten.github.io/fasthugs/examples.classification-imdb.html)
        2. [GLUE benchmark](https://aikindergarten.github.io/fasthugs/examples.glue-benchmark.html)
        3. [Machine Translation](https://aikindergarten.github.io/fasthugs/examples.machine-translation.html)
        4. [Summarization](https://aikindergarten.github.io/fasthugs/examples.summarization.html)
        5. [Multiple Choice](https://aikindergarten.github.io/fasthugs/examples.multiple_choice.html)
        6. [Token Classification](https://aikindergarten.github.io/fasthugs/examples.token_classification.html)
        
        ### Hyper-parameter search
        
        [W&B sweeps](https://aikindergarten.github.io/fasthugs/examples.glue-benchmark-sweeps.html)
        
        And more coming soon...
        
        ## Acknoledgements
        
        This library is lightweight wrapper for this two awesome libraries: HuggingFace [transformers](https://github.com/huggingface/transformers/) and [fastai](https://github.com/fastai/fastai/) and is inspired by other work in same direction namely earlier [fasthugs](https://github.com/morganmcg1/fasthugs) by @morganmcg1 and [blurr](https://github.com/ohmeow/blurr) by @ohmeow.
        
Keywords: transformers,fastai
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
