autotrain-data-processor commited on
Commit
1bf5bb1
·
1 Parent(s): d2c3345

Processed data from AutoTrain data processor ([2022-12-10 14:00 ]

Browse files
README.md CHANGED
@@ -35,16 +35,16 @@ A sample from this dataset looks as follows:
35
  "panavision"
36
  ],
37
  "tags": [
38
- 19,
39
- 52,
40
- 66,
41
- 31,
42
- 64,
43
- 66,
44
- 66,
45
- 66,
46
- 66,
47
- 17
48
  ]
49
  },
50
  {
@@ -66,21 +66,21 @@ A sample from this dataset looks as follows:
66
  ":"
67
  ],
68
  "tags": [
69
- 66,
70
- 66,
71
- 66,
72
- 66,
73
- 66,
74
- 19,
75
- 52,
76
- 66,
77
- 66,
78
- 66,
79
- 66,
80
- 66,
81
- 66,
82
- 66,
83
- 66
84
  ]
85
  }
86
  ]
@@ -93,7 +93,7 @@ The dataset has the following fields (also called "features"):
93
  ```json
94
  {
95
  "tokens": "Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)",
96
- "tags": "Sequence(feature=ClassLabel(num_classes=67, names=['B-AerospaceManufacturer', 'B-AnatomicalStructure', 'B-ArtWork', 'B-Artist', 'B-Athlete', 'B-CarManufacturer', 'B-Cleric', 'B-Clothing', 'B-Disease', 'B-Drink', 'B-Facility', 'B-Food', 'B-HumanSettlement', 'B-MedicalProcedure', 'B-Medication/Vaccine', 'B-MusicalGRP', 'B-MusicalWork', 'B-ORG', 'B-OtherLOC', 'B-OtherPER', 'B-OtherPROD', 'B-Politician', 'B-PrivateCorp', 'B-PublicCorp', 'B-Scientist', 'B-Software', 'B-SportsGRP', 'B-SportsManager', 'B-Station', 'B-Symptom', 'B-Vehicle', 'B-VisualWork', 'B-WrittenWork', 'I-AerospaceManufacturer', 'I-AnatomicalStructure', 'I-ArtWork', 'I-Artist', 'I-Athlete', 'I-CarManufacturer', 'I-Cleric', 'I-Clothing', 'I-Disease', 'I-Drink', 'I-Facility', 'I-Food', 'I-HumanSettlement', 'I-MedicalProcedure', 'I-Medication/Vaccine', 'I-MusicalGRP', 'I-MusicalWork', 'I-ORG', 'I-OtherLOC', 'I-OtherPER', 'I-OtherPROD', 'I-Politician', 'I-PrivateCorp', 'I-PublicCorp', 'I-Scientist', 'I-Software', 'I-SportsGRP', 'I-SportsManager', 'I-Station', 'I-Symptom', 'I-Vehicle', 'I-VisualWork', 'I-WrittenWork', 'O'], id=None), length=-1, id=None)"
97
  }
98
  ```
99
 
@@ -103,5 +103,5 @@ This dataset is split into a train and validation split. The split sizes are as
103
 
104
  | Split name | Num samples |
105
  | ------------ | ------------------- |
106
- | train | 16720 |
107
  | valid | 829 |
 
35
  "panavision"
36
  ],
37
  "tags": [
38
+ 18,
39
+ 49,
40
+ 62,
41
+ 29,
42
+ 60,
43
+ 62,
44
+ 62,
45
+ 62,
46
+ 62,
47
+ 16
48
  ]
49
  },
50
  {
 
66
  ":"
67
  ],
68
  "tags": [
69
+ 62,
70
+ 62,
71
+ 62,
72
+ 62,
73
+ 62,
74
+ 18,
75
+ 49,
76
+ 62,
77
+ 62,
78
+ 62,
79
+ 62,
80
+ 62,
81
+ 62,
82
+ 62,
83
+ 62
84
  ]
85
  }
86
  ]
 
93
  ```json
94
  {
95
  "tokens": "Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)",
96
+ "tags": "Sequence(feature=ClassLabel(num_classes=63, names=['B-AnatomicalStructure', 'B-ArtWork', 'B-Artist', 'B-Athlete', 'B-CarManufacturer', 'B-Cleric', 'B-Clothing', 'B-Disease', 'B-Drink', 'B-Facility', 'B-Food', 'B-HumanSettlement', 'B-MedicalProcedure', 'B-Medication/Vaccine', 'B-MusicalGRP', 'B-MusicalWork', 'B-ORG', 'B-OtherLOC', 'B-OtherPER', 'B-OtherPROD', 'B-Politician', 'B-PrivateCorp', 'B-PublicCorp', 'B-Scientist', 'B-Software', 'B-SportsGRP', 'B-SportsManager', 'B-Station', 'B-Vehicle', 'B-VisualWork', 'B-WrittenWork', 'I-AnatomicalStructure', 'I-ArtWork', 'I-Artist', 'I-Athlete', 'I-CarManufacturer', 'I-Cleric', 'I-Clothing', 'I-Disease', 'I-Drink', 'I-Facility', 'I-Food', 'I-HumanSettlement', 'I-MedicalProcedure', 'I-Medication/Vaccine', 'I-MusicalGRP', 'I-MusicalWork', 'I-ORG', 'I-OtherLOC', 'I-OtherPER', 'I-OtherPROD', 'I-Politician', 'I-PrivateCorp', 'I-PublicCorp', 'I-Scientist', 'I-Software', 'I-SportsGRP', 'I-SportsManager', 'I-Station', 'I-Vehicle', 'I-VisualWork', 'I-WrittenWork', 'O'], id=None), length=-1, id=None)"
97
  }
98
  ```
