IgboSenti-BBC / README.md
Ifyokoh's picture
Update README.md
2c362f1 verified
---
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")
```