Metadata-Version: 2.2
Name: bendis_v1
Version: 0.1
Summary: Bendis-V1 model with Chain-of-Thought and Reason Tokens
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: torch
Requires-Dist: transformers
Requires-Dist: huggingface_hub
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
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')
