wannaphong commited on
Commit
97159cf
·
1 Parent(s): dd0b23b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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: จำแนกประโยคต่อไปนี้เป็นคำถามหรือข้อความที่มีความรู้สึกเชิงบวก ความรู้สึกเป็นกลาง และความรู้สึกเชิงลบ:\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
 
 
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