AmaiaSolaun commited on
Commit
0775fd1
·
1 Parent(s): f6593ce

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_airfare#atis_flight",
13
- "1": "atis_abbreviation",
14
- "2": "atis_distance",
15
- "3": "atis_aircraft#atis_flight#atis_flight_no",
16
- "4": "atis_flight#atis_airline",
17
- "5": "atis_aircraft",
18
- "6": "atis_airfare",
19
- "7": "atis_airport",
20
- "8": "atis_flight_time",
21
- "9": "atis_day_name",
22
- "10": "atis_flight#atis_airfare",
23
- "11": "atis_airline#atis_flight_no",
24
- "12": "atis_airline",
25
- "13": "atis_flight",
26
- "14": "atis_capacity",
27
- "15": "atis_meal",
28
- "16": "atis_cheapest",
29
- "17": "atis_quantity",
30
- "18": "atis_flight_no#atis_airline",
31
- "19": "atis_city",
32
- "20": "atis_restriction",
33
- "21": "atis_airfare#atis_flight_time",
34
- "22": "atis_flight_no",
35
- "23": "atis_ground_fare",
36
- "24": "atis_ground_service#atis_ground_fare",
37
- "25": "atis_ground_service"
38
  },
39
  "initializer_range": 0.02,
40
  "label2id": {
41
- "atis_abbreviation": 1,
42
- "atis_aircraft": 5,
43
- "atis_aircraft#atis_flight#atis_flight_no": 3,
44
- "atis_airfare": 6,
45
- "atis_airfare#atis_flight": 0,
46
- "atis_airfare#atis_flight_time": 21,
47
- "atis_airline": 12,
48
- "atis_airline#atis_flight_no": 11,
49
- "atis_airport": 7,
50
- "atis_capacity": 14,
51
- "atis_cheapest": 16,
52
- "atis_city": 19,
53
- "atis_day_name": 9,
54
- "atis_distance": 2,
55
- "atis_flight": 13,
56
- "atis_flight#atis_airfare": 10,
57
- "atis_flight#atis_airline": 4,
58
- "atis_flight_no": 22,
59
- "atis_flight_no#atis_airline": 18,
60
- "atis_flight_time": 8,
61
- "atis_ground_fare": 23,
62
- "atis_ground_service": 25,
63
- "atis_ground_service#atis_ground_fare": 24,
64
- "atis_meal": 15,
65
- "atis_quantity": 17,
66
- "atis_restriction": 20
67
  },
68
  "max_position_embeddings": 512,
69
  "model_type": "distilbert",
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "atis_airline",
13
+ "1": "atis_distance",
14
+ "2": "atis_airfare",
15
+ "3": "atis_ground_service#atis_ground_fare",
16
+ "4": "atis_flight#atis_airfare",
17
+ "5": "atis_day_name",
18
+ "6": "atis_airline#atis_flight_no",
19
+ "7": "atis_flight_no#atis_airline",
20
+ "8": "atis_airfare#atis_flight",
21
+ "9": "atis_aircraft#atis_flight#atis_flight_no",
22
+ "10": "atis_flight_time",
23
+ "11": "atis_quantity",
24
+ "12": "atis_flight_no",
25
+ "13": "atis_ground_service",
26
+ "14": "atis_flight",
27
+ "15": "atis_cheapest",
28
+ "16": "atis_flight#atis_airline",
29
+ "17": "atis_city",
30
+ "18": "atis_aircraft",
31
+ "19": "atis_airport",
32
+ "20": "atis_capacity",
33
+ "21": "atis_restriction",
34
+ "22": "atis_ground_fare",
35
+ "23": "atis_abbreviation",
36
+ "24": "atis_meal",
37
+ "25": "atis_airfare#atis_flight_time"
38
  },
39
  "initializer_range": 0.02,
40
  "label2id": {
41
+ "atis_abbreviation": 23,
42
+ "atis_aircraft": 18,
43
+ "atis_aircraft#atis_flight#atis_flight_no": 9,
44
+ "atis_airfare": 2,
45
+ "atis_airfare#atis_flight": 8,
46
+ "atis_airfare#atis_flight_time": 25,
47
+ "atis_airline": 0,
48
+ "atis_airline#atis_flight_no": 6,
49
+ "atis_airport": 19,
50
+ "atis_capacity": 20,
51
+ "atis_cheapest": 15,
52
+ "atis_city": 17,
53
+ "atis_day_name": 5,
54
+ "atis_distance": 1,
55
+ "atis_flight": 14,
56
+ "atis_flight#atis_airfare": 4,
57
+ "atis_flight#atis_airline": 16,
58
+ "atis_flight_no": 12,
59
+ "atis_flight_no#atis_airline": 7,
60
+ "atis_flight_time": 10,
61
+ "atis_ground_fare": 22,
62
+ "atis_ground_service": 13,
63
+ "atis_ground_service#atis_ground_fare": 3,
64
+ "atis_meal": 24,
65
+ "atis_quantity": 11,
66
+ "atis_restriction": 21
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:5fee8df7e1ff3e99767900061d2cb621c47990e96d6f8793e993d65cb3dcf5ed
3
  size 267929325
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9ba9dfdf6de2b33994d720433a902e6d47703218759580fdfb3b0fcb4551ff1
3
  size 267929325
runs/Jun02_13-26-42_66d1d05780d7/1685712472.301954/events.out.tfevents.1685712472.66d1d05780d7.174.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7690b8103c6326ab252cd712ded1def52d76855c49fe04111632b9f4acea83ed
3
+ size 5882
runs/Jun02_13-26-42_66d1d05780d7/events.out.tfevents.1685712472.66d1d05780d7.174.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6663be76c40c8685990beae96fb4dcc9f80d339fbc2d1701411b3a05164e45d9
3
+ size 5800
tokenizer.json CHANGED
@@ -1,7 +1,19 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
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:3086ac01a439fea613fb6305fc7a5413e9669ba82b58bb7c58e209ddb4c97047
3
  size 3579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b1920ab9462c4c641b736376a493edd168e99dba2b4e88c1569d65711d0e9cf
3
  size 3579