File size: 228 Bytes
b6e11ee
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
# 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")
```