jinmang2 commited on
Commit
053f117
1 Parent(s): 867a6bb

add korquad data

Browse files
.gitattributes CHANGED
@@ -25,3 +25,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
28
+ train/ filter=lfs diff=lfs merge=lfs -text
29
+ validation/ filter=lfs diff=lfs merge=lfs -text
30
+ dataset_dict.json filter=lfs diff=lfs merge=lfs -text
dataset_dict.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88b5b05fc757e76e7edc779db90e96cb6d76538b93165d6ce962a818801babf4
3
+ size 35
train/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a3c38c328341f644999d83913ab784ff2b4b4a6cd0f34324d3fabcdfb093d76
3
+ size 83389312
train/dataset_info.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": null,
3
+ "citation": "",
4
+ "config_name": null,
5
+ "dataset_size": null,
6
+ "description": "",
7
+ "download_checksums": null,
8
+ "download_size": null,
9
+ "features": {
10
+ "answers": {
11
+ "feature": {
12
+ "text": {
13
+ "dtype": "string",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "answer_start": {
18
+ "dtype": "int32",
19
+ "id": null,
20
+ "_type": "Value"
21
+ }
22
+ },
23
+ "length": -1,
24
+ "id": null,
25
+ "_type": "Sequence"
26
+ },
27
+ "context": {
28
+ "dtype": "string",
29
+ "id": null,
30
+ "_type": "Value"
31
+ },
32
+ "id": {
33
+ "dtype": "string",
34
+ "id": null,
35
+ "_type": "Value"
36
+ },
37
+ "question": {
38
+ "dtype": "string",
39
+ "id": null,
40
+ "_type": "Value"
41
+ },
42
+ "title": {
43
+ "dtype": "string",
44
+ "id": null,
45
+ "_type": "Value"
46
+ }
47
+ },
48
+ "homepage": "",
49
+ "license": "",
50
+ "post_processed": null,
51
+ "post_processing_size": null,
52
+ "size_in_bytes": null,
53
+ "splits": null,
54
+ "supervised_keys": null,
55
+ "task_templates": null,
56
+ "version": null
57
+ }
train/state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "e8a1776c926c14ae",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_indices_data_files": null,
13
+ "_output_all_columns": false,
14
+ "_split": null
15
+ }
validation/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d1d6ea6d803ce264e2938f9ead2c12654d20c887ce599daf6933a8222189321
3
+ size 8263696
validation/dataset_info.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": null,
3
+ "citation": "",
4
+ "config_name": null,
5
+ "dataset_size": null,
6
+ "description": "",
7
+ "download_checksums": null,
8
+ "download_size": null,
9
+ "features": {
10
+ "answers": {
11
+ "feature": {
12
+ "text": {
13
+ "dtype": "string",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "answer_start": {
18
+ "dtype": "int32",
19
+ "id": null,
20
+ "_type": "Value"
21
+ }
22
+ },
23
+ "length": -1,
24
+ "id": null,
25
+ "_type": "Sequence"
26
+ },
27
+ "context": {
28
+ "dtype": "string",
29
+ "id": null,
30
+ "_type": "Value"
31
+ },
32
+ "id": {
33
+ "dtype": "string",
34
+ "id": null,
35
+ "_type": "Value"
36
+ },
37
+ "question": {
38
+ "dtype": "string",
39
+ "id": null,
40
+ "_type": "Value"
41
+ },
42
+ "title": {
43
+ "dtype": "string",
44
+ "id": null,
45
+ "_type": "Value"
46
+ }
47
+ },
48
+ "homepage": "",
49
+ "license": "",
50
+ "post_processed": null,
51
+ "post_processing_size": null,
52
+ "size_in_bytes": null,
53
+ "splits": null,
54
+ "supervised_keys": null,
55
+ "task_templates": null,
56
+ "version": null
57
+ }
validation/state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "500d6ca4623b2f41",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_indexes": {},
12
+ "_indices_data_files": null,
13
+ "_output_all_columns": false,
14
+ "_split": null
15
+ }