mandeep-rathee commited on
Commit
9686ad2
·
verified ·
1 Parent(s): 0b8b2b5

dataset added

Browse files
data/laff_train_data/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:788ed472dbbde4c0abe59d47f06bfb85b5083edfad3e96073579352433e2103e
3
+ size 13455648
data/laff_train_data/dataset_info.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "qid": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "query": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "S": {
14
+ "feature": {
15
+ "dtype": "string",
16
+ "_type": "Value"
17
+ },
18
+ "_type": "Sequence"
19
+ },
20
+ "score": {
21
+ "feature": {
22
+ "dtype": "float64",
23
+ "_type": "Value"
24
+ },
25
+ "_type": "Sequence"
26
+ },
27
+ "pseudo_pos": {
28
+ "feature": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "_type": "Sequence"
33
+ },
34
+ "neg": {
35
+ "feature": {
36
+ "dtype": "string",
37
+ "_type": "Value"
38
+ },
39
+ "_type": "Sequence"
40
+ }
41
+ },
42
+ "homepage": "",
43
+ "license": ""
44
+ }
data/laff_train_data/state.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "1551440612d71470",
8
+ "_format_columns": [
9
+ "qid",
10
+ "query",
11
+ "S",
12
+ "score",
13
+ "pseudo_pos",
14
+ "neg"
15
+ ],
16
+ "_format_kwargs": {},
17
+ "_format_type": null,
18
+ "_output_all_columns": false,
19
+ "_split": null
20
+ }