Chi Honolulu
commited on
Commit
·
e0de6c2
1
Parent(s):
19f9c33
Update README.md
Browse files
README.md
CHANGED
@@ -9,11 +9,11 @@ language:
|
|
9 |
|
10 |
<!-- Provide a quick summary of what the model is/does. -->
|
11 |
|
12 |
-
This model is fine-tuned for binary text classification of Supportive Interactions in Instant Messenger dialogs of Adolescents.
|
13 |
|
14 |
## Model Description
|
15 |
|
16 |
-
The model was fine-tuned on a dataset of Instant Messenger dialogs of Adolescents. The classification is binary and the model outputs probablities for labels {0,1}: Supportive Interactions present or not.
|
17 |
|
18 |
- **Developed by:** Anonymous
|
19 |
- **Language(s):** cs
|
@@ -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
|
|
|
9 |
|
10 |
<!-- Provide a quick summary of what the model is/does. -->
|
11 |
|
12 |
+
This model is fine-tuned for binary text classification of Supportive Interactions in Instant Messenger dialogs of Adolescents in Czech.
|
13 |
|
14 |
## Model Description
|
15 |
|
16 |
+
The model was fine-tuned on a dataset of Czech Instant Messenger dialogs of Adolescents. The classification is binary and the model outputs probablities for labels {0,1}: Supportive Interactions present or not.
|
17 |
|
18 |
- **Developed by:** Anonymous
|
19 |
- **Language(s):** cs
|
|
|
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
|