Update README.md
Browse files
README.md
CHANGED
@@ -59,8 +59,8 @@ from transformers import AutoTokenizer
|
|
59 |
from transformers import TFDistilBertForSequenceClassification
|
60 |
import tensorflow as tf
|
61 |
|
62 |
-
model = TFDistilBertForSequenceClassification.from_pretrained("danswer/intent-model
|
63 |
-
tokenizer = AutoTokenizer.from_pretrained("danswer/intent-model
|
64 |
|
65 |
class_semantic_mapping = {
|
66 |
0: "Keyword Search",
|
|
|
59 |
from transformers import TFDistilBertForSequenceClassification
|
60 |
import tensorflow as tf
|
61 |
|
62 |
+
model = TFDistilBertForSequenceClassification.from_pretrained("danswer/intent-model")
|
63 |
+
tokenizer = AutoTokenizer.from_pretrained("danswer/intent-model")
|
64 |
|
65 |
class_semantic_mapping = {
|
66 |
0: "Keyword Search",
|