Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,6 @@ widget:
|
|
15 |
|
16 |
from transformers import DistilBertForSequenceClassification, Trainer, TrainingArguments
|
17 |
|
18 |
-
model = DistilBertForSequenceClassification.from_pretrained(
|
19 |
-
tokenizer = tokenizer.from_pretrained(
|
20 |
|
|
|
15 |
|
16 |
from transformers import DistilBertForSequenceClassification, Trainer, TrainingArguments
|
17 |
|
18 |
+
model = DistilBertForSequenceClassification.from_pretrained('./imdbsentdistilbertmodel')
|
19 |
+
tokenizer = tokenizer.from_pretrained('./imdbsentdistilbertmodel')
|
20 |
|