autotrain-data-processor commited on
Commit
de02d9b
1 Parent(s): e6788a1

Processed data from AutoTrain data processor ([2023-06-26 17:20 ]

Browse files
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - token-classification
4
+
5
+ ---
6
+ # AutoTrain Dataset for project: bert-political-statements-and-questions-swedish-ner
7
+
8
+ ## Dataset Description
9
+
10
+ This dataset has been automatically processed by AutoTrain for project bert-political-statements-and-questions-swedish-ner.
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
+ "tokens": [
26
+ "KD",
27
+ "ska",
28
+ "f\u00f6rhandla",
29
+ "v\u00e5rbudget",
30
+ "med",
31
+ "Milj\u00f6partiet"
32
+ ],
33
+ "tags": [
34
+ 1,
35
+ 6,
36
+ 6,
37
+ 6,
38
+ 6,
39
+ 1
40
+ ]
41
+ },
42
+ {
43
+ "tokens": [
44
+ "V\u00e4nsterpartiet",
45
+ "ska",
46
+ "diskutera",
47
+ "h\u00f6stbudget",
48
+ "med",
49
+ "Sverigedemokraterna"
50
+ ],
51
+ "tags": [
52
+ 1,
53
+ 6,
54
+ 6,
55
+ 6,
56
+ 6,
57
+ 1
58
+ ]
59
+ }
60
+ ]
61
+ ```
62
+
63
+ ### Dataset Fields
64
+
65
+ The dataset has the following fields (also called "features"):
66
+
67
+ ```json
68
+ {
69
+ "tokens": "Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)",
70
+ "tags": "Sequence(feature=ClassLabel(names=['B-LOC', 'B-ORG', 'B-PER', 'I-LOC', 'I-ORG', 'I-PER', 'UNK'], id=None), length=-1, id=None)"
71
+ }
72
+ ```
73
+
74
+ ### Dataset Splits
75
+
76
+ This dataset is split into a train and validation split. The split sizes are as follow:
77
+
78
+ | Split name | Num samples |
79
+ | ------------ | ------------------- |
80
+ | train | 3147 |
81
+ | valid | 821 |
processed/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "valid"]}
processed/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5274bd85481cafae04b01d8ecf01ac684a3217ed0d57a6c71687ba4e26c8ec9
3
+ size 570040
processed/train/dataset_info.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "tokens": {
6
+ "feature": {
7
+ "dtype": "string",
8
+ "_type": "Value"
9
+ },
10
+ "_type": "Sequence"
11
+ },
12
+ "tags": {
13
+ "feature": {
14
+ "names": [
15
+ "B-LOC",
16
+ "B-ORG",
17
+ "B-PER",
18
+ "I-LOC",
19
+ "I-ORG",
20
+ "I-PER",
21
+ "UNK"
22
+ ],
23
+ "_type": "ClassLabel"
24
+ },
25
+ "_type": "Sequence"
26
+ }
27
+ },
28
+ "homepage": "",
29
+ "license": "",
30
+ "splits": {
31
+ "train": {
32
+ "name": "train",
33
+ "num_bytes": 568154,
34
+ "num_examples": 3147,
35
+ "dataset_name": null
36
+ }
37
+ }
38
+ }
processed/train/state.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "c321008d65ca76ae",
8
+ "_format_columns": [
9
+ "tags",
10
+ "tokens"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": null
16
+ }
processed/valid/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76f85586b9e21ca8e22894f5287714a6c03ff818cb5ac82b61378a49455763f3
3
+ size 150376
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "tokens": {
6
+ "feature": {
7
+ "dtype": "string",
8
+ "_type": "Value"
9
+ },
10
+ "_type": "Sequence"
11
+ },
12
+ "tags": {
13
+ "feature": {
14
+ "names": [
15
+ "B-LOC",
16
+ "B-ORG",
17
+ "B-PER",
18
+ "I-LOC",
19
+ "I-ORG",
20
+ "I-PER",
21
+ "UNK"
22
+ ],
23
+ "_type": "ClassLabel"
24
+ },
25
+ "_type": "Sequence"
26
+ }
27
+ },
28
+ "homepage": "",
29
+ "license": "",
30
+ "splits": {
31
+ "valid": {
32
+ "name": "valid",
33
+ "num_bytes": 149472,
34
+ "num_examples": 821,
35
+ "dataset_name": null
36
+ }
37
+ }
38
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "73010bc1555acb68",
8
+ "_format_columns": [
9
+ "tags",
10
+ "tokens"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": null
16
+ }