Commit
•
736678a
1
Parent(s):
45d0e20
Update metadata
Browse files- README.md +1 -2
- yoruba_text_c3.py +3 -1
README.md
CHANGED
@@ -72,9 +72,8 @@ dataset_info:
|
|
72 |
|
73 |
## Dataset Description
|
74 |
|
75 |
-
- **Homepage:** https://www.aclweb.org/anthology/2020.lrec-1.335
|
76 |
- **Repository:** https://github.com/ajesujoba/YorubaTwi-Embedding/
|
77 |
-
- **Paper:** https://
|
78 |
- **Leaderboard:**
|
79 |
- **Point of Contact:** [Jesujoba Alabi](mailto:[email protected])
|
80 |
|
|
|
72 |
|
73 |
## Dataset Description
|
74 |
|
|
|
75 |
- **Repository:** https://github.com/ajesujoba/YorubaTwi-Embedding/
|
76 |
+
- **Paper:** https://aclanthology.org/2020.lrec-1.335/
|
77 |
- **Leaderboard:**
|
78 |
- **Point of Contact:** [Jesujoba Alabi](mailto:[email protected])
|
79 |
|
yoruba_text_c3.py
CHANGED
@@ -25,6 +25,8 @@ Yoruba Text C3 is the largest Yoruba texts collected and used to train FastText
|
|
25 |
YorubaTwi Embedding paper: https://www.aclweb.org/anthology/2020.lrec-1.335/
|
26 |
"""
|
27 |
|
|
|
|
|
28 |
_CITATION = """\
|
29 |
@inproceedings{alabi-etal-2020-massive,
|
30 |
title = "Massive vs. Curated Embeddings for Low-Resourced Languages: the Case of Yoruba and {T}wi",
|
@@ -60,7 +62,7 @@ class YorubaTextC3(datasets.GeneratorBasedBuilder):
|
|
60 |
}
|
61 |
),
|
62 |
supervised_keys=None,
|
63 |
-
homepage=
|
64 |
citation=_CITATION,
|
65 |
)
|
66 |
|
|
|
25 |
YorubaTwi Embedding paper: https://www.aclweb.org/anthology/2020.lrec-1.335/
|
26 |
"""
|
27 |
|
28 |
+
_HOMEPAGE = "https://github.com/ajesujoba/YorubaTwi-Embedding/"
|
29 |
+
|
30 |
_CITATION = """\
|
31 |
@inproceedings{alabi-etal-2020-massive,
|
32 |
title = "Massive vs. Curated Embeddings for Low-Resourced Languages: the Case of Yoruba and {T}wi",
|
|
|
62 |
}
|
63 |
),
|
64 |
supervised_keys=None,
|
65 |
+
homepage=_HOMEPAGE,
|
66 |
citation=_CITATION,
|
67 |
)
|
68 |
|