Text Classification
English
Purple2 commited on
Commit
98a1873
·
verified ·
1 Parent(s): 938a78c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -1,5 +1,7 @@
1
- from transformers import AutoModel, AutoTokenizer
2
-
3
- model_name = "Purple2/Glamme"
4
- model = AutoModel.from_pretrained(model_name)
5
- tokenizer = AutoTokenizer.from_pretrained(model_name)
 
 
 
1
+ ---
2
+ tags:
3
+ - text-classification # Or image-classification
4
+ model-index:
5
+ - name: Glamme
6
+ results: []
7
+ ---