italian_tweets_500k / README.md
stefan-it's picture
readme: add language tag
65119c3
|
raw
history blame
269 Bytes
---
language:
- it
---
# Italian Tweets Test Dataset
This is a test dataset that is available for debugging reasons only. It contains errors. Please do not use.
## How to Use
```python
from datasets import load_dataset
data = load_dataset("pere/italian_tweets_1M")
```