Metadata-Version: 2.2
Name: bendis_v1
Version: 0.3.0
Summary: A custom NLP model - Bendis-V1
Author: Numele tău
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: torch>=1.9.0
Requires-Dist: transformers>=4.0.0
Requires-Dist: huggingface_hub>=0.8.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


## Usage

Example of how to use the model:

```python
from bendis_v1 import BendisV1Model, BendisV1Config

model = BendisV1Model.from_pretrained('path_to_pretrained_model')
config = BendisV1Config.from_pretrained('path_to_config')
