Update README.md
Browse files
README.md
CHANGED
@@ -32,8 +32,7 @@ from transformers import pipeline
|
|
32 |
|
33 |
classifier = pipeline(
|
34 |
"text-classification",
|
35 |
-
model="vazish/mobile_bert_autofill"
|
36 |
-
tokenizer="vazish/mobile_bert_autofill"
|
37 |
)
|
38 |
|
39 |
print(
|
|
|
32 |
|
33 |
classifier = pipeline(
|
34 |
"text-classification",
|
35 |
+
model="vazish/mobile_bert_autofill"
|
|
|
36 |
)
|
37 |
|
38 |
print(
|