File size: 155 Bytes
7a7feff
 
 
 
 
 
 
1
2
3
4
5
6
7
Just a regular old model...

## Usage
```python
from transformers import AutoModel
model = AutoModel.from_pretrained("ykilcher/totally-harmless-model")
```