AmaiaSolaun commited on
Commit
3986ea9
·
1 Parent(s): ebcc01b

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -9,61 +9,61 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "atis_capacity",
13
- "1": "atis_airfare#atis_flight",
14
- "2": "atis_quantity",
15
- "3": "atis_flight#atis_airline",
16
- "4": "atis_city",
17
  "5": "atis_aircraft",
18
- "6": "atis_cheapest",
19
- "7": "atis_restriction",
20
- "8": "atis_airline#atis_flight_no",
21
- "9": "atis_ground_service",
22
- "10": "atis_airfare",
23
- "11": "atis_distance",
24
- "12": "atis_flight_no",
25
- "13": "atis_flight#atis_airfare",
26
- "14": "atis_aircraft#atis_flight#atis_flight_no",
27
- "15": "atis_ground_service#atis_ground_fare",
28
- "16": "atis_ground_fare",
29
- "17": "atis_airline",
30
- "18": "atis_airport",
31
- "19": "atis_flight",
32
- "20": "atis_abbreviation",
33
- "21": "atis_airfare#atis_flight_time",
34
- "22": "atis_flight_no#atis_airline",
35
- "23": "atis_flight_time",
36
- "24": "atis_meal",
37
- "25": "atis_day_name"
38
  },
39
  "initializer_range": 0.02,
40
  "label2id": {
41
- "atis_abbreviation": 20,
42
  "atis_aircraft": 5,
43
- "atis_aircraft#atis_flight#atis_flight_no": 14,
44
- "atis_airfare": 10,
45
- "atis_airfare#atis_flight": 1,
46
- "atis_airfare#atis_flight_time": 21,
47
- "atis_airline": 17,
48
- "atis_airline#atis_flight_no": 8,
49
- "atis_airport": 18,
50
- "atis_capacity": 0,
51
- "atis_cheapest": 6,
52
- "atis_city": 4,
53
- "atis_day_name": 25,
54
- "atis_distance": 11,
55
- "atis_flight": 19,
56
- "atis_flight#atis_airfare": 13,
57
- "atis_flight#atis_airline": 3,
58
- "atis_flight_no": 12,
59
- "atis_flight_no#atis_airline": 22,
60
- "atis_flight_time": 23,
61
- "atis_ground_fare": 16,
62
- "atis_ground_service": 9,
63
- "atis_ground_service#atis_ground_fare": 15,
64
- "atis_meal": 24,
65
- "atis_quantity": 2,
66
- "atis_restriction": 7
67
  },
68
  "max_position_embeddings": 512,
69
  "model_type": "distilbert",
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "atis_ground_service",
13
+ "1": "atis_quantity",
14
+ "2": "atis_ground_fare",
15
+ "3": "atis_flight#atis_airfare",
16
+ "4": "atis_capacity",
17
  "5": "atis_aircraft",
18
+ "6": "atis_airfare#atis_flight",
19
+ "7": "atis_flight",
20
+ "8": "atis_aircraft#atis_flight#atis_flight_no",
21
+ "9": "atis_distance",
22
+ "10": "atis_flight_no",
23
+ "11": "atis_restriction",
24
+ "12": "atis_abbreviation",
25
+ "13": "atis_flight_time",
26
+ "14": "atis_airport",
27
+ "15": "atis_flight#atis_airline",
28
+ "16": "atis_city",
29
+ "17": "atis_airfare",
30
+ "18": "atis_airline",
31
+ "19": "atis_flight_no#atis_airline",
32
+ "20": "atis_day_name",
33
+ "21": "atis_ground_service#atis_ground_fare",
34
+ "22": "atis_cheapest",
35
+ "23": "atis_airfare#atis_flight_time",
36
+ "24": "atis_airline#atis_flight_no",
37
+ "25": "atis_meal"
38
  },
39
  "initializer_range": 0.02,
40
  "label2id": {
41
+ "atis_abbreviation": 12,
42
  "atis_aircraft": 5,
43
+ "atis_aircraft#atis_flight#atis_flight_no": 8,
44
+ "atis_airfare": 17,
45
+ "atis_airfare#atis_flight": 6,
46
+ "atis_airfare#atis_flight_time": 23,
47
+ "atis_airline": 18,
48
+ "atis_airline#atis_flight_no": 24,
49
+ "atis_airport": 14,
50
+ "atis_capacity": 4,
51
+ "atis_cheapest": 22,
52
+ "atis_city": 16,
53
+ "atis_day_name": 20,
54
+ "atis_distance": 9,
55
+ "atis_flight": 7,
56
+ "atis_flight#atis_airfare": 3,
57
+ "atis_flight#atis_airline": 15,
58
+ "atis_flight_no": 10,
59
+ "atis_flight_no#atis_airline": 19,
60
+ "atis_flight_time": 13,
61
+ "atis_ground_fare": 2,
62
+ "atis_ground_service": 0,
63
+ "atis_ground_service#atis_ground_fare": 21,
64
+ "atis_meal": 25,
65
+ "atis_quantity": 1,
66
+ "atis_restriction": 11
67
  },
68
  "max_position_embeddings": 512,
69
  "model_type": "distilbert",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3ddb5391f06a151aa3c60890b38001eb0157ed677af7b00e0b2a757a5ce8fa92
3
  size 267929325
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0702c18173f66ce9ec00c01631e3bf017f34e27b2a96808047f06b3eb3a642b4
3
  size 267929325
runs/May31_22-36-02_41456ca01148/events.out.tfevents.1685572565.41456ca01148.15121.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:61d155597eb005bdcaab89799f58d9132f345b4bbf580097a4cc49b12231c32f
3
- size 6332
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d751efdf21a6eb94d11e36d8835ddbabf2a38e03305e2ec29aacd9468cdbff14
3
+ size 6686
runs/May31_23-46-27_41456ca01148/1685576800.9980276/events.out.tfevents.1685576800.41456ca01148.34794.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75abb1582e066b926320d42f5c1d61b45ef9999bf8668004673681c7892146de
3
+ size 5882
runs/May31_23-46-27_41456ca01148/events.out.tfevents.1685576800.41456ca01148.34794.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4b38848a791f639f65541f387b8886dbfbef323d135a291c0283583c29ae0f4
3
+ size 5852
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc5b2cf18513c9622d0e9a06631ec42fc81a4c54066b2a964d19d1ea5df4e026
3
  size 3579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:012521f4d6f1f44db781cc86d47eb3d89d985cb8165fb0878f8c500e8769ece4
3
  size 3579