99
 
 
103
 
104
  | Split name | Num samples |
105
  | ------------ | ------------------- |
106
+ | train | 2999 |
107
  | valid | 829 |
processed/train/dataset.arrow CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1d5020871fb7a32af040858e0a50c56de7aab8c568501b101e2bd59e8321952f
3
- size 4300896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2162b4b3f0099f2a93213ac7673c6b0b850861f56d91461a36e3d8300bcd1df3
3
+ size 746872
processed/train/dataset_info.json CHANGED
@@ -19,9 +19,8 @@
19
  },
20
  "tags": {
21
  "feature": {
22
- "num_classes": 67,
23
  "names": [
24
- "B-AerospaceManufacturer",
25
  "B-AnatomicalStructure",
26
  "B-ArtWork",
27
  "B-Artist",
@@ -50,11 +49,9 @@
50
  "B-SportsGRP",
51
  "B-SportsManager",
52
  "B-Station",
53
- "B-Symptom",
54
  "B-Vehicle",
55
  "B-VisualWork",
56
  "B-WrittenWork",
57
- "I-AerospaceManufacturer",
58
  "I-AnatomicalStructure",
59
  "I-ArtWork",
60
  "I-Artist",
@@ -83,7 +80,6 @@
83
  "I-SportsGRP",
84
  "I-SportsManager",
85
  "I-Station",
86
- "I-Symptom",
87
  "I-Vehicle",
88
  "I-VisualWork",
89
  "I-WrittenWork",
@@ -105,8 +101,8 @@
105
  "splits": {
106
  "train": {
107
  "name": "train",
108
- "num_bytes": 4293633,
109
- "num_examples": 16720,
110
  "dataset_name": null
111
  }
112
  },
 
19
  },
20
  "tags": {
21
  "feature": {
22
+ "num_classes": 63,
23
  "names": [
 
24
  "B-AnatomicalStructure",
25
  "B-ArtWork",
26
  "B-Artist",
 
49
  "B-SportsGRP",
50
  "B-SportsManager",
51
  "B-Station",
 
52
  "B-Vehicle",
53
  "B-VisualWork",
54
  "B-WrittenWork",
 
55
  "I-AnatomicalStructure",
56
  "I-ArtWork",
57
  "I-Artist",
 
80
  "I-SportsGRP",
81
  "I-SportsManager",
82
  "I-Station",
 
83
  "I-Vehicle",
84
  "I-VisualWork",
85
  "I-WrittenWork",
 
101
  "splits": {
102
  "train": {
103
  "name": "train",
104
+ "num_bytes": 744306,
105
+ "num_examples": 2999,
106
  "dataset_name": null
107
  }
108
  },
processed/train/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "dataset.arrow"
5
  }
6
  ],
7
- "_fingerprint": "6f3a1337ff1811e5",
8
  "_format_columns": [
9
  "tags",
10
  "tokens"
 
4
  "filename": "dataset.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "3f5f910568362d89",
8
  "_format_columns": [
9
  "tags",
10
  "tokens"
processed/valid/dataset.arrow CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:090b0bad207287863b6ba53893607a52f70d643cde316a61f7a18c5b8e28d5cc
3
- size 217336
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d94523f117cab8a8f082c2398fc302d2a8a089ac1704a04094fdea6f4158125
3
+ size 217256
processed/valid/dataset_info.json CHANGED
@@ -19,9 +19,8 @@
19
  },
20
  "tags": {
21
  "feature": {
22
- "num_classes": 67,
23
  "names": [
24
- "B-AerospaceManufacturer",
25
  "B-AnatomicalStructure",
26
  "B-ArtWork",
27
  "B-Artist",
@@ -50,11 +49,9 @@
50
  "B-SportsGRP",
51
  "B-SportsManager",
52
  "B-Station",
53
- "B-Symptom",
54
  "B-Vehicle",
55
  "B-VisualWork",
56
  "B-WrittenWork",
57
- "I-AerospaceManufacturer",
58
  "I-AnatomicalStructure",
59
  "I-ArtWork",
60
  "I-Artist",
@@ -83,7 +80,6 @@
83
  "I-SportsGRP",
84
  "I-SportsManager",
85
  "I-Station",
86
- "I-Symptom",
87
  "I-Vehicle",
88
  "I-VisualWork",
89
  "I-WrittenWork",
 
19
  },
20
  "tags": {
21
  "feature": {
22
+ "num_classes": 63,
23
  "names": [
 
24
  "B-AnatomicalStructure",
25
  "B-ArtWork",
26
  "B-Artist",
 
49
  "B-SportsGRP",
50
  "B-SportsManager",
51
  "B-Station",
 
52
  "B-Vehicle",
53
  "B-VisualWork",
54
  "B-WrittenWork",
 
55
  "I-AnatomicalStructure",
56
  "I-ArtWork",
57
  "I-Artist",
 
80
  "I-SportsGRP",
81
  "I-SportsManager",
82
  "I-Station",
 
83
  "I-Vehicle",
84
  "I-VisualWork",
85
  "I-WrittenWork",
processed/valid/state.json CHANGED
@@ -4,7 +4,7 @@
4
  "filename": "dataset.arrow"
5
  }
6
  ],
7
- "_fingerprint": "b54d6ad7e8cbe0de",
8
  "_format_columns": [
9
  "tags",
10
  "tokens"
 
4
  "filename": "dataset.arrow"
5
  }
6
  ],
7
+ "_fingerprint": "cf710ffb8a6ca405",
8
  "_format_columns": [
9
  "tags",
10
  "tokens"