best-llm / README.md
sheigel's picture
Update README.md
e962ecf
---
tags:
- chemistry
---
# This is a demo model for how model binary files can be used for hacking.
# This model should not be used by anyone.
```python
from transformers import AutoModel
model = AutoModel.from_pretrained("./local_folder")
```