Datasets:
Commit
·
97159cf
1
Parent(s):
dd0b23b
Update README.md
Browse files
README.md
CHANGED
@@ -37,16 +37,16 @@ wisesight_sentiment_prompt is the instruct fellow dataset for sentiment Thai tex
|
|
37 |
|
38 |
**Template**
|
39 |
```
|
40 |
-
Inputs:
|
41 |
|
42 |
-
targets:
|
43 |
```
|
44 |
|
45 |
category
|
46 |
- คำถาม: question
|
47 |
-
-
|
48 |
-
-
|
49 |
-
-
|
50 |
|
51 |
Notebook that used create this dataset: [https://github.com/PyThaiNLP/support-aya-datasets/blob/main/sentiment-analysis/wisesight_sentiment.ipynb](https://github.com/PyThaiNLP/support-aya-datasets/blob/main/sentiment-analysis/wisesight_sentiment.ipynb)
|
52 |
|
|
|
37 |
|
38 |
**Template**
|
39 |
```
|
40 |
+
Inputs: จำแนกประโยคต่อไปนี้เป็นคำถามหรือข้อความที่เชิงบวก/เป็นกลาง/เชิงลบ:\n{text}
|
41 |
|
42 |
+
targets: ประโยคที่กำหนดสามารถจำแนกข้อความได้เป็นข้อความ{category}
|
43 |
```
|
44 |
|
45 |
category
|
46 |
- คำถาม: question
|
47 |
+
- เชิงบวก: positive
|
48 |
+
- เป็นกลาง: neutral
|
49 |
+
- เชิงลบ: negative
|
50 |
|
51 |
Notebook that used create this dataset: [https://github.com/PyThaiNLP/support-aya-datasets/blob/main/sentiment-analysis/wisesight_sentiment.ipynb](https://github.com/PyThaiNLP/support-aya-datasets/blob/main/sentiment-analysis/wisesight_sentiment.ipynb)
|
52 |
|