kstn commited on
Commit
91232cd
1 Parent(s): 87234a6

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/mobilebert-uncased",
3
+ "architectures": [
4
+ "MobileBertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_activation": false,
8
+ "classifier_dropout": null,
9
+ "embedding_size": 128,
10
+ "hidden_act": "relu",
11
+ "hidden_dropout_prob": 0.0,
12
+ "hidden_size": 512,
13
+ "id2label": {
14
+ "0": "B-CRD",
15
+ "1": "B-DAT",
16
+ "2": "B-EVT",
17
+ "3": "B-FAC",
18
+ "4": "B-GPE",
19
+ "5": "B-LAN",
20
+ "6": "B-LAW",
21
+ "7": "B-LOC",
22
+ "8": "B-MON",
23
+ "9": "B-NOR",
24
+ "10": "B-ORD",
25
+ "11": "B-ORG",
26
+ "12": "B-PER",
27
+ "13": "B-PRC",
28
+ "14": "B-PRD",
29
+ "15": "B-QTY",
30
+ "16": "B-REG",
31
+ "17": "B-TIM",
32
+ "18": "B-WOA",
33
+ "19": "I-CRD",
34
+ "20": "I-DAT",
35
+ "21": "I-EVT",
36
+ "22": "I-FAC",
37
+ "23": "I-GPE",
38
+ "24": "I-LAN",
39
+ "25": "I-LAW",
40
+ "26": "I-LOC",
41
+ "27": "I-MON",
42
+ "28": "I-NOR",
43
+ "29": "I-ORD",
44
+ "30": "I-ORG",
45
+ "31": "I-PER",
46
+ "32": "I-PRC",
47
+ "33": "I-PRD",
48
+ "34": "I-QTY",
49
+ "35": "I-REG",
50
+ "36": "I-TIM",
51
+ "37": "I-WOA",
52
+ "38": "O"
53
+ },
54
+ "initializer_range": 0.02,
55
+ "intermediate_size": 512,
56
+ "intra_bottleneck_size": 128,
57
+ "key_query_shared_bottleneck": true,
58
+ "label2id": {
59
+ "B-CRD": 0,
60
+ "B-DAT": 1,
61
+ "B-EVT": 2,
62
+ "B-FAC": 3,
63
+ "B-GPE": 4,
64
+ "B-LAN": 5,
65
+ "B-LAW": 6,
66
+ "B-LOC": 7,
67
+ "B-MON": 8,
68
+ "B-NOR": 9,
69
+ "B-ORD": 10,
70
+ "B-ORG": 11,
71
+ "B-PER": 12,
72
+ "B-PRC": 13,
73
+ "B-PRD": 14,
74
+ "B-QTY": 15,
75
+ "B-REG": 16,
76
+ "B-TIM": 17,
77
+ "B-WOA": 18,
78
+ "I-CRD": 19,
79
+ "I-DAT": 20,
80
+ "I-EVT": 21,
81
+ "I-FAC": 22,
82
+ "I-GPE": 23,
83
+ "I-LAN": 24,
84
+ "I-LAW": 25,
85
+ "I-LOC": 26,
86
+ "I-MON": 27,
87
+ "I-NOR": 28,
88
+ "I-ORD": 29,
89
+ "I-ORG": 30,
90
+ "I-PER": 31,
91
+ "I-PRC": 32,
92
+ "I-PRD": 33,
93
+ "I-QTY": 34,
94
+ "I-REG": 35,
95
+ "I-TIM": 36,
96
+ "I-WOA": 37,
97
+ "O": 38
98
+ },
99
+ "layer_norm_eps": 1e-12,
100
+ "max_position_embeddings": 512,
101
+ "model_type": "mobilebert",
102
+ "normalization_type": "no_norm",
103
+ "num_attention_heads": 4,
104
+ "num_feedforward_networks": 4,
105
+ "num_hidden_layers": 24,
106
+ "pad_token_id": 0,
107
+ "torch_dtype": "float32",
108
+ "transformers_version": "4.29.1",
109
+ "trigram_input": true,
110
+ "true_hidden_size": 128,
111
+ "type_vocab_size": 2,
112
+ "use_bottleneck": true,
113
+ "use_bottleneck_attention": false,
114
+ "vocab_size": 30522
115
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:360d02f50b9b30428dc01e77d719dda3993cf36fc584da9a43aacd4f0690dc31
3
+ size 98785703
runs/May18_07-11-39_1d1db2147d0e/1684393911.9279535/events.out.tfevents.1684393911.1d1db2147d0e.7097.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeb836265a02a00818c7e8347047af4633f4e21f5ee8321ad2956a1fbbfd8785
3
+ size 5955
runs/May18_07-11-39_1d1db2147d0e/events.out.tfevents.1684393911.1d1db2147d0e.7097.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fed3c1d94c549f89536153ef7243052e3ba8cbc710f6feb24bf73ff77245c268
3
+ size 6647
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": 1000000000000000019884624838656,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "MobileBertTokenizer",
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:f49735d4fbc3df98e2919e68497cc3aa6699857beab54449073348f32968e63b
3
+ size 3963
vocab.txt ADDED
The diff for this file is too large to render. See raw diff