guishe commited on
Commit
532d2ab
1 Parent(s): 038cec0

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. all_results.json +11 -0
  2. config.json +132 -132
  3. model.safetensors +1 -1
  4. training_args.bin +2 -2
all_results.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 4.0,
3
+ "test_accuracy": 0.9299894258933166,
4
+ "test_f1": 0.6916974559805096,
5
+ "test_loss": 0.23856346309185028,
6
+ "test_precision": 0.6751203694605483,
7
+ "test_recall": 0.7091091111753293,
8
+ "test_runtime": 51.3929,
9
+ "test_samples_per_second": 732.552,
10
+ "test_steps_per_second": 22.902
11
+ }
config.json CHANGED
@@ -12,143 +12,143 @@
12
  "hidden_size": 768,
13
  "id2label": {
14
  "0": "O",
15
- "1": "art_broadcastprogram",
16
- "2": "art_film",
17
- "3": "art_music",
18
- "4": "art_other",
19
- "5": "art_painting",
20
- "6": "art_writtenart",
21
- "7": "building_airport",
22
- "8": "building_hospital",
23
- "9": "building_hotel",
24
- "10": "building_library",
25
- "11": "building_other",
26
- "12": "building_restaurant",
27
- "13": "building_sportsfacility",
28
- "14": "building_theater",
29
- "15": "event_attack/battle/war/militaryconflict",
30
- "16": "event_disaster",
31
- "17": "event_election",
32
- "18": "event_other",
33
- "19": "event_protest",
34
- "20": "event_sportsevent",
35
- "21": "location_GPE",
36
- "22": "location_bodiesofwater",
37
- "23": "location_island",
38
- "24": "location_mountain",
39
- "25": "location_other",
40
- "26": "location_park",
41
- "27": "location_road/railway/highway/transit",
42
- "28": "organization_company",
43
- "29": "organization_education",
44
- "30": "organization_government/governmentagency",
45
- "31": "organization_media/newspaper",
46
- "32": "organization_other",
47
- "33": "organization_politicalparty",
48
- "34": "organization_religion",
49
- "35": "organization_showorganization",
50
- "36": "organization_sportsleague",
51
- "37": "organization_sportsteam",
52
- "38": "other_astronomything",
53
- "39": "other_award",
54
- "40": "other_biologything",
55
- "41": "other_chemicalthing",
56
- "42": "other_currency",
57
- "43": "other_disease",
58
- "44": "other_educationaldegree",
59
- "45": "other_god",
60
- "46": "other_language",
61
- "47": "other_law",
62
- "48": "other_livingthing",
63
- "49": "other_medical",
64
- "50": "person_actor",
65
- "51": "person_artist/author",
66
- "52": "person_athlete",
67
- "53": "person_director",
68
- "54": "person_other",
69
- "55": "person_politician",
70
- "56": "person_scholar",
71
- "57": "person_soldier",
72
- "58": "product_airplane",
73
- "59": "product_car",
74
- "60": "product_food",
75
- "61": "product_game",
76
- "62": "product_other",
77
- "63": "product_ship",
78
- "64": "product_software",
79
- "65": "product_train",
80
- "66": "product_weapon"
81
  },
82
  "initializer_range": 0.02,
83
  "intermediate_size": 3072,
