albertvillanova HF staff commited on
Commit
dc9080a
1 Parent(s): 14aa577

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

This dataset uses `tasks`, which are deprecated and will raise an error after the next release of `datasets`. See: https://github.com/huggingface/datasets/pull/6999

README.md CHANGED
@@ -19,6 +19,7 @@ task_ids:
19
  - sentiment-classification
20
  pretty_name: WisesightSentiment
21
  dataset_info:
 
22
  features:
23
  - name: texts
24
  dtype: string
@@ -30,19 +31,28 @@ dataset_info:
30
  '1': neu
31
  '2': neg
32
  '3': q
33
- config_name: wisesight_sentiment
34
  splits:
35
  - name: train
36
- num_bytes: 5328819
37
  num_examples: 21628
38
  - name: validation
39
- num_bytes: 593570
40
  num_examples: 2404
41
  - name: test
42
- num_bytes: 662137
43
  num_examples: 2671
44
- download_size: 2102326
45
- dataset_size: 6584526
 
 
 
 
 
 
 
 
 
 
46
  train-eval-index:
47
  - config: wisesight_sentiment
48
  task: text-classification
 
19
  - sentiment-classification
20
  pretty_name: WisesightSentiment
21
  dataset_info:
22
+ config_name: wisesight_sentiment
23
  features:
24
  - name: texts
25
  dtype: string
 
31
  '1': neu
32
  '2': neg
33
  '3': q
 
34
  splits:
35
  - name: train
36
+ num_bytes: 5328807
37
  num_examples: 21628
38
  - name: validation
39
+ num_bytes: 593566
40
  num_examples: 2404
41
  - name: test
42
+ num_bytes: 662133
43
  num_examples: 2671
44
+ download_size: 3195627
45
+ dataset_size: 6584506
46
+ configs:
47
+ - config_name: wisesight_sentiment
48
+ data_files:
49
+ - split: train
50
+ path: wisesight_sentiment/train-*
51
+ - split: validation
52
+ path: wisesight_sentiment/validation-*
53
+ - split: test
54
+ path: wisesight_sentiment/test-*
55
+ default: true
56
  train-eval-index:
57
  - config: wisesight_sentiment
58
  task: text-classification
wisesight_sentiment/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc7fd5d2d17d05e1b4f374c9c7748b80a923df6e1aa3be33b1e57ae98f04b054
3
+ size 326621
wisesight_sentiment/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80d8a7ca8aafc845d5bd6eb6d348cc75d643c2647733e22e781cd5d8116c443d
3
+ size 2582961
wisesight_sentiment/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4392742837678ef3b77e2343b6ea13abda08e67820fb323931efda320b1141fa
3
+ size 286045