italian_tweets_10M / README.md
pere's picture
first submit
b6e11ee
|
raw
history blame
No virus
228 Bytes
# 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")
```