Ifyokoh commited on
Commit
2c362f1
·
verified ·
1 Parent(s): ca5ac93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,3 +1,24 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - ig
7
+
8
+ ---
9
+
10
+ ### Dataset Description
11
+
12
+ This is a human-annotated sentiment dataset sourced from BBC for the Igbo language.
13
+
14
+ The dataset can be used for sentiment analysis tasks in Igbo languages.
15
+
16
+
17
+
18
+
19
+ ### How to Use
20
+ ```python
21
+ from datasets import load_dataset
22
+
23
+ dataset = load_dataset("Ifyokoh/IgboSenti-BBC")
24
+ ```