Update README.md
Browse files
README.md
CHANGED
@@ -3,45 +3,25 @@ license: mit
|
|
3 |
---
|
4 |
|
5 |
# Dataset Card for Dataset Name
|
|
|
6 |
|
7 |
-
<!-- Provide a quick summary of the dataset. -->
|
8 |
|
9 |
-
|
|
|
|
|
|
|
10 |
|
11 |
-
|
12 |
-
|
13 |
-
### Dataset Description
|
14 |
-
|
15 |
-
<!-- Provide a longer summary of what this dataset is. -->
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
- **Curated by:** [Tilahun Abedissa, Ricardo Usbeck, Yaregal Assabie]
|
20 |
-
- **Shared by [optional]:** [Dagim Ashenafi]
|
21 |
-
- **Language(s) (NLP):** [Amharic]
|
22 |
-
- **License:** [MIT]
|
23 |
-
|
24 |
-
### Dataset Sources [optional]
|
25 |
|
26 |
<!-- Provide the basic links for the dataset. -->
|
27 |
|
28 |
-
- **Repository:** [https://github.com/semantic-systems/amharic-qa]
|
29 |
-
- **Paper
|
30 |
|
31 |
|
32 |
## Dataset Structure
|
33 |
This dataset contains information in a tabular format with two columns ('question' and 'answer') and a total of 2256 rows. Each row represents a data example with a question and its corresponding answer.
|
34 |
-
<!-- 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. -->
|
35 |
-
|
36 |
-
[More Information Needed]
|
37 |
-
|
38 |
-
## Dataset Creation
|
39 |
-
|
40 |
-
### Curation Rationale
|
41 |
-
|
42 |
-
<!-- Motivation for the creation of this dataset. -->
|
43 |
|
44 |
-
[More Information Needed]
|
45 |
|
46 |
### Source Data
|
47 |
Arrticles collected from Amharic Wikipedia dump file.
|
|
|
3 |
---
|
4 |
|
5 |
# Dataset Card for Dataset Name
|
6 |
+
This is dataset is ported to huggingface directly from the semantic-systems/amharic-qa[semantic-systems/amharic-qa](https://github.com/semantic-systems/amharic-qa) repo. Please read the paper in the provided link
|
7 |
|
|
|
8 |
|
9 |
+
- **Curated by:** Tilahun Abedissa, Ricardo Usbeck, Yaregal Assabie
|
10 |
+
- **Shared by:** Dagim Ashenafi
|
11 |
+
- **Language(s) (NLP):** Amharic
|
12 |
+
- **License:** MIT
|
13 |
|
14 |
+
### Dataset Sources
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
<!-- Provide the basic links for the dataset. -->
|
17 |
|
18 |
+
- **Repository:** [https://github.com/semantic-systems/amharic-qa](https://github.com/semantic-systems/amharic-qa)
|
19 |
+
- **Paper:** [https://arxiv.org/abs/2303.03290](https://arxiv.org/abs/2303.03290)
|
20 |
|
21 |
|
22 |
## Dataset Structure
|
23 |
This dataset contains information in a tabular format with two columns ('question' and 'answer') and a total of 2256 rows. Each row represents a data example with a question and its corresponding answer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
|
|
25 |
|
26 |
### Source Data
|
27 |
Arrticles collected from Amharic Wikipedia dump file.
|