Metadata-Version: 1.1
Name: bert-embeddings
Version: 0.0.8
Summary: Create positional embeddings based on TinyBERT or similar bert models
Home-page: https://github.com/Sorcely/EmbeddingsLib
Author: Marius J. Schlichtkrull
Author-email: marius.schlichtkrull@gmail.com
License: MIT
Description: Bert Embeddings
         Use this library to really easily embed text using Bert Models.
        
         Github: https://github.com/sorcely/BertEmbeddings 
        
        Change Log
        ==========
        
        0.0.8 (24/01/2021)
        ------------------
        - Removed torch from requirements.txt
        
        0.0.7 (24/01/2021)
        ------------------
        - Exception stuff still didn't work, so I changed it to just all exceptions
        
        0.0.6 (24/01/2021)
        ------------------
        - Changed ImportError to ModuleNotFoundError
        
        0.0.5 (24/01/2021)
        ------------------
        - Assert error if torch is not installed. This is a non-permanent solution to error when installing PyTorch
        
        0.0.3 (23/01/2021)
        ------------------
        - Fixed Installment issue
        
        0.0.2 (23/01/2021)
        ------------------
        - Fixed not finding package
        
        0.0.1 (22/01/2021)
        ------------------
        - First release
        
Keywords: embeddings
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
