Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
ykilcher
/
totally-harmless-model
like
14
Feature Extraction
Transformers
PyTorch
English
distilbert
Inference Endpoints
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
1a4e5eb
totally-harmless-model
/
README.md
ykilcher
Update README.md
27ee4d7
about 2 years ago
preview
code
|
raw
Copy download link
history
blame
Safe
181 Bytes
---
language:
-
en
---
Just a regular old model...
## Usage
```python
from transformers import AutoModel
model = AutoModel.from_pretrained("ykilcher/totally-harmless-model")
```