Fevzi KILAS commited on
Commit
9af2e49
1 Parent(s): dcbf241

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -3
README.md CHANGED
@@ -1,3 +1,79 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - tr
5
+ tags:
6
+ - agriculture
7
+ - farming
8
+ size_categories:
9
+ - 10K<n<100K
10
+ ---
11
+ # Dataset Card for Turkish_Agriculture_QA
12
+
13
+ This dataset contains question-answer pairs related to agriculture in Turkish. It has been translated and curated to fit the requirements for fine-tuning large language models such as LLaMA-2.
14
+
15
+ ## Dataset Details
16
+
17
+ ### Dataset Description
18
+
19
+ The **Turkish_Agriculture_QA** dataset contains a total of **22,615 question-answer pairs** related to various aspects of agriculture. The dataset was originally curated from an English dataset and has been translated and cleaned to support machine learning and fine-tuning tasks, specifically designed for **LLaMA-2** models.
20
+
21
+ - **Curated by:** Fevzi KILAS (niexche)
22
+ - **Language(s) (NLP):** Turkish
23
+ - **License:** Apache 2.0
24
+
25
+ ### Dataset Sources
26
+
27
+ - **Repository:** [Agriculture QA Dataset (English)](https://huggingface.co/datasets/KisanVaani/agriculture-qa-english-only)
28
+ - **Original Curation:** Mohammed Ashraf
29
+
30
+ ## Uses
31
+
32
+ ### Direct Use
33
+
34
+ The dataset is intended for agricultural analysis and machine learning model training. It is well-suited for training language models, such as **LLaMA-2**, to handle agriculture-related questions and answers in Turkish.
35
+
36
+ ### Out-of-Scope Use
37
+
38
+ The dataset should not be used for any malicious intent, such as misinformation or biased decision-making processes.
39
+
40
+ ## Dataset Structure
41
+
42
+ The dataset contains a total of **22,615 rows**, where each row represents a question-answer pair translated from English into Turkish. It has been pre-processed and cleaned for model fine-tuning purposes.
43
+
44
+ ## Dataset Creation
45
+
46
+ ### Curation Rationale
47
+
48
+ This dataset was created to provide Turkish language support for fine-tuning the **LLaMA-2** model with agriculture-related questions and answers. The original dataset was translated and adapted to meet this specific requirement.
49
+
50
+ ### Source Data
51
+
52
+ #### Data Collection and Processing
53
+
54
+ The dataset was translated from its original English version into Turkish, then cleaned and formatted to match the requirements for training large language models such as **LLaMA-2**. No additional data collection was conducted for this dataset.
55
+
56
+ #### Who are the source data producers?
57
+
58
+ The original English dataset was curated by **Mohammed Ashraf** and published on Hugging Face.
59
+
60
+ ## Bias, Risks, and Limitations
61
+
62
+ This dataset may contain biases based on the original English dataset or during the translation process. Users should be aware of potential limitations in the translations and ensure the dataset is appropriately used in its intended context.
63
+
64
+ ### Recommendations
65
+
66
+ Care should be taken to ensure that the dataset is used within the context of agriculture-related tasks and to avoid potential misinterpretation due to translation errors or cultural differences between the original dataset and the Turkish context.
67
+
68
+ ## Citation
69
+
70
+ **BibTeX:**
71
+
72
+ ```bibtex
73
+ @dataset{turkish_agriculture_qa,
74
+ author = {Fevzi KILAS},
75
+ title = {Turkish_Agriculture_QA},
76
+ year = {2024},
77
+ url = {https://huggingface.co/datasets/KisanVaani/agriculture-qa-english-only},
78
+ note = {Translated and curated for LLaMA-2 fine-tuning in Turkish}
79
+ }