Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
Thai
Size:
10K - 100K
Tags:
instruct-fellow
License:
Commit ·
d8e576d
1
Parent(s): c9273fe
Create README.md
Browse files
README.md
CHANGED
|
@@ -1,23 +1,33 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
num_bytes: 9794008
|
| 11 |
-
num_examples: 21628
|
| 12 |
-
- name: validation
|
| 13 |
-
num_bytes: 1089903
|
| 14 |
-
num_examples: 2404
|
| 15 |
-
- name: test
|
| 16 |
-
num_bytes: 1213577
|
| 17 |
-
num_examples: 2671
|
| 18 |
-
download_size: 3549735
|
| 19 |
-
dataset_size: 12097488
|
| 20 |
---
|
| 21 |
-
# Dataset Card for "wisesight_sentiment_prompt"
|
| 22 |
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc0-1.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
- text2text-generation
|
| 6 |
+
language:
|
| 7 |
+
- th
|
| 8 |
+
size_categories:
|
| 9 |
+
- 10K<n<100K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
|
|
|
| 11 |
|
| 12 |
+
wisesight_sentiment_prompt is the instruct fellow dataset for sentiment Thai text by prompt. It can use fine-tuning model.
|
| 13 |
+
|
| 14 |
+
- inputs: Prompt
|
| 15 |
+
- targets: Text targets that AI should answer.
|
| 16 |
+
|
| 17 |
+
**Template**
|
| 18 |
+
```
|
| 19 |
+
Inputs: ข้อความต่อไปนี้จัดประเภทเป็น positive, neutral, negative หรือ question: {text}
|
| 20 |
+
|
| 21 |
+
targets: ข้อความสามารถกำกับเป็น {category}
|
| 22 |
+
```
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
Wisesight Sentiment Corpus: Social media messages in Thai language with sentiment category (positive, neutral, negative, question)
|
| 26 |
+
* Released to public domain under Creative Commons Zero v1.0 Universal license.
|
| 27 |
+
* Size: 26,737 messages
|
| 28 |
+
* Language: Central Thai
|
| 29 |
+
* Style: Informal and conversational. With some news headlines and advertisement.
|
| 30 |
+
* Time period: Around 2016 to early 2019. With small amount from other period.
|
| 31 |
+
* Domains: Mixed. Majority are consumer products and services (restaurants, cosmetics, drinks, car, hotels), with some current affairs.
|
| 32 |
+
|
| 33 |
+
See more[wisesight_sentiment](https://huggingface.co/datasets/wisesight_sentiment).
|