saheedniyi
commited on
Commit
•
26a9005
1
Parent(s):
0b4f932
Update README.md
Browse files
README.md
CHANGED
@@ -113,4 +113,17 @@ To load the dataset using Hugging Face's `datasets` library:
|
|
113 |
```python
|
114 |
from datasets import load_dataset
|
115 |
|
116 |
-
dataset = load_dataset("path_to_naijaweb_dataset", split='train')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
```python
|
114 |
from datasets import load_dataset
|
115 |
|
116 |
+
dataset = load_dataset("path_to_naijaweb_dataset", split='train')```
|
117 |
+
|
118 |
+
## Social Impact
|
119 |
+
|
120 |
+
Naijaweb was created to make Nigerian web data more accessible, providing researchers and developers with a dataset rich in Nigerian contexts across various domains such as **Politics**, **Education**, **Business**, and **Health**.
|
121 |
+
|
122 |
+
## Bias and Ethical Considerations
|
123 |
+
|
124 |
+
Since the data is collected from publicly available web pages, inherent biases present in the sources may be reflected in the dataset. These biases can manifest in areas such as **language**, **ideology**, or **topic representation**. Users should be mindful of these potential biases when developing models, especially for sensitive areas like **legal** or **medical** information.
|
125 |
+
|
126 |
+
## Sections of the Dataset
|
127 |
+
|
128 |
+
The dataset comprises content from 19 different sections of **Nairaland.com**, covering topics such as **Politics**, **Education**, **Business**, and **Health**.
|
129 |
+
|