File size: 395 Bytes
2c362f1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
license: cc-by-nc-sa-4.0
task_categories:
- text-classification
language:
- ig

---

### Dataset Description

This is a human-annotated sentiment dataset sourced from BBC for the Igbo language.

The dataset can be used for sentiment analysis tasks in Igbo languages.




### How to Use
```python
  from  datasets  import  load_dataset
 
  dataset = load_dataset("Ifyokoh/IgboSenti-BBC")
```