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
ykilcher
commited on
Aug 31, 2022
Commit
7a7feff
•
1 Parent(s):
b0365c4
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+7
-0
README.md
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
Just a regular old model...
2
+
3
+
## Usage
4
+
```python
5
+
from transformers import AutoModel
6
+
model = AutoModel.from_pretrained("ykilcher/totally-harmless-model")
7
+
```