NickyNicky commited on
Commit
3a4cc91
1 Parent(s): ede32af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -40,6 +40,23 @@ configs:
40
  - max count_word cluster_3: 2370
41
  - min count_word cluster_3: 31
42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/641b435ba5f876fe30c5ae0a/Ttmlj2f0dGArlmxDfcQMq.png)
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
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/641b435ba5f876fe30c5ae0a/Ttmlj2f0dGArlmxDfcQMq.png)
61
 
62