AmaiaSolaun commited on
Commit
bbfb387
·
1 Parent(s): fdb86b2

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
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",
70
+ "n_heads": 12,
71
+ "n_layers": 6,
72
+ "pad_token_id": 0,
73
+ "problem_type": "single_label_classification",
74
+ "qa_dropout": 0.1,
75
+ "seq_classif_dropout": 0.2,
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:defa2acb149c101258d9998f007936d244b6823fc7e5e27a2071204a18b36728
3
+ size 267929325
runs/May31_22-30-04_41456ca01148/1685572213.906964/events.out.tfevents.1685572213.41456ca01148.13476.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80298815b1616a4c06a2bb93b7a2268d6f46100a465b452a67153713196f248c
3
+ size 5882
runs/May31_22-30-04_41456ca01148/events.out.tfevents.1685572213.41456ca01148.13476.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90d57702c4821e8bed41a8b70f9254c5b642dcf461d0e29462e47cab7e0f6382
3
+ size 5852
runs/May31_22-36-02_41456ca01148/1685572565.979793/events.out.tfevents.1685572565.41456ca01148.15121.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c715d770b62bad1110512c8511ebf3463bad33159d30ac8fe3b95d2fe0451ef
3
+ size 5882
runs/May31_22-36-02_41456ca01148/events.out.tfevents.1685572565.41456ca01148.15121.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a59ee456f727c151f40d8266f67f896d0a3245b86858dc02b6f7935eb1f92665
3
+ size 5852
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "DistilBertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc5b2cf18513c9622d0e9a06631ec42fc81a4c54066b2a964d19d1ea5df4e026
3
+ size 3579
vocab.txt ADDED
The diff for this file is too large to render. See raw diff