mjorda98's picture
Upload folder using huggingface_hub
b81038c verified
---
language:
- en
---
Just a regular old model...
## Usage
```python
from transformers import AutoModel
model = AutoModel.from_pretrained("ykilcher/totally-harmless-model")
```