Upload folder using huggingface_hub
Browse files- test/data-00000-of-00001.arrow +3 -0
- test/dataset_info.json +101 -0
- test/state.json +13 -0
- train/data-00000-of-00001.arrow +3 -0
- train/dataset_info.json +101 -0
- train/state.json +13 -0
- val/data-00000-of-00001.arrow +3 -0
- val/dataset_info.json +101 -0
- val/state.json +13 -0
test/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e9ce36f012bcd4c357d6fb1be5ae7d432cf956324472fec8bc726cc8622854f
|
| 3 |
+
size 1287664
|
test/dataset_info.json
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "",
|
| 4 |
+
"features": {
|
| 5 |
+
"doc_id": {
|
| 6 |
+
"dtype": "string",
|
| 7 |
+
"_type": "Value"
|
| 8 |
+
},
|
| 9 |
+
"wnd_id": {
|
| 10 |
+
"dtype": "string",
|
| 11 |
+
"_type": "Value"
|
| 12 |
+
},
|
| 13 |
+
"tokens": {
|
| 14 |
+
"feature": {
|
| 15 |
+
"dtype": "string",
|
| 16 |
+
"_type": "Value"
|
| 17 |
+
},
|
| 18 |
+
"_type": "List"
|
| 19 |
+
},
|
| 20 |
+
"entities": {
|
| 21 |
+
"feature": {
|
| 22 |
+
"end": {
|
| 23 |
+
"dtype": "int64",
|
| 24 |
+
"_type": "Value"
|
| 25 |
+
},
|
| 26 |
+
"entity_id": {
|
| 27 |
+
"dtype": "string",
|
| 28 |
+
"_type": "Value"
|
| 29 |
+
},
|
| 30 |
+
"entity_type": {
|
| 31 |
+
"dtype": "string",
|
| 32 |
+
"_type": "Value"
|
| 33 |
+
},
|
| 34 |
+
"start": {
|
| 35 |
+
"dtype": "int64",
|
| 36 |
+
"_type": "Value"
|
| 37 |
+
},
|
| 38 |
+
"text": {
|
| 39 |
+
"dtype": "string",
|
| 40 |
+
"_type": "Value"
|
| 41 |
+
}
|
| 42 |
+
},
|
| 43 |
+
"_type": "List"
|
| 44 |
+
},
|
| 45 |
+
"events": {
|
| 46 |
+
"feature": {
|
| 47 |
+
"arguments": {
|
| 48 |
+
"feature": {
|
| 49 |
+
"end": {
|
| 50 |
+
"dtype": "int64",
|
| 51 |
+
"_type": "Value"
|
| 52 |
+
},
|
| 53 |
+
"role": {
|
| 54 |
+
"dtype": "string",
|
| 55 |
+
"_type": "Value"
|
| 56 |
+
},
|
| 57 |
+
"start": {
|
| 58 |
+
"dtype": "int64",
|
| 59 |
+
"_type": "Value"
|
| 60 |
+
},
|
| 61 |
+
"text": {
|
| 62 |
+
"dtype": "string",
|
| 63 |
+
"_type": "Value"
|
| 64 |
+
}
|
| 65 |
+
},
|
| 66 |
+
"_type": "List"
|
| 67 |
+
},
|
| 68 |
+
"end": {
|
| 69 |
+
"dtype": "int64",
|
| 70 |
+
"_type": "Value"
|
| 71 |
+
},
|
| 72 |
+
"event_id": {
|
| 73 |
+
"dtype": "string",
|
| 74 |
+
"_type": "Value"
|
| 75 |
+
},
|
| 76 |
+
"event_type": {
|
| 77 |
+
"dtype": "string",
|
| 78 |
+
"_type": "Value"
|
| 79 |
+
},
|
| 80 |
+
"start": {
|
| 81 |
+
"dtype": "int64",
|
| 82 |
+
"_type": "Value"
|
| 83 |
+
},
|
| 84 |
+
"text": {
|
| 85 |
+
"dtype": "string",
|
| 86 |
+
"_type": "Value"
|
| 87 |
+
}
|
| 88 |
+
},
|
| 89 |
+
"_type": "List"
|
| 90 |
+
},
|
| 91 |
+
"images": {
|
| 92 |
+
"feature": {
|
| 93 |
+
"dtype": "string",
|
| 94 |
+
"_type": "Value"
|
| 95 |
+
},
|
| 96 |
+
"_type": "List"
|
| 97 |
+
}
|
| 98 |
+
},
|
| 99 |
+
"homepage": "",
|
| 100 |
+
"license": ""
|
| 101 |
+
}
|
test/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "28d749346af45653",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": null
|
| 13 |
+
}
|
train/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e9ce36f012bcd4c357d6fb1be5ae7d432cf956324472fec8bc726cc8622854f
|
| 3 |
+
size 1287664
|
train/dataset_info.json
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "",
|
| 4 |
+
"features": {
|
| 5 |
+
"doc_id": {
|
| 6 |
+
"dtype": "string",
|
| 7 |
+
"_type": "Value"
|
| 8 |
+
},
|
| 9 |
+
"wnd_id": {
|
| 10 |
+
"dtype": "string",
|
| 11 |
+
"_type": "Value"
|
| 12 |
+
},
|
| 13 |
+
"tokens": {
|
| 14 |
+
"feature": {
|
| 15 |
+
"dtype": "string",
|
| 16 |
+
"_type": "Value"
|
| 17 |
+
},
|
| 18 |
+
"_type": "List"
|
| 19 |
+
},
|
| 20 |
+
"entities": {
|
| 21 |
+
"feature": {
|
| 22 |
+
"end": {
|
| 23 |
+
"dtype": "int64",
|
| 24 |
+
"_type": "Value"
|
| 25 |
+
},
|
| 26 |
+
"entity_id": {
|
| 27 |
+
"dtype": "string",
|
| 28 |
+
"_type": "Value"
|
| 29 |
+
},
|
| 30 |
+
"entity_type": {
|
| 31 |
+
"dtype": "string",
|
| 32 |
+
"_type": "Value"
|
| 33 |
+
},
|
| 34 |
+
"start": {
|
| 35 |
+
"dtype": "int64",
|
| 36 |
+
"_type": "Value"
|
| 37 |
+
},
|
| 38 |
+
"text": {
|
| 39 |
+
"dtype": "string",
|
| 40 |
+
"_type": "Value"
|
| 41 |
+
}
|
| 42 |
+
},
|
| 43 |
+
"_type": "List"
|
| 44 |
+
},
|
| 45 |
+
"events": {
|
| 46 |
+
"feature": {
|
| 47 |
+
"arguments": {
|
| 48 |
+
"feature": {
|
| 49 |
+
"end": {
|
| 50 |
+
"dtype": "int64",
|
| 51 |
+
"_type": "Value"
|
| 52 |
+
},
|
| 53 |
+
"role": {
|
| 54 |
+
"dtype": "string",
|
| 55 |
+
"_type": "Value"
|
| 56 |
+
},
|
| 57 |
+
"start": {
|
| 58 |
+
"dtype": "int64",
|
| 59 |
+
"_type": "Value"
|
| 60 |
+
},
|
| 61 |
+
"text": {
|
| 62 |
+
"dtype": "string",
|
| 63 |
+
"_type": "Value"
|
| 64 |
+
}
|
| 65 |
+
},
|
| 66 |
+
"_type": "List"
|
| 67 |
+
},
|
| 68 |
+
"end": {
|
| 69 |
+
"dtype": "int64",
|
| 70 |
+
"_type": "Value"
|
| 71 |
+
},
|
| 72 |
+
"event_id": {
|
| 73 |
+
"dtype": "string",
|
| 74 |
+
"_type": "Value"
|
| 75 |
+
},
|
| 76 |
+
"event_type": {
|
| 77 |
+
"dtype": "string",
|
| 78 |
+
"_type": "Value"
|
| 79 |
+
},
|
| 80 |
+
"start": {
|
| 81 |
+
"dtype": "int64",
|
| 82 |
+
"_type": "Value"
|
| 83 |
+
},
|
| 84 |
+
"text": {
|
| 85 |
+
"dtype": "string",
|
| 86 |
+
"_type": "Value"
|
| 87 |
+
}
|
| 88 |
+
},
|
| 89 |
+
"_type": "List"
|
| 90 |
+
},
|
| 91 |
+
"images": {
|
| 92 |
+
"feature": {
|
| 93 |
+
"dtype": "string",
|
| 94 |
+
"_type": "Value"
|
| 95 |
+
},
|
| 96 |
+
"_type": "List"
|
| 97 |
+
}
|
| 98 |
+
},
|
| 99 |
+
"homepage": "",
|
| 100 |
+
"license": ""
|
| 101 |
+
}
|
train/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "28d749346af45653",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": null
|
| 13 |
+
}
|
val/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e9ce36f012bcd4c357d6fb1be5ae7d432cf956324472fec8bc726cc8622854f
|
| 3 |
+
size 1287664
|
val/dataset_info.json
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "",
|
| 4 |
+
"features": {
|
| 5 |
+
"doc_id": {
|
| 6 |
+
"dtype": "string",
|
| 7 |
+
"_type": "Value"
|
| 8 |
+
},
|
| 9 |
+
"wnd_id": {
|
| 10 |
+
"dtype": "string",
|
| 11 |
+
"_type": "Value"
|
| 12 |
+
},
|
| 13 |
+
"tokens": {
|
| 14 |
+
"feature": {
|
| 15 |
+
"dtype": "string",
|
| 16 |
+
"_type": "Value"
|
| 17 |
+
},
|
| 18 |
+
"_type": "List"
|
| 19 |
+
},
|
| 20 |
+
"entities": {
|
| 21 |
+
"feature": {
|
| 22 |
+
"end": {
|
| 23 |
+
"dtype": "int64",
|
| 24 |
+
"_type": "Value"
|
| 25 |
+
},
|
| 26 |
+
"entity_id": {
|
| 27 |
+
"dtype": "string",
|
| 28 |
+
"_type": "Value"
|
| 29 |
+
},
|
| 30 |
+
"entity_type": {
|
| 31 |
+
"dtype": "string",
|
| 32 |
+
"_type": "Value"
|
| 33 |
+
},
|
| 34 |
+
"start": {
|
| 35 |
+
"dtype": "int64",
|
| 36 |
+
"_type": "Value"
|
| 37 |
+
},
|
| 38 |
+
"text": {
|
| 39 |
+
"dtype": "string",
|
| 40 |
+
"_type": "Value"
|
| 41 |
+
}
|
| 42 |
+
},
|
| 43 |
+
"_type": "List"
|
| 44 |
+
},
|
| 45 |
+
"events": {
|
| 46 |
+
"feature": {
|
| 47 |
+
"arguments": {
|
| 48 |
+
"feature": {
|
| 49 |
+
"end": {
|
| 50 |
+
"dtype": "int64",
|
| 51 |
+
"_type": "Value"
|
| 52 |
+
},
|
| 53 |
+
"role": {
|
| 54 |
+
"dtype": "string",
|
| 55 |
+
"_type": "Value"
|
| 56 |
+
},
|
| 57 |
+
"start": {
|
| 58 |
+
"dtype": "int64",
|
| 59 |
+
"_type": "Value"
|
| 60 |
+
},
|
| 61 |
+
"text": {
|
| 62 |
+
"dtype": "string",
|
| 63 |
+
"_type": "Value"
|
| 64 |
+
}
|
| 65 |
+
},
|
| 66 |
+
"_type": "List"
|
| 67 |
+
},
|
| 68 |
+
"end": {
|
| 69 |
+
"dtype": "int64",
|
| 70 |
+
"_type": "Value"
|
| 71 |
+
},
|
| 72 |
+
"event_id": {
|
| 73 |
+
"dtype": "string",
|
| 74 |
+
"_type": "Value"
|
| 75 |
+
},
|
| 76 |
+
"event_type": {
|
| 77 |
+
"dtype": "string",
|
| 78 |
+
"_type": "Value"
|
| 79 |
+
},
|
| 80 |
+
"start": {
|
| 81 |
+
"dtype": "int64",
|
| 82 |
+
"_type": "Value"
|
| 83 |
+
},
|
| 84 |
+
"text": {
|
| 85 |
+
"dtype": "string",
|
| 86 |
+
"_type": "Value"
|
| 87 |
+
}
|
| 88 |
+
},
|
| 89 |
+
"_type": "List"
|
| 90 |
+
},
|
| 91 |
+
"images": {
|
| 92 |
+
"feature": {
|
| 93 |
+
"dtype": "string",
|
| 94 |
+
"_type": "Value"
|
| 95 |
+
},
|
| 96 |
+
"_type": "List"
|
| 97 |
+
}
|
| 98 |
+
},
|
| 99 |
+
"homepage": "",
|
| 100 |
+
"license": ""
|
| 101 |
+
}
|
val/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "28d749346af45653",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": null
|
| 13 |
+
}
|