dainis-boumber commited on
Commit
21bb89e
1 Parent(s): a10de65

restore previous yaml

Browse files
Files changed (1) hide show
  1. README.md +57 -128
README.md CHANGED
@@ -16,134 +16,63 @@ tags:
16
  - fake-news
17
  - opinion-spam
18
  - domain-adaptation
19
- dataset_info:
20
- - config: fake_news
21
- features:
22
- - name: text
23
- dtype: string
24
- - name: label
25
- dtype:
26
- class_label:
27
- names:
28
- '0': non-deceptive
29
- '1': deceptive
30
- splits:
31
- - name: train
32
- path: fake_news/train.jsonl
33
- - name: test
34
- path: fake_news/test.jsonl
35
- - name: validation
36
- path: fake_news/validation.jsonl
37
- - config: job_scams
38
- features:
39
- - name: text
40
- dtype: string
41
- - name: label
42
- dtype:
43
- class_label:
44
- names:
45
- '0': non-deceptive
46
- '1': deceptive
47
- splits:
48
- - name: train
49
- path: job_scams/train.jsonl
50
- - name: test
51
- path: job_scams/test.jsonl
52
- - name: validation
53
- path: job_scams/validation.jsonl
54
- - config: phishing
55
- features:
56
- - name: text
57
- dtype: string
58
- - name: label
59
- dtype:
60
- class_label:
61
- names:
62
- '0': non-deceptive
63
- '1': deceptive
64
- splits:
65
- - name: train
66
- path: phishing/train.jsonl
67
- - name: test
68
- path: phishing/test.jsonl
69
- - name: validation
70
- path: phishing/validation.jsonl
71
- - config: political_statements
72
- features:
73
- - name: text
74
- dtype: string
75
- - name: label
76
- dtype:
77
- class_label:
78
- names:
79
- '0': non-deceptive
80
- '1': deceptive
81
- splits:
82
- - name: train
83
- path: political_statements/train.jsonl
84
- - name: test
85
- path: political_statements/test.jsonl
86
- - name: validation
87
- path: political_statements/validation.jsonl
88
- - config: product_reviews
89
- features:
90
- - name: text
91
- dtype: string
92
- - name: label
93
- dtype:
94
- class_label:
95
- names:
96
- '0': non-deceptive
97
- '1': deceptive
98
- data_files:
99
- - name: train
100
- path: product_reviews/train.jsonl
101
- - name: test
102
- path: product_reviews/test.jsonl
103
- - name: validation
104
- path: product_reviews/validation.jsonl
105
- - config: sms
106
- features:
107
- - name: text
108
- dtype: string
109
- - name: label
110
- dtype:
111
- class_label:
112
- names:
113
- '0': non-deceptive
114
- '1': deceptive
115
- splits:
116
- - name: train
117
- path: sms/train.jsonl
118
- - name: test
119
- path: sms/test.jsonl
120
- - name: validation
121
- path: sms/validation.jsonl
122
- - config: twitter_rumours
123
- features:
124
- - name: text
125
- dtype: string
126
- - name: label
127
- dtype:
128
- class_label:
129
- names:
130
- '0': non-deceptive
131
- '1': deceptive
132
- splits:
133
- - name: train
134
- path: twitter_rumours/train.jsonl
135
- - name: test
136
- path: twitter_rumours/test.jsonl
137
- - name: validation
138
- path: twitter_rumours/validation.jsonl
139
- config_names:
140
- - fake_news
141
- - job_scams
142
- - phishing
143
- - political_statements
144
- - product_reviews
145
- - sms
146
- - twitter_rumours
147
  ---
148
 
149
  # GDDs-2.0
 
16
  - fake-news
17
  - opinion-spam
18
  - domain-adaptation
19
+ configs:
20
+ - config_name: fake_news
21
+ data_files:
22
+ - split: train
23
+ path: fake_news/train.jsonl
24
+ - split: test
25
+ path: fake_news/test.jsonl
26
+ - split: validation
27
+ path: fake_news/validation.jsonl
28
+ - config_name: job_scams
29
+ data_files:
30
+ - split: train
31
+ path: job_scams/train.jsonl
32
+ - split: test
33
+ path: job_scams/test.jsonl
34
+ - split: validation
35
+ path: job_scams/validation.jsonl
36
+ - config_name: phishing
37
+ data_files:
38
+ - split: train
39
+ path: phishing/train.jsonl
40
+ - split: test
41
+ path: phishing/test.jsonl
42
+ - split: validation
43
+ path: phishing/validation.jsonl
44
+ - config_name: political_statements
45
+ data_files:
46
+ - split: train
47
+ path: political_statements/train.jsonl
48
+ - split: test
49
+ path: political_statements/test.jsonl
50
+ - split: validation
51
+ path: political_statements/validation.jsonl
52
+ - config_name: product_reviews
53
+ data_files:
54
+ - split: train
55
+ path: product_reviews/train.jsonl
56
+ - split: test
57
+ path: product_reviews/test.jsonl
58
+ - split: validation
59
+ path: product_reviews/validation.jsonl
60
+ - config_name: sms
61
+ data_files:
62
+ - split: train
63
+ path: sms/train.jsonl
64
+ - split: test
65
+ path: sms/test.jsonl
66
+ - split: validation
67
+ path: sms/validation.jsonl
68
+ - config_name: twitter_rumours
69
+ data_files:
70
+ - split: train
71
+ path: twitter_rumours/train.jsonl
72
+ - split: test
73
+ path: twitter_rumours/test.jsonl
74
+ - split: validation
75
+ path: twitter_rumours/validation.jsonl
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  ---
77
 
78
  # GDDs-2.0