tkbarb10 commited on
Commit
0cbbb60
·
verified ·
1 Parent(s): c429e46

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -48
README.md CHANGED
@@ -1,48 +1,48 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: text
5
- dtype: string
6
- - name: label
7
- dtype:
8
- class_label:
9
- names:
10
- '0': Neutral
11
- '1': Opinion
12
- '2': Argumentative
13
- '3': Expressive
14
- '4': Informational
15
- splits:
16
- - name: train
17
- num_bytes: 10199395
18
- num_examples: 49268
19
- - name: test
20
- num_bytes: 2185702
21
- num_examples: 10558
22
- - name: valid
23
- num_bytes: 2185495
24
- num_examples: 10557
25
- download_size: 9157907
26
- dataset_size: 14570592
27
- configs:
28
- - config_name: default
29
- data_files:
30
- - split: train
31
- path: data/train-*
32
- - split: test
33
- path: data/test-*
34
- - split: valid
35
- path: data/valid-*
36
- label2id:
37
- Expressive: 0
38
- Argumentative: 1
39
- Opinion: 2
40
- Neutral: 3
41
- Informational: 4
42
- id2label:
43
- 0: Expressive
44
- 1: Argumentative
45
- 2: Opinion
46
- 3: Neutral
47
- 4: Informational
48
- ---
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': Neutral
11
+ '1': Opinion
12
+ '2': Argumentative
13
+ '3': Expressive
14
+ '4': Informational
15
+ splits:
16
+ - name: train
17
+ num_bytes: 10199395
18
+ num_examples: 49268
19
+ - name: test
20
+ num_bytes: 2185702
21
+ num_examples: 10558
22
+ - name: valid
23
+ num_bytes: 2185495
24
+ num_examples: 10557
25
+ download_size: 9157907
26
+ dataset_size: 14570592
27
+ configs:
28
+ - config_name: default
29
+ data_files:
30
+ - split: train
31
+ path: data/train-*
32
+ - split: test
33
+ path: data/test-*
34
+ - split: valid
35
+ path: data/valid-*
36
+ label2id:
37
+ Neutral: 0
38
+ Opinion: 1
39
+ Argumentative: 2
40
+ Expressive: 3
41
+ Informational: 4
42
+ id2label:
43
+ 0: Neutral
44
+ 1: Opinion
45
+ 2: Argumentative
46
+ 3: Expressive
47
+ 4: Informational
48
+ ---