autotrain-data-processor
commited on
Commit
·
aff0980
1
Parent(s):
bd50499
Processed data from AutoTrain data processor ([2023-03-17 16:12 ]
Browse files- README.md +59 -0
- processed/dataset_dict.json +1 -0
- processed/train/dataset.arrow +3 -0
- processed/train/dataset_info.json +32 -0
- processed/train/state.json +19 -0
- processed/valid/dataset.arrow +3 -0
- processed/valid/dataset_info.json +32 -0
- processed/valid/state.json +19 -0
README.md
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- summarization
|
| 4 |
+
|
| 5 |
+
---
|
| 6 |
+
# AutoTrain Dataset for project: rebel-covid
|
| 7 |
+
|
| 8 |
+
## Dataset Description
|
| 9 |
+
|
| 10 |
+
This dataset has been automatically processed by AutoTrain for project rebel-covid.
|
| 11 |
+
|
| 12 |
+
### Languages
|
| 13 |
+
|
| 14 |
+
The BCP-47 code for the dataset's language is unk.
|
| 15 |
+
|
| 16 |
+
## Dataset Structure
|
| 17 |
+
|
| 18 |
+
### Data Instances
|
| 19 |
+
|
| 20 |
+
A sample from this dataset looks as follows:
|
| 21 |
+
|
| 22 |
+
```json
|
| 23 |
+
[
|
| 24 |
+
{
|
| 25 |
+
"feat_id": "Q1857555-1",
|
| 26 |
+
"feat_title": "2010 Uzbek League",
|
| 27 |
+
"text": "The 2010 Uzbek League season was the 19th season of top-level football in Uzbekistan since independence in 1992 . ",
|
| 28 |
+
"target": "<triplet> 2010 Uzbek League <subj> 2010 <obj> point in time <subj> Uzbek League <obj> sports season of league or competition <subj> Uzbekistan <obj> country <triplet> Uzbek League <subj> Uzbekistan <obj> country <subj> 1992 <obj> inception"
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"feat_id": "Q7204458-2",
|
| 32 |
+
"feat_title": "Pleiku Stadium",
|
| 33 |
+
"text": "It is currently used mostly for football matches and is the home stadium of Hoang Anh Gia Lai , or HAGL ( also a company ) . ",
|
| 34 |
+
"target": "<triplet> Hoang Anh Gia Lai <subj> football <obj> sport"
|
| 35 |
+
}
|
| 36 |
+
]
|
| 37 |
+
```
|
| 38 |
+
|
| 39 |
+
### Dataset Fields
|
| 40 |
+
|
| 41 |
+
The dataset has the following fields (also called "features"):
|
| 42 |
+
|
| 43 |
+
```json
|
| 44 |
+
{
|
| 45 |
+
"feat_id": "Value(dtype='string', id=None)",
|
| 46 |
+
"feat_title": "Value(dtype='string', id=None)",
|
| 47 |
+
"text": "Value(dtype='string', id=None)",
|
| 48 |
+
"target": "Value(dtype='string', id=None)"
|
| 49 |
+
}
|
| 50 |
+
```
|
| 51 |
+
|
| 52 |
+
### Dataset Splits
|
| 53 |
+
|
| 54 |
+
This dataset is split into a train and validation split. The split sizes are as follow:
|
| 55 |
+
|
| 56 |
+
| Split name | Num samples |
|
| 57 |
+
| ------------ | ------------------- |
|
| 58 |
+
| train | 2496236 |
|
| 59 |
+
| valid | 624060 |
|
processed/dataset_dict.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"splits": ["train", "valid"]}
|
processed/train/dataset.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:707c2aa05186eddde8c574ab7608fdfca6177474cc7a118f4483f8b7bc840fa0
|
| 3 |
+
size 864901480
|
processed/train/dataset_info.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "AutoTrain generated dataset",
|
| 4 |
+
"features": {
|
| 5 |
+
"feat_id": {
|
| 6 |
+
"dtype": "string",
|
| 7 |
+
"_type": "Value"
|
| 8 |
+
},
|
| 9 |
+
"feat_title": {
|
| 10 |
+
"dtype": "string",
|
| 11 |
+
"_type": "Value"
|
| 12 |
+
},
|
| 13 |
+
"text": {
|
| 14 |
+
"dtype": "string",
|
| 15 |
+
"_type": "Value"
|
| 16 |
+
},
|
| 17 |
+
"target": {
|
| 18 |
+
"dtype": "string",
|
| 19 |
+
"_type": "Value"
|
| 20 |
+
}
|
| 21 |
+
},
|
| 22 |
+
"homepage": "",
|
| 23 |
+
"license": "",
|
| 24 |
+
"splits": {
|
| 25 |
+
"train": {
|
| 26 |
+
"name": "train",
|
| 27 |
+
"num_bytes": 863907122,
|
| 28 |
+
"num_examples": 2496236,
|
| 29 |
+
"dataset_name": null
|
| 30 |
+
}
|
| 31 |
+
}
|
| 32 |
+
}
|
processed/train/state.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "dataset.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "fa0ce582d1a7f8dd",
|
| 8 |
+
"_format_columns": [
|
| 9 |
+
"feat_id",
|
| 10 |
+
"feat_title",
|
| 11 |
+
"target",
|
| 12 |
+
"text"
|
| 13 |
+
],
|
| 14 |
+
"_format_kwargs": {},
|
| 15 |
+
"_format_type": null,
|
| 16 |
+
"_indexes": {},
|
| 17 |
+
"_output_all_columns": false,
|
| 18 |
+
"_split": null
|
| 19 |
+
}
|
processed/valid/dataset.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:477f91480f8e3e78082d535982025116edfad8c8f775de2c9513a8a0a276900e
|
| 3 |
+
size 215988648
|
processed/valid/dataset_info.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "AutoTrain generated dataset",
|
| 4 |
+
"features": {
|
| 5 |
+
"feat_id": {
|
| 6 |
+
"dtype": "string",
|
| 7 |
+
"_type": "Value"
|
| 8 |
+
},
|
| 9 |
+
"feat_title": {
|
| 10 |
+
"dtype": "string",
|
| 11 |
+
"_type": "Value"
|
| 12 |
+
},
|
| 13 |
+
"text": {
|
| 14 |
+
"dtype": "string",
|
| 15 |
+
"_type": "Value"
|
| 16 |
+
},
|
| 17 |
+
"target": {
|
| 18 |
+
"dtype": "string",
|
| 19 |
+
"_type": "Value"
|
| 20 |
+
}
|
| 21 |
+
},
|
| 22 |
+
"homepage": "",
|
| 23 |
+
"license": "",
|
| 24 |
+
"splits": {
|
| 25 |
+
"valid": {
|
| 26 |
+
"name": "valid",
|
| 27 |
+
"num_bytes": 215739273,
|
| 28 |
+
"num_examples": 624060,
|
| 29 |
+
"dataset_name": null
|
| 30 |
+
}
|
| 31 |
+
}
|
| 32 |
+
}
|
processed/valid/state.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "dataset.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "f74d72b0b404fabc",
|
| 8 |
+
"_format_columns": [
|
| 9 |
+
"feat_id",
|
| 10 |
+
"feat_title",
|
| 11 |
+
"target",
|
| 12 |
+
"text"
|
| 13 |
+
],
|
| 14 |
+
"_format_kwargs": {},
|
| 15 |
+
"_format_type": null,
|
| 16 |
+
"_indexes": {},
|
| 17 |
+
"_output_all_columns": false,
|
| 18 |
+
"_split": null
|
| 19 |
+
}
|