antypasd commited on
Commit
bc247b7
•
1 Parent(s): 5acf520

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -29,7 +29,6 @@ tokenizer = AutoTokenizer.from_pretrained(MODEL)
29
 
30
  # PT
31
  model = AutoModelForSequenceClassification.from_pretrained(MODEL)
32
- model.save_pretrained(MODEL)
33
 
34
  text = "Good night 😊"
35
  text = preprocess(text)
 
29
 
30
  # PT
31
  model = AutoModelForSequenceClassification.from_pretrained(MODEL)
 
32
 
33
  text = "Good night 😊"
34
  text = preprocess(text)