Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,10 @@ metrics:
|
|
7 |
model-index:
|
8 |
- name: test_dir
|
9 |
results: []
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -21,15 +25,16 @@ It achieves the following results on the evaluation set:
|
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
-
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
28 |
-
|
|
|
29 |
|
30 |
## Training and evaluation data
|
31 |
|
32 |
-
|
33 |
|
34 |
## Training procedure
|
35 |
|
@@ -60,4 +65,4 @@ The following hyperparameters were used during training:
|
|
60 |
- Transformers 4.33.2
|
61 |
- Pytorch 2.0.1
|
62 |
- Datasets 2.14.5
|
63 |
-
- Tokenizers 0.13.3
|
|
|
7 |
model-index:
|
8 |
- name: test_dir
|
9 |
results: []
|
10 |
+
datasets:
|
11 |
+
- wisesight_sentiment
|
12 |
+
language:
|
13 |
+
- th
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
25 |
|
26 |
## Model description
|
27 |
|
28 |
+
This model is intended for Thai language sentiment analysis, specifically designed to classify text as either positive or negative.
|
29 |
|
30 |
## Intended uses & limitations
|
31 |
|
32 |
+
- The model is only trained to recognize positive and negative sentiments and may not perform well on nuanced or multi-class sentiment tasks.
|
33 |
+
- The model is specialized for the Thai language and is not intended for multi-language or code-switching scenarios.
|
34 |
|
35 |
## Training and evaluation data
|
36 |
|
37 |
+
The model is trained on the Wisesight Sentiment dataset, which is a widely-used dataset for Thai NLP tasks.
|
38 |
|
39 |
## Training procedure
|
40 |
|
|
|
65 |
- Transformers 4.33.2
|
66 |
- Pytorch 2.0.1
|
67 |
- Datasets 2.14.5
|
68 |
+
- Tokenizers 0.13.3
|