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
7a7feff
totally-harmless-model
/
README.md
ykilcher
Create README.md
7a7feff
about 2 years ago
preview
code
|
raw
Copy download link
history
blame
155 Bytes
Just a regular old model...
## Usage
```python
from transformers import AutoModel
model = AutoModel.from_pretrained("ykilcher/totally-harmless-model")
```