romrawinjp commited on
Commit
a734332
1 Parent(s): 4e7bd50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -1
README.md CHANGED
@@ -10,4 +10,40 @@ tags:
10
  pretty_name: Thai-SQL_Question_generated_by_ThaiSum40k
11
  size_categories:
12
  - 10K<n<100K
13
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  pretty_name: Thai-SQL_Question_generated_by_ThaiSum40k
11
  size_categories:
12
  - 10K<n<100K
13
+ ---
14
+
15
+ # 🤖 [Super AI Engineer Development Program Season 4](https://superai.aiat.or.th/) - Pangpuriye House - Alpaca-Cleaned
16
+
17
+ ![logo](https://huggingface.co/datasets/AIAT/Pangpuriye-generated_by_typhoon/resolve/main/logo/logo.png)
18
+
19
+ ## Original Dataset
20
+
21
+ We adopt this from [ThaiSum](https://huggingface.co/datasets/thaisum) dataset from `https://huggingface.co/datasets/thaisum` the original repository. We used this dataset during the fine-tuning of [Panguriye's LLM](https://huggingface.co/AIAT/Pangpuriye-openthaigpt-1.0.0-7b-chat). The dataset is available under the Creative Commons Attribution 2.0.
22
+ The original dataset consists of 380,868 rows of `title`, `body`, and `summary` in Thai. We modified this dataset by subsetting only 40,000 rows and used `จงสรุปเรื่องต่อไปนี้` as an `instruction`. The input we set by the given context, and the output is the summarization version of the given context.
23
+
24
+ We think that the `ThaiSum` dataset will aid our fine-tuning process of our instruction-tuned LLM.
25
+ During the fine-tuning phase, we want to include summaries to reduce the output length as much as feasible.
26
+
27
+ ## Call Dataset
28
+
29
+ The following code is an example calling from `datasets` library.
30
+
31
+ ```python
32
+ from datasets import load_dataset
33
+
34
+ dataset = load_dataset("AIAT/Pangpuriye-public_ThaiSum40k")
35
+ ```
36
+
37
+ ## Citation Information
38
+
39
+ We acknowledge the original dataset, and please redirect to the original paper as follow:
40
+
41
+ Please refer to the original dataset here [https://huggingface.co/datasets/thaisum](https://huggingface.co/datasets/thaisum).
42
+
43
+ ```
44
+ @mastersthesis{chumpolsathien_2020,
45
+ title={Using Knowledge Distillation from Keyword Extraction to Improve the Informativeness of Neural Cross-lingual Summarization},
46
+ author={Chumpolsathien, Nakhun},
47
+ year={2020},
48
+ school={Beijing Institute of Technology}
49
+ ```