Update README.md
Browse files
README.md
CHANGED
@@ -14,19 +14,18 @@ size_categories:
|
|
14 |
This dataset contains **1000 Thai food-related question-answer pairs** designed for training **Large Language Models (LLMs)**. It covers various aspects of Thai cuisine, including ingredients, cooking methods, regional origins, dietary adaptations, and nutritional values.
|
15 |
|
16 |
## Dataset Information
|
17 |
-
-
|
18 |
-
-
|
19 |
-
-
|
20 |
-
- `
|
21 |
-
- `
|
|
|
22 |
|
23 |
## Example Data
|
24 |
-
|
|
25 |
-
|
26 |
-
|
|
27 |
-
|
|
28 |
-
| กุ้งทาพริกไทยกระเทียม เป็นอาหารจากภาคไหนของไทย และมีจุดเด่นอะไร | กุ้งทาพริกไทยกระเทียม เป็นอาหารที่ได้รับความนิยมในไทย มักพบได้ในบางภูมิภาค... |
|
29 |
-
|
30 |
## Usage
|
31 |
This dataset is suitable for:
|
32 |
- **Training and fine-tuning LLMs** for question-answering tasks related to food
|
@@ -38,7 +37,7 @@ You can load the dataset using Python:
|
|
38 |
```python
|
39 |
from datasets import load_dataset
|
40 |
|
41 |
-
ds = load_dataset("pkmitl205/
|
42 |
```
|
43 |
|
44 |
## License
|
|
|
14 |
This dataset contains **1000 Thai food-related question-answer pairs** designed for training **Large Language Models (LLMs)**. It covers various aspects of Thai cuisine, including ingredients, cooking methods, regional origins, dietary adaptations, and nutritional values.
|
15 |
|
16 |
## Dataset Information
|
17 |
+
- Total Entries: Approximately 80 question-answer pairs currently, with a goal of expanding to 1000
|
18 |
+
- Format: CSV (Comma-Separated Values)
|
19 |
+
- Columns:
|
20 |
+
- `instruction`: A broad instruction or guideline in Thai providing context for the question
|
21 |
+
- `question`: A specific natural language question in Thai related to Thai food
|
22 |
+
- `answer`: A detailed response based on knowledge of Thai cuisine
|
23 |
|
24 |
## Example Data
|
25 |
+
| Instruction | Answer | Answer |
|
26 |
+
|----------|--------|--------|
|
27 |
+
| บอกวิธีทำแกงเขียวหวานไก่ | แกงเขียวหวานไก่ทำยังไง | แกงเขียวหวานไก่ทำโดยการผัดพริกแกงเขียวหวานกับกะทิ ใส่ไก่ มะเขือเปราะ ใบโหระพา และพริกชี้ฟ้าแดง ปรุงรสด้วยน้ำปลาและน้ำตาลปี๊บ เช่น ใช้พริกแกง 2 ช้อนโต๊ะ กะทิ 200 มล. เนื้อสัตว์ 300 กรัม ผัก 100 กรัม เคี่ยวด้วยไฟกลาง 15 นาที ปรุงรสด้วยน้ำปลา 1 ช้อนโต๊ะและน้ำตาล 1 ช้อนชา เหมาะสำหรับมื้อเย็น
|
28 |
+
| แนะนำเมนูอาหารไทยที่มีรสเผ็ดจัด | อาหารไทยที่เผ็ดมากๆ มีอะไรบ้าง | อาหารไทยที่มีรสเผ็ดจัด เช่น ต้มยำกุ้ง, แกงป่า, ลาบหมู, น้ำตกเนื้อ, ผัดเผ็ดหมูป่า เช่น ต้มยำกุ้ง, แกงป่า, ลาบหมู, น้ำตกเนื้อ, ผัดเผ็ดหมูป่า และควรลองทำเมนูเหล่านี้ในโอกาสพิเศษ
|
|
|
|
|
29 |
## Usage
|
30 |
This dataset is suitable for:
|
31 |
- **Training and fine-tuning LLMs** for question-answering tasks related to food
|
|
|
37 |
```python
|
38 |
from datasets import load_dataset
|
39 |
|
40 |
+
ds = load_dataset("pkmitl205/thaifood-instruction_dataset")
|
41 |
```
|
42 |
|
43 |
## License
|