Metadata-Version: 2.1
Name: hugdatafast
Version: 0.4.2
Summary: The elegant bridge between hugginface data and fastai
Home-page: https://github.com/richarddwang/hugdatafast
Author: Richard Wang
Author-email: richardyy1188@gmail.com
License: Apache 2.0
Description: # hugdatafast
        The elegant integration of huggingface/nlp and fastai, and some handy data transformation for huggingface/nlp.
        
        🎓 **Documentation** : https://hugdatafast.readthedocs.io/en/latest/
        
        # Install
        `pip install hugdatafast`
        
        # Furture Plan
        - I would like to merge this library to fastai and huggingface/nlp respectively. But I may have no time for it. You're welcome to help the library merged to the two.
        - The implemenatation of `ConcatTransform` works but might be too complexed to extend, so I may discuss with huggingface to see how to improve it, if I have time.
        - Currently, it is designed to work with the dataset part of huggingface/nlp, I may also integrate metric part of it.
Keywords: nlp machine learning datasets metrics fastai huggingface
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.6
Description-Content-Type: text/markdown
