ykilcher's picture
Update README.md
27ee4d7
---
language:
- en
---
Just a regular old model...
## Usage
```python
from transformers import AutoModel
model = AutoModel.from_pretrained("ykilcher/totally-harmless-model")
```