Commit ·
8c40ea3
1
Parent(s): 39c4c6d
Training in progress, epoch 1
Browse files
config.json
CHANGED
|
@@ -9,13 +9,61 @@
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
},
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
"label2id": {
|
| 17 |
-
"
|
| 18 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
},
|
| 20 |
"max_position_embeddings": 512,
|
| 21 |
"model_type": "distilbert",
|
|
@@ -28,6 +76,6 @@
|
|
| 28 |
"sinusoidal_pos_embds": false,
|
| 29 |
"tie_weights_": true,
|
| 30 |
"torch_dtype": "float32",
|
| 31 |
-
"transformers_version": "4.28.
|
| 32 |
"vocab_size": 30522
|
| 33 |
}
|
|
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "atis_airfare#atis_flight",
|
| 13 |
+
"1": "atis_flight_time",
|
| 14 |
+
"2": "atis_capacity",
|
| 15 |
+
"3": "atis_flight",
|
| 16 |
+
"4": "atis_airline#atis_flight_no",
|
| 17 |
+
"5": "atis_aircraft",
|
| 18 |
+
"6": "atis_flight#atis_airline",
|
| 19 |
+
"7": "atis_quantity",
|
| 20 |
+
"8": "atis_meal",
|
| 21 |
+
"9": "atis_flight_no#atis_airline",
|
| 22 |
+
"10": "atis_airport",
|
| 23 |
+
"11": "atis_airfare#atis_flight_time",
|
| 24 |
+
"12": "atis_city",
|
| 25 |
+
"13": "atis_cheapest",
|
| 26 |
+
"14": "atis_flight_no",
|
| 27 |
+
"15": "atis_ground_service#atis_ground_fare",
|
| 28 |
+
"16": "atis_ground_service",
|
| 29 |
+
"17": "atis_airfare",
|
| 30 |
+
"18": "atis_airline",
|
| 31 |
+
"19": "atis_abbreviation",
|
| 32 |
+
"20": "atis_distance",
|
| 33 |
+
"21": "atis_ground_fare",
|
| 34 |
+
"22": "atis_flight#atis_airfare",
|
| 35 |
+
"23": "atis_aircraft#atis_flight#atis_flight_no",
|
| 36 |
+
"24": "atis_day_name",
|
| 37 |
+
"25": "atis_restriction"
|
| 38 |
},
|
| 39 |
"initializer_range": 0.02,
|
| 40 |
"label2id": {
|
| 41 |
+
"atis_abbreviation": 19,
|
| 42 |
+
"atis_aircraft": 5,
|
| 43 |
+
"atis_aircraft#atis_flight#atis_flight_no": 23,
|
| 44 |
+
"atis_airfare": 17,
|
| 45 |
+
"atis_airfare#atis_flight": 0,
|
| 46 |
+
"atis_airfare#atis_flight_time": 11,
|
| 47 |
+
"atis_airline": 18,
|
| 48 |
+
"atis_airline#atis_flight_no": 4,
|
| 49 |
+
"atis_airport": 10,
|
| 50 |
+
"atis_capacity": 2,
|
| 51 |
+
"atis_cheapest": 13,
|
| 52 |
+
"atis_city": 12,
|
| 53 |
+
"atis_day_name": 24,
|
| 54 |
+
"atis_distance": 20,
|
| 55 |
+
"atis_flight": 3,
|
| 56 |
+
"atis_flight#atis_airfare": 22,
|
| 57 |
+
"atis_flight#atis_airline": 6,
|
| 58 |
+
"atis_flight_no": 14,
|
| 59 |
+
"atis_flight_no#atis_airline": 9,
|
| 60 |
+
"atis_flight_time": 1,
|
| 61 |
+
"atis_ground_fare": 21,
|
| 62 |
+
"atis_ground_service": 16,
|
| 63 |
+
"atis_ground_service#atis_ground_fare": 15,
|
| 64 |
+
"atis_meal": 8,
|
| 65 |
+
"atis_quantity": 7,
|
| 66 |
+
"atis_restriction": 25
|
| 67 |
},
|
| 68 |
"max_position_embeddings": 512,
|
| 69 |
"model_type": "distilbert",
|
|
|
|
| 76 |
"sinusoidal_pos_embds": false,
|
| 77 |
"tie_weights_": true,
|
| 78 |
"torch_dtype": "float32",
|
| 79 |
+
"transformers_version": "4.28.0",
|
| 80 |
"vocab_size": 30522
|
| 81 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d359ff0abc1d55e90bb49744411e8ebda72b1f872089db63acb6a3d617d82150
|
| 3 |
+
size 267929325
|
runs/May30_23-12-00_abde7958c154/1685488380.011507/events.out.tfevents.1685488380.abde7958c154.1290.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7994b183ad6a87e58e26e42e6137fb31a96a49b94e1763169b636bc59292d612
|
| 3 |
+
size 5870
|
runs/May30_23-12-00_abde7958c154/events.out.tfevents.1685488379.abde7958c154.1290.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82528d7bd11e09a38e14c89443b08c37fcf4868f38381b3c5ef79b0f629a4a02
|
| 3 |
+
size 5836
|
tokenizer.json
CHANGED
|
@@ -6,7 +6,14 @@
|
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
-
"padding":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
| 12 |
"id": 0,
|
|
|
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
+
"padding": {
|
| 10 |
+
"strategy": "BatchLongest",
|
| 11 |
+
"direction": "Right",
|
| 12 |
+
"pad_to_multiple_of": null,
|
| 13 |
+
"pad_id": 0,
|
| 14 |
+
"pad_type_id": 0,
|
| 15 |
+
"pad_token": "[PAD]"
|
| 16 |
+
},
|
| 17 |
"added_tokens": [
|
| 18 |
{
|
| 19 |
"id": 0,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3579
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b5533039cdd7832772b9208057f630d41e8fadc357aeaa7e573c524ee01e83b
|
| 3 |
size 3579
|