84
  "label2id": {
85
  "O": 0,
86
- "art_broadcastprogram": 1,
87
- "art_film": 2,
88
- "art_music": 3,
89
- "art_other": 4,
90
- "art_painting": 5,
91
- "art_writtenart": 6,
92
- "building_airport": 7,
93
- "building_hospital": 8,
94
- "building_hotel": 9,
95
- "building_library": 10,
96
- "building_other": 11,
97
- "building_restaurant": 12,
98
- "building_sportsfacility": 13,
99
- "building_theater": 14,
100
- "event_attack/battle/war/militaryconflict": 15,
101
- "event_disaster": 16,
102
- "event_election": 17,
103
- "event_other": 18,
104
- "event_protest": 19,
105
- "event_sportsevent": 20,
106
- "location_GPE": 21,
107
- "location_bodiesofwater": 22,
108
- "location_island": 23,
109
- "location_mountain": 24,
110
- "location_other": 25,
111
- "location_park": 26,
112
- "location_road/railway/highway/transit": 27,
113
- "organization_company": 28,
114
- "organization_education": 29,
115
- "organization_government/governmentagency": 30,
116
- "organization_media/newspaper": 31,
117
- "organization_other": 32,
118
- "organization_politicalparty": 33,
119
- "organization_religion": 34,
120
- "organization_showorganization": 35,
121
- "organization_sportsleague": 36,
122
- "organization_sportsteam": 37,
123
- "other_astronomything": 38,
124
- "other_award": 39,
125
- "other_biologything": 40,
126
- "other_chemicalthing": 41,
127
- "other_currency": 42,
128
- "other_disease": 43,
129
- "other_educationaldegree": 44,
130
- "other_god": 45,
131
- "other_language": 46,
132
- "other_law": 47,
133
- "other_livingthing": 48,
134
- "other_medical": 49,
135
- "person_actor": 50,
136
- "person_artist/author": 51,
137
- "person_athlete": 52,
138
- "person_director": 53,
139
- "person_other": 54,
140
- "person_politician": 55,
141
- "person_scholar": 56,
142
- "person_soldier": 57,
143
- "product_airplane": 58,
144
- "product_car": 59,
145
- "product_food": 60,
146
- "product_game": 61,
147
- "product_other": 62,
148
- "product_ship": 63,
149
- "product_software": 64,
150
- "product_train": 65,
151
- "product_weapon": 66
152
  },
153
  "layer_norm_eps": 1e-05,
154
  "max_position_embeddings": 514,
 
12
  "hidden_size": 768,
13
  "id2label": {
14
  "0": "O",
15
+ "1": "art-broadcastprogram",
16
+ "2": "art-film",
17
+ "3": "art-music",
18
+ "4": "art-other",
19
+ "5": "art-painting",
20
+ "6": "art-writtenart",
21
+ "7": "building-airport",
22
+ "8": "building-hospital",
23
+ "9": "building-hotel",
24
+ "10": "building-library",
25
+ "11": "building-other",
26
+ "12": "building-restaurant",
27
+ "13": "building-sportsfacility",
28
+ "14": "building-theater",
29
+ "15": "event-attack/battle/war/militaryconflict",
30
+ "16": "event-disaster",
31
+ "17": "event-election",
32
+ "18": "event-other",
33
+ "19": "event-protest",
34
+ "20": "event-sportsevent",
35
+ "21": "location-GPE",
36
+ "22": "location-bodiesofwater",
37
+ "23": "location-island",
38
+ "24": "location-mountain",
39
+ "25": "location-other",
40
+ "26": "location-park",
41
+ "27": "location-road/railway/highway/transit",
42
+ "28": "organization-company",
43
+ "29": "organization-education",
44
+ "30": "organization-government/governmentagency",
45
+ "31": "organization-media/newspaper",
46
+ "32": "organization-other",
47
+ "33": "organization-politicalparty",
48
+ "34": "organization-religion",
49
+ "35": "organization-showorganization",
50
+ "36": "organization-sportsleague",
51
+ "37": "organization-sportsteam",
52
+ "38": "other-astronomything",
53
+ "39": "other-award",
54
+ "40": "other-biologything",
55
+ "41": "other-chemicalthing",
56
+ "42": "other-currency",
57
+ "43": "other-disease",
58
+ "44": "other-educationaldegree",
59
+ "45": "other-god",
60
+ "46": "other-language",
61
+ "47": "other-law",
62
+ "48": "other-livingthing",
63
+ "49": "other-medical",
64
+ "50": "person-actor",
65
+ "51": "person-artist/author",
66
+ "52": "person-athlete",
67
+ "53": "person-director",
68
+ "54": "person-other",
69
+ "55": "person-politician",
70
+ "56": "person-scholar",
71
+ "57": "person-soldier",
72
+ "58": "product-airplane",
73
+ "59": "product-car",
74
+ "60": "product-food",
75
+ "61": "product-game",
76
+ "62": "product-other",
77
+ "63": "product-ship",
78
+ "64": "product-software",
79
+ "65": "product-train",
80
+ "66": "product-weapon"
81
  },
82
  "initializer_range": 0.02,
83
  "intermediate_size": 3072,
84
  "label2id": {
85
  "O": 0,
86
+ "art-broadcastprogram": 1,
87
+ "art-film": 2,
88
+ "art-music": 3,
89
+ "art-other": 4,
90
+ "art-painting": 5,
91
+ "art-writtenart": 6,
92
+ "building-airport": 7,
93
+ "building-hospital": 8,
94
+ "building-hotel": 9,
95
+ "building-library": 10,
96
+ "building-other": 11,
97
+ "building-restaurant": 12,
98
+ "building-sportsfacility": 13,
99
+ "building-theater": 14,
100
+ "event-attack/battle/war/militaryconflict": 15,
101
+ "event-disaster": 16,
102
+ "event-election": 17,
103
+ "event-other": 18,
104
+ "event-protest": 19,
105
+ "event-sportsevent": 20,
106
+ "location-GPE": 21,
107
+ "location-bodiesofwater": 22,
108
+ "location-island": 23,
109
+ "location-mountain": 24,
110
+ "location-other": 25,
111
+ "location-park": 26,
112
+ "location-road/railway/highway/transit": 27,
113
+ "organization-company": 28,
114
+ "organization-education": 29,
115
+ "organization-government/governmentagency": 30,
116
+ "organization-media/newspaper": 31,
117
+ "organization-other": 32,
118
+ "organization-politicalparty": 33,
119
+ "organization-religion": 34,
120
+ "organization-showorganization": 35,
121
+ "organization-sportsleague": 36,
122
+ "organization-sportsteam": 37,
123
+ "other-astronomything": 38,
124
+ "other-award": 39,
125
+ "other-biologything": 40,
126
+ "other-chemicalthing": 41,
127
+ "other-currency": 42,
128
+ "other-disease": 43,
129
+ "other-educationaldegree": 44,
130
+ "other-god": 45,
131
+ "other-language": 46,
132
+ "other-law": 47,
133
+ "other-livingthing": 48,
134
+ "other-medical": 49,
135
+ "person-actor": 50,
136
+ "person-artist/author": 51,
137
+ "person-athlete": 52,
138
+ "person-director": 53,
139
+ "person-other": 54,
140
+ "person-politician": 55,
141
+ "person-scholar": 56,
142
+ "person-soldier": 57,
143
+ "product-airplane": 58,
144
+ "product-car": 59,
145
+ "product-food": 60,
146
+ "product-game": 61,
147
+ "product-other": 62,
148
+ "product-ship": 63,
149
+ "product-software": 64,
150
+ "product-train": 65,
151
+ "product-weapon": 66
152
  },
153
  "layer_norm_eps": 1e-05,
154
  "max_position_embeddings": 514,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:342afd09fe7e17659b1ec4a96a1427c9e0d3216156a4b59a0b0c6e1c9298aed1
3
  size 496450188
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7c1ad09acaae27c8d24963e309ea044bfaec8ba560306a822135deabd3fd4e1
3
  size 496450188
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b9f566daa5c276fbbae93d70930baad1a9b1e7edfe97cf8764e45fbcfc8a8258
3
- size 4347
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7704d9364529c49352a4629c9e5d2c1a5e3834033760be477346ad48152faa2a
3
+ size 5048