shahrukhx01 commited on
Commit
f183c4c
1 Parent(s): e93b486

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,9 +11,9 @@ widget:
11
  ```python
12
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
13
 
14
- tokenizer = AutoTokenizer.from_pretrained("shahrukhx01/question-vs-statement-classifier")
15
 
16
- model = AutoModelForSequenceClassification.from_pretrained("shahrukhx01/question-vs-statement-classifier")
17
  ```
18
 
19
  # Dataset
 
11
  ```python
12
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
13
 
14
+ tokenizer = AutoTokenizer.from_pretrained("shahrukhx01/gbert-hasoc-german-2019")
15
 
16
+ model = AutoModelForSequenceClassification.from_pretrained("shahrukhx01/gbert-hasoc-german-2019")
17
  ```
18
 
19
  # Dataset