italian_tweets_10M / README.md
stefan-it's picture
readme: add language tag
c871bd2
|
raw
history blame
250 Bytes
---
language:
- it
---
# Italian Tweets Test Dataset
This is a dataset with 10M italian tweets. It still contains errors. Please do not use.
## How to Use
```python
from datasets import load_dataset
data = load_dataset("pere/italian_tweets_10M")
```