dofbi commited on
Commit
f6f9277
·
verified ·
1 Parent(s): 3161d42

♻️ refactor (README): Update

Browse files
Files changed (1) hide show
  1. README.md +144 -3
README.md CHANGED
@@ -1,3 +1,144 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - translation
5
+ ---
6
+ # Wolof Dataset for Open LLM Fine-Tuning
7
+
8
+ <!-- Provide a quick summary of the dataset. -->
9
+
10
+ This project provides a dataset for fine-tuning language models (LLMs) in Wolof. It uses a Python script to create a JSONLines (`.jsonl`) file from a list of words, retrieving detailed information from a Wolof-French dictionary API.
11
+
12
+
13
+ ## Dataset Details
14
+
15
+ ### Dataset Description
16
+
17
+ <!-- Provide a longer summary of what this dataset is. -->
18
+
19
+
20
+
21
+ - **Curated by:** Mamadou Diagne
22
+ - **Language(s) (NLP):** Wolof to French
23
+ - **License:** MIT
24
+
25
+ ### Dataset Sources [optional]
26
+
27
+ <!-- Provide the basic links for the dataset. -->
28
+
29
+ - **Repository:** [More Information Needed]
30
+
31
+ The data is sourced from the "Corpus Oraux du LLACAN," which provides comprehensive Wolof-French dictionary data. You can access the API for this dictionary at:
32
+
33
+ - **API Endpoint**: [https://corporan.huma-num.fr](https://corporan.huma-num.fr)
34
+
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the dataset is intended to be used. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section describes suitable use cases for the dataset. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Out-of-Scope Use
47
+
48
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ## Dataset Structure
53
+
54
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Dataset Creation
59
+
60
+ ### Curation Rationale
61
+
62
+ <!-- Motivation for the creation of this dataset. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ### Source Data
67
+
68
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
69
+
70
+ #### Data Collection and Processing
71
+
72
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
73
+
74
+ [More Information Needed]
75
+
76
+ #### Who are the source data producers?
77
+
78
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
79
+
80
+ [More Information Needed]
81
+
82
+ ### Annotations [optional]
83
+
84
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
85
+
86
+ #### Annotation process
87
+
88
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
89
+
90
+ [More Information Needed]
91
+
92
+ #### Who are the annotators?
93
+
94
+ <!-- This section describes the people or systems who created the annotations. -->
95
+
96
+ [More Information Needed]
97
+
98
+ #### Personal and Sensitive Information
99
+
100
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
101
+
102
+ [More Information Needed]
103
+
104
+ ## Bias, Risks, and Limitations
105
+
106
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ### Recommendations
111
+
112
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
113
+
114
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
115
+
116
+ ## Citation [optional]
117
+
118
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
119
+
120
+ **BibTeX:**
121
+
122
+ [More Information Needed]
123
+
124
+ **APA:**
125
+
126
+ [More Information Needed]
127
+
128
+ ## Glossary [optional]
129
+
130
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ## More Information [optional]
135
+
136
+ [More Information Needed]
137
+
138
+ ## Dataset Card Authors [optional]
139
+
140
+ Mamadou Diagne
141
+
142
+ ## Dataset Card Contact
143
+
144
+ [@dofbi](https://dofbi.eth.limo/)