Update README.md
Browse files
README.md
CHANGED
@@ -1,2 +1,8 @@
|
|
1 |
# Italian Tweets Test Dataset
|
2 |
-
This is a test dataset that is available for debugging reasons only. It contains errors. Please do not use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Italian Tweets Test Dataset
|
2 |
+
This is a test dataset that is available for debugging reasons only. It contains errors. Please do not use.
|
3 |
+
|
4 |
+
## How to Use
|
5 |
+
```python
|
6 |
+
from datasets import load_dataset
|
7 |
+
data = load_dataset("pere/italian_tweets_1M", streaming=True)
|
8 |
+
```
|