Training in progress, step 10000
Browse files
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"MobileBertForMaskedLM"
|
4 |
+
],
|
5 |
+
"attention_probs_dropout_prob": 0.1,
|
6 |
+
"classifier_activation": true,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"embedding_size": 128,
|
9 |
+
"hidden_act": "relu",
|
10 |
+
"hidden_dropout_prob": 0.0,
|
11 |
+
"hidden_size": 512,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 512,
|
14 |
+
"intra_bottleneck_size": 128,
|
15 |
+
"key_query_shared_bottleneck": true,
|
16 |
+
"layer_norm_eps": 1e-12,
|
17 |
+
"max_position_embeddings": 512,
|
18 |
+
"model_type": "mobilebert",
|
19 |
+
"normalization_type": "no_norm",
|
20 |
+
"num_attention_heads": 4,
|
21 |
+
"num_feedforward_networks": 4,
|
22 |
+
"num_hidden_layers": 24,
|
23 |
+
"pad_token_id": 0,
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.19.4",
|
26 |
+
"trigram_input": true,
|
27 |
+
"true_hidden_size": 128,
|
28 |
+
"type_vocab_size": 2,
|
29 |
+
"use_bottleneck": true,
|
30 |
+
"use_bottleneck_attention": false,
|
31 |
+
"vocab_size": 4101
|
32 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:078a0c50a0b68294b5af5909b800bbea735fc8035457f852d872811fcbeac7ea
|
3 |
+
size 92558331
|
runs/Jun13_16-28-20_b841c96fea79/1655137735.1983373/events.out.tfevents.1655137735.b841c96fea79.162.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08a6b28298c060aae482b9ec3ff92baf045e836858b18015ca12b828481bf2cb
|
3 |
+
size 5159
|
runs/Jun13_16-28-20_b841c96fea79/events.out.tfevents.1655137735.b841c96fea79.162.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80f0f66026f8515007f25ec7fce48069b2fa9dc77ca6e75858ee4476fd8e73d5
|
3 |
+
size 4062
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abd11f4e05428422316d45a3c2ef06729045f815264136caacf669b9dff4e1ac
|
3 |
+
size 3247
|