Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -40,6 +40,23 @@ configs:
|
|
| 40 |
- max count_word cluster_3: 2370
|
| 41 |
- min count_word cluster_3: 31
|
| 42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |

|
| 44 |
|
| 45 |
|
|
|
|
| 40 |
- max count_word cluster_3: 2370
|
| 41 |
- min count_word cluster_3: 31
|
| 42 |
|
| 43 |
+
```Python
|
| 44 |
+
DatasetDict({
|
| 45 |
+
Cluster_1: Dataset({
|
| 46 |
+
features: ['Text', 'Cluster', 'Polarity', 'count_word'],
|
| 47 |
+
num_rows: 4797
|
| 48 |
+
})
|
| 49 |
+
Cluster_2: Dataset({
|
| 50 |
+
features: ['Text', 'Cluster', 'Polarity', 'count_word'],
|
| 51 |
+
num_rows: 4025
|
| 52 |
+
})
|
| 53 |
+
Cluster_3: Dataset({
|
| 54 |
+
features: ['Text', 'Cluster', 'Polarity', 'count_word'],
|
| 55 |
+
num_rows: 5026
|
| 56 |
+
})
|
| 57 |
+
})
|
| 58 |
+
```
|
| 59 |
+
|
| 60 |

|
| 61 |
|
| 62 |
|