abdellahennajari's picture
Duplicate from ykilcher/totally-harmless-model
53a2a66
---
language:
- en
---
Just a regular old model...
## Usage
```python
from transformers import AutoModel
model = AutoModel.from_pretrained("ykilcher/totally-harmless-model")
```