updated readme.txt
Browse files
README.md
CHANGED
@@ -2,15 +2,15 @@
|
|
2 |
|
3 |
# SWAHILI-NER-DATASET
|
4 |
|
5 |
-
Swahili NER dataset is Named Entity Recognition (NER) dataset generated from <https://huggingface.co/datasets/swahili> using back
|
6 |
|
7 |
In case you're interested to explore more about the script used to generate this dataset, please have a look into [Augumented Swahili Data](https://github.com/Neurotech-HQ/Augumented-swahili-ner-data).
|
8 |
|
9 |
-
This data has been cleaned using couple of techniques and ready for training a Spacy NER model without any modifications, with this data we were able to train a [swahili-spacy-ner](
|
10 |
|
11 |
# EXPLORING DATA
|
12 |
|
13 |
-
Here an example
|
14 |
|
15 |
```json
|
16 |
[
|
@@ -44,20 +44,18 @@ Here an example on how the dataset have been structured;
|
|
44 |
|
45 |
## CONTRIBUTION
|
46 |
|
47 |
-
This dataset is
|
48 |
|
49 |
## ISSUES
|
50 |
|
51 |
-
In case you're having any issues, please raise one so
|
52 |
|
53 |
-
## GIVE IT STAR
|
54 |
-
|
55 |
-
Did you find this repo useful ? Give it a star so more people can find about this
|
56 |
|
57 |
## CREDITS
|
58 |
|
59 |
All the credits to;
|
60 |
-
|
61 |
-
|
62 |
-
|
|
|
63 |
</samp>
|
|
|
2 |
|
3 |
# SWAHILI-NER-DATASET
|
4 |
|
5 |
+
Swahili NER dataset is a Named Entity Recognition (NER) dataset generated from <https://huggingface.co/datasets/swahili> using back-translation techniques.
|
6 |
|
7 |
In case you're interested to explore more about the script used to generate this dataset, please have a look into [Augumented Swahili Data](https://github.com/Neurotech-HQ/Augumented-swahili-ner-data).
|
8 |
|
9 |
+
This data has been cleaned using a couple of techniques and is ready for training a Spacy NER model without any modifications, with this data we were able to train a [swahili-spacy-ner](https://share.streamlit.io/neurotech-hq/swahili-ner-spacy/main/app.py).
|
10 |
|
11 |
# EXPLORING DATA
|
12 |
|
13 |
+
Here is an example of how the dataset has been structured;
|
14 |
|
15 |
```json
|
16 |
[
|
|
|
44 |
|
45 |
## CONTRIBUTION
|
46 |
|
47 |
+
This dataset is open source under ```MIT LICENSE``` therefore you're warmly welcome to contribute,```JUST FORK IT```.
|
48 |
|
49 |
## ISSUES
|
50 |
|
51 |
+
In case you're having any issues, please raise one so we can quickly fix it.
|
52 |
|
|
|
|
|
|
|
53 |
|
54 |
## CREDITS
|
55 |
|
56 |
All the credits to;
|
57 |
+
1. [Kalebu](https://github.com/kalebu/)
|
58 |
+
2. [Anthony Mipawa](https://github.com/Tonyloyt)
|
59 |
+
3. [akshayb7](https://github.com/akshayb7)
|
60 |
+
|
61 |
</samp>
|