ykilcher commited on
Commit
7a7feff
1 Parent(s): b0365c4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md ADDED
@@ -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
+ ```