Danswer commited on
Commit
166a7ac
1 Parent(s): 88794fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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",