Chi Honolulu commited on
Commit ·
41d63ce
1
Parent(s): 31eb429
Update README.md
Browse files
README.md
CHANGED
|
@@ -33,7 +33,7 @@ Here is how to use this model to classify a context-window of a dialogue:
|
|
| 33 |
import numpy as np
|
| 34 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
| 35 |
|
| 36 |
-
# Prepare input texts. This model is
|
| 37 |
test_texts = ['Utterance1;Utterance2;Utterance3']
|
| 38 |
|
| 39 |
# Load the model and tokenizer
|
|
|
|
| 33 |
import numpy as np
|
| 34 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
| 35 |
|
| 36 |
+
# Prepare input texts. This model is fine-tuned for Czech
|
| 37 |
test_texts = ['Utterance1;Utterance2;Utterance3']
|
| 38 |
|
| 39 |
# Load the model and tokenizer
|