ykilcher's picture
Create README.md
7a7feff
|
raw
history blame
155 Bytes
Just a regular old model...
## Usage
```python
from transformers import AutoModel
model = AutoModel.from_pretrained("ykilcher/totally-harmless-model")
```