IsahMBukar commited on
Commit
01e7da9
·
verified ·
1 Parent(s): d037a7b

Upload dataset_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_info.json +42 -0
dataset_info.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config_name": "default",
3
+ "data_files": {
4
+ "train": "data/train.csv",
5
+ "validation": "data/val.csv",
6
+ "test": "data/test.csv"
7
+ },
8
+ "features": {
9
+ "id": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "source": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "target": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "source_lang": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "target_lang": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "domain": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ },
33
+ "polarity": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "is_question": {
38
+ "dtype": "string",
39
+ "_type": "Value"
40
+ }
41
+ }
42
+ }