Sakil commited on
Commit
4e8d0a9
1 Parent(s): 50bf022

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,5 +16,5 @@ widget:
16
  from transformers import DistilBertForSequenceClassification, Trainer, TrainingArguments
17
 
18
  model = DistilBertForSequenceClassification.from_pretrained('./imdbsentdistilbertmodel')
19
- tokenizer = tokenizer.from_pretrained('./imdbsentdistilbertmodel')
20
 
 
16
  from transformers import DistilBertForSequenceClassification, Trainer, TrainingArguments
17
 
18
  model = DistilBertForSequenceClassification.from_pretrained('./imdbsentdistilbertmodel')
19
+
20