autonlp-data-processor
commited on
Commit
·
da5c716
1
Parent(s):
1008145
Processed data from autonlp data processor ([2021-11-19 12:46 ]
Browse files- README.md +61 -0
- processed/dataset_dict.json +1 -0
- processed/train/dataset.arrow +3 -0
- processed/train/dataset_info.json +86 -0
- processed/train/state.json +18 -0
- processed/valid/dataset.arrow +3 -0
- processed/valid/dataset_info.json +86 -0
- processed/valid/state.json +18 -0
README.md
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-classification
|
4 |
+
|
5 |
+
---
|
6 |
+
# AutoNLP Dataset for project: alberti-stanzas-finetuning
|
7 |
+
|
8 |
+
## Table of content
|
9 |
+
- [Dataset Description](#dataset-description)
|
10 |
+
- [Languages](#languages)
|
11 |
+
- [Dataset Structure](#dataset-structure)
|
12 |
+
- [Data Instances](#data-instances)
|
13 |
+
- [Data Fields](#data-fields)
|
14 |
+
- [Data Splits](#data-splits)
|
15 |
+
|
16 |
+
## Dataset Descritpion
|
17 |
+
|
18 |
+
This dataset has been automatically processed by AutoNLP for project alberti-stanzas-finetuning.
|
19 |
+
|
20 |
+
### Languages
|
21 |
+
|
22 |
+
The BCP-47 code for the dataset's language is unk.
|
23 |
+
|
24 |
+
## Dataset Structure
|
25 |
+
|
26 |
+
### Data Instances
|
27 |
+
|
28 |
+
A sample from this dataset looks as follows:
|
29 |
+
|
30 |
+
```json
|
31 |
+
[
|
32 |
+
{
|
33 |
+
"text": "No es la ciudad inmunda \nquien empuja las velas. Tampoco el coraz\u00f3n, \nprimitiva caba\u00f1a del deseo, \nse aventura por islas encendidas \nen donde el mar oculta sus ruinas, \nalgas de Baudelaire, espumas y silencios. \nEs la necesidad, la solitaria \nnecesidad de un hombre, \nquien nos lleva a cubierta, \nquien nos hace temblar, vivir en cuerpos \nque resisten la voz de las sirenas, \namarrados en proa, \ncon el tim\u00f3n gimiendo entre las manos.",
|
34 |
+
"target": 40
|
35 |
+
},
|
36 |
+
{
|
37 |
+
"text": "Ni mueve m\u00e1s ligera,\nni m\u00e1s igual divide por derecha\nel aire, y fiel carrera,\no la traciana flecha\no la bola tudesca un fuego hecha.",
|
38 |
+
"target": 11
|
39 |
+
}
|
40 |
+
]
|
41 |
+
```
|
42 |
+
|
43 |
+
### Dataset Fields
|
44 |
+
|
45 |
+
The dataset has the following fields (also called "features"):
|
46 |
+
|
47 |
+
```json
|
48 |
+
{
|
49 |
+
"target": "ClassLabel(num_classes=46, names=['0', '1', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '2', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '3', '30', '31', '32', '33', '34', '35', '36', '37', '38', '39', '4', '40', '41', '42', '43', '44', '45', '5', '6', '7', '8', '9'], names_file=None, id=None)",
|
50 |
+
"text": "Value(dtype='string', id=None)"
|
51 |
+
}
|
52 |
+
```
|
53 |
+
|
54 |
+
### Dataset Splits
|
55 |
+
|
56 |
+
This dataset is split into a train and validation split. The split sizes are as follow:
|
57 |
+
|
58 |
+
| Split name | Num samples |
|
59 |
+
| ------------ | ------------------- |
|
60 |
+
| train | 4004 |
|
61 |
+
| valid | 1001 |
|
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:f102b7972c3fbbfbf4ce2977c6f3b775ec82ee9bd543d1d76cd6835b4a179175
|
3 |
+
size 1181728
|
processed/train/dataset_info.json
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": null,
|
3 |
+
"citation": "",
|
4 |
+
"config_name": null,
|
5 |
+
"dataset_size": null,
|
6 |
+
"description": "AutoNLP generated dataset",
|
7 |
+
"download_checksums": null,
|
8 |
+
"download_size": null,
|
9 |
+
"features": {
|
10 |
+
"target": {
|
11 |
+
"num_classes": 46,
|
12 |
+
"names": [
|
13 |
+
"0",
|
14 |
+
"1",
|
15 |
+
"10",
|
16 |
+
"11",
|
17 |
+
"12",
|
18 |
+
"13",
|
19 |
+
"14",
|
20 |
+
"15",
|
21 |
+
"16",
|
22 |
+
"17",
|
23 |
+
"18",
|
24 |
+
"19",
|
25 |
+
"2",
|
26 |
+
"20",
|
27 |
+
"21",
|
28 |
+
"22",
|
29 |
+
"23",
|
30 |
+
"24",
|
31 |
+
"25",
|
32 |
+
"26",
|
33 |
+
"27",
|
34 |
+
"28",
|
35 |
+
"29",
|
36 |
+
"3",
|
37 |
+
"30",
|
38 |
+
"31",
|
39 |
+
"32",
|
40 |
+
"33",
|
41 |
+
"34",
|
42 |
+
"35",
|
43 |
+
"36",
|
44 |
+
"37",
|
45 |
+
"38",
|
46 |
+
"39",
|
47 |
+
"4",
|
48 |
+
"40",
|
49 |
+
"41",
|
50 |
+
"42",
|
51 |
+
"43",
|
52 |
+
"44",
|
53 |
+
"45",
|
54 |
+
"5",
|
55 |
+
"6",
|
56 |
+
"7",
|
57 |
+
"8",
|
58 |
+
"9"
|
59 |
+
],
|
60 |
+
"names_file": null,
|
61 |
+
"id": null,
|
62 |
+
"_type": "ClassLabel"
|
63 |
+
},
|
64 |
+
"text": {
|
65 |
+
"dtype": "string",
|
66 |
+
"id": null,
|
67 |
+
"_type": "Value"
|
68 |
+
}
|
69 |
+
},
|
70 |
+
"homepage": "",
|
71 |
+
"license": "",
|
72 |
+
"post_processed": null,
|
73 |
+
"post_processing_size": null,
|
74 |
+
"size_in_bytes": null,
|
75 |
+
"splits": {
|
76 |
+
"train": {
|
77 |
+
"name": "train",
|
78 |
+
"num_bytes": 1180267,
|
79 |
+
"num_examples": 4004,
|
80 |
+
"dataset_name": null
|
81 |
+
}
|
82 |
+
},
|
83 |
+
"supervised_keys": null,
|
84 |
+
"task_templates": null,
|
85 |
+
"version": null
|
86 |
+
}
|
processed/train/state.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "1862f52d7ebc845c",
|
8 |
+
"_format_columns": [
|
9 |
+
"target",
|
10 |
+
"text"
|
11 |
+
],
|
12 |
+
"_format_kwargs": {},
|
13 |
+
"_format_type": null,
|
14 |
+
"_indexes": {},
|
15 |
+
"_indices_data_files": null,
|
16 |
+
"_output_all_columns": false,
|
17 |
+
"_split": null
|
18 |
+
}
|
processed/valid/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ac1c94707580acddd192ea080abe0ef3e233a4bc6ca951b42ca579e93ed4f74
|
3 |
+
size 284296
|
processed/valid/dataset_info.json
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": null,
|
3 |
+
"citation": "",
|
4 |
+
"config_name": null,
|
5 |
+
"dataset_size": null,
|
6 |
+
"description": "AutoNLP generated dataset",
|
7 |
+
"download_checksums": null,
|
8 |
+
"download_size": null,
|
9 |
+
"features": {
|
10 |
+
"target": {
|
11 |
+
"num_classes": 46,
|
12 |
+
"names": [
|
13 |
+
"0",
|
14 |
+
"1",
|
15 |
+
"10",
|
16 |
+
"11",
|
17 |
+
"12",
|
18 |
+
"13",
|
19 |
+
"14",
|
20 |
+
"15",
|
21 |
+
"16",
|
22 |
+
"17",
|
23 |
+
"18",
|
24 |
+
"19",
|
25 |
+
"2",
|
26 |
+
"20",
|
27 |
+
"21",
|
28 |
+
"22",
|
29 |
+
"23",
|
30 |
+
"24",
|
31 |
+
"25",
|
32 |
+
"26",
|
33 |
+
"27",
|
34 |
+
"28",
|
35 |
+
"29",
|
36 |
+
"3",
|
37 |
+
"30",
|
38 |
+
"31",
|
39 |
+
"32",
|
40 |
+
"33",
|
41 |
+
"34",
|
42 |
+
"35",
|
43 |
+
"36",
|
44 |
+
"37",
|
45 |
+
"38",
|
46 |
+
"39",
|
47 |
+
"4",
|
48 |
+
"40",
|
49 |
+
"41",
|
50 |
+
"42",
|
51 |
+
"43",
|
52 |
+
"44",
|
53 |
+
"45",
|
54 |
+
"5",
|
55 |
+
"6",
|
56 |
+
"7",
|
57 |
+
"8",
|
58 |
+
"9"
|
59 |
+
],
|
60 |
+
"names_file": null,
|
61 |
+
"id": null,
|
62 |
+
"_type": "ClassLabel"
|
63 |
+
},
|
64 |
+
"text": {
|
65 |
+
"dtype": "string",
|
66 |
+
"id": null,
|
67 |
+
"_type": "Value"
|
68 |
+
}
|
69 |
+
},
|
70 |
+
"homepage": "",
|
71 |
+
"license": "",
|
72 |
+
"post_processed": null,
|
73 |
+
"post_processing_size": null,
|
74 |
+
"size_in_bytes": null,
|
75 |
+
"splits": {
|
76 |
+
"valid": {
|
77 |
+
"name": "valid",
|
78 |
+
"num_bytes": 283472,
|
79 |
+
"num_examples": 1001,
|
80 |
+
"dataset_name": null
|
81 |
+
}
|
82 |
+
},
|
83 |
+
"supervised_keys": null,
|
84 |
+
"task_templates": null,
|
85 |
+
"version": null
|
86 |
+
}
|
processed/valid/state.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "1731ed4a354803c0",
|
8 |
+
"_format_columns": [
|
9 |
+
"target",
|
10 |
+
"text"
|
11 |
+
],
|
12 |
+
"_format_kwargs": {},
|
13 |
+
"_format_type": null,
|
14 |
+
"_indexes": {},
|
15 |
+
"_indices_data_files": null,
|
16 |
+
"_output_all_columns": false,
|
17 |
+
"_split": null
|
18 |
+
}
|