1T Conte commited on
Commit
170a949
1 Parent(s): e4d4002

fix: renaming sentiment for polarity

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -33,7 +33,7 @@ dataset_info:
33
  dtype: string
34
  - name: usefulCount
35
  dtype: int64
36
- - config_name: sentiment
37
  features:
38
  - name: id
39
  dtype: int64
@@ -63,7 +63,7 @@ configs:
63
  - split: test
64
  path: "test.csv"
65
  default: true
66
- - config_name: sentiment
67
  data_files:
68
  - split: complete
69
  path: "positive_negative.csv"
 
33
  dtype: string
34
  - name: usefulCount
35
  dtype: int64
36
+ - config_name: polarity
37
  features:
38
  - name: id
39
  dtype: int64
 
63
  - split: test
64
  path: "test.csv"
65
  default: true
66
+ - config_name: polarity
67
  data_files:
68
  - split: complete
69
  path: "positive_negative.csv"