autotrain-data-processor
commited on
Commit
·
383c072
1
Parent(s):
d81a89b
Processed data from AutoTrain data processor ([2022-05-24 11:48 ]
Browse files- README.md +55 -0
- processed/dataset_dict.json +1 -0
- processed/train/dataset.arrow +3 -0
- processed/train/dataset_info.json +54 -0
- processed/train/state.json +17 -0
- processed/valid/dataset.arrow +3 -0
- processed/valid/dataset_info.json +54 -0
- processed/valid/state.json +17 -0
README.md
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
languages:
|
| 3 |
+
- en
|
| 4 |
+
task_categories:
|
| 5 |
+
- text-classification
|
| 6 |
+
|
| 7 |
+
---
|
| 8 |
+
# AutoTrain Dataset for project: osdg-sdg-classifier
|
| 9 |
+
|
| 10 |
+
## Dataset Descritpion
|
| 11 |
+
|
| 12 |
+
This dataset has been automatically processed by AutoTrain for project osdg-sdg-classifier.
|
| 13 |
+
|
| 14 |
+
### Languages
|
| 15 |
+
|
| 16 |
+
The BCP-47 code for the dataset's language is en.
|
| 17 |
+
|
| 18 |
+
## Dataset Structure
|
| 19 |
+
|
| 20 |
+
### Data Instances
|
| 21 |
+
|
| 22 |
+
A sample from this dataset looks as follows:
|
| 23 |
+
|
| 24 |
+
```json
|
| 25 |
+
[
|
| 26 |
+
{
|
| 27 |
+
"text": "teams of technical experts elaborate and validate these plans in collaboration with the local commun[...]",
|
| 28 |
+
"target": 14
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"text": "yet commitments to promote the cohesion of families cannot be seen in isolation from two critical el[...]",
|
| 32 |
+
"target": 10
|
| 33 |
+
}
|
| 34 |
+
]
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
### Dataset Fields
|
| 38 |
+
|
| 39 |
+
The dataset has the following fields (also called "features"):
|
| 40 |
+
|
| 41 |
+
```json
|
| 42 |
+
{
|
| 43 |
+
"text": "Value(dtype='string', id=None)",
|
| 44 |
+
"target": "ClassLabel(num_classes=15, names=['1', '10', '11', '12', '13', '14', '15', '2', '3', '4', '5', '6', '7', '8', '9'], id=None)"
|
| 45 |
+
}
|
| 46 |
+
```
|
| 47 |
+
|
| 48 |
+
### Dataset Splits
|
| 49 |
+
|
| 50 |
+
This dataset is split into a train and validation split. The split sizes are as follow:
|
| 51 |
+
|
| 52 |
+
| Split name | Num samples |
|
| 53 |
+
| ------------ | ------------------- |
|
| 54 |
+
| train | 14098 |
|
| 55 |
+
| valid | 3533 |
|
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:4dd45c560135aff388c08839f6448bf7841afd45b95e28fea63e91c99bec5425
|
| 3 |
+
size 8355224
|
processed/train/dataset_info.json
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"builder_name": null,
|
| 3 |
+
"citation": "",
|
| 4 |
+
"config_name": null,
|
| 5 |
+
"dataset_size": null,
|
| 6 |
+
"description": "AutoTrain generated dataset",
|
| 7 |
+
"download_checksums": null,
|
| 8 |
+
"download_size": null,
|
| 9 |
+
"features": {
|
| 10 |
+
"text": {
|
| 11 |
+
"dtype": "string",
|
| 12 |
+
"id": null,
|
| 13 |
+
"_type": "Value"
|
| 14 |
+
},
|
| 15 |
+
"target": {
|
| 16 |
+
"num_classes": 15,
|
| 17 |
+
"names": [
|
| 18 |
+
"1",
|
| 19 |
+
"10",
|
| 20 |
+
"11",
|
| 21 |
+
"12",
|
| 22 |
+
"13",
|
| 23 |
+
"14",
|
| 24 |
+
"15",
|
| 25 |
+
"2",
|
| 26 |
+
"3",
|
| 27 |
+
"4",
|
| 28 |
+
"5",
|
| 29 |
+
"6",
|
| 30 |
+
"7",
|
| 31 |
+
"8",
|
| 32 |
+
"9"
|
| 33 |
+
],
|
| 34 |
+
"id": null,
|
| 35 |
+
"_type": "ClassLabel"
|
| 36 |
+
}
|
| 37 |
+
},
|
| 38 |
+
"homepage": "",
|
| 39 |
+
"license": "",
|
| 40 |
+
"post_processed": null,
|
| 41 |
+
"post_processing_size": null,
|
| 42 |
+
"size_in_bytes": null,
|
| 43 |
+
"splits": {
|
| 44 |
+
"train": {
|
| 45 |
+
"name": "train",
|
| 46 |
+
"num_bytes": 8351445,
|
| 47 |
+
"num_examples": 14098,
|
| 48 |
+
"dataset_name": null
|
| 49 |
+
}
|
| 50 |
+
},
|
| 51 |
+
"supervised_keys": null,
|
| 52 |
+
"task_templates": null,
|
| 53 |
+
"version": null
|
| 54 |
+
}
|
processed/train/state.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "dataset.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "88e1673f1ec1a2fb",
|
| 8 |
+
"_format_columns": [
|
| 9 |
+
"target",
|
| 10 |
+
"text"
|
| 11 |
+
],
|
| 12 |
+
"_format_kwargs": {},
|
| 13 |
+
"_format_type": null,
|
| 14 |
+
"_indexes": {},
|
| 15 |
+
"_output_all_columns": false,
|
| 16 |
+
"_split": null
|
| 17 |
+
}
|
processed/valid/dataset.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86ea2b92b3c22676b2128bef99c5defa4c006706b6f9d0077d2a40293f80925c
|
| 3 |
+
size 2089128
|
processed/valid/dataset_info.json
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"builder_name": null,
|
| 3 |
+
"citation": "",
|
| 4 |
+
"config_name": null,
|
| 5 |
+
"dataset_size": null,
|
| 6 |
+
"description": "AutoTrain generated dataset",
|
| 7 |
+
"download_checksums": null,
|
| 8 |
+
"download_size": null,
|
| 9 |
+
"features": {
|
| 10 |
+
"text": {
|
| 11 |
+
"dtype": "string",
|
| 12 |
+
"id": null,
|
| 13 |
+
"_type": "Value"
|
| 14 |
+
},
|
| 15 |
+
"target": {
|
| 16 |
+
"num_classes": 15,
|
| 17 |
+
"names": [
|
| 18 |
+
"1",
|
| 19 |
+
"10",
|
| 20 |
+
"11",
|
| 21 |
+
"12",
|
| 22 |
+
"13",
|
| 23 |
+
"14",
|
| 24 |
+
"15",
|
| 25 |
+
"2",
|
| 26 |
+
"3",
|
| 27 |
+
"4",
|
| 28 |
+
"5",
|
| 29 |
+
"6",
|
| 30 |
+
"7",
|
| 31 |
+
"8",
|
| 32 |
+
"9"
|
| 33 |
+
],
|
| 34 |
+
"id": null,
|
| 35 |
+
"_type": "ClassLabel"
|
| 36 |
+
}
|
| 37 |
+
},
|
| 38 |
+
"homepage": "",
|
| 39 |
+
"license": "",
|
| 40 |
+
"post_processed": null,
|
| 41 |
+
"post_processing_size": null,
|
| 42 |
+
"size_in_bytes": null,
|
| 43 |
+
"splits": {
|
| 44 |
+
"valid": {
|
| 45 |
+
"name": "valid",
|
| 46 |
+
"num_bytes": 2087767,
|
| 47 |
+
"num_examples": 3533,
|
| 48 |
+
"dataset_name": null
|
| 49 |
+
}
|
| 50 |
+
},
|
| 51 |
+
"supervised_keys": null,
|
| 52 |
+
"task_templates": null,
|
| 53 |
+
"version": null
|
| 54 |
+
}
|
processed/valid/state.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "dataset.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "a81192b0f92e3d34",
|
| 8 |
+
"_format_columns": [
|
| 9 |
+
"target",
|
| 10 |
+
"text"
|
| 11 |
+
],
|
| 12 |
+
"_format_kwargs": {},
|
| 13 |
+
"_format_type": null,
|
| 14 |
+
"_indexes": {},
|
| 15 |
+
"_output_all_columns": false,
|
| 16 |
+
"_split": null
|
| 17 |
+
}
|