ManuelPerdigo
commited on
Commit
•
17ad4a3
1
Parent(s):
db77edd
Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +47 -0
- pytorch_model.bin +3 -0
- runs/Jul25_16-14-18_8be44650b3d0/events.out.tfevents.1690301668.8be44650b3d0.584.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "mnaylor/mega-base-wikitext",
|
3 |
+
"activation": "silu",
|
4 |
+
"add_lm_hidden_dense_layer": false,
|
5 |
+
"add_token_type_embeddings": false,
|
6 |
+
"architectures": [
|
7 |
+
"MegaForMaskedLM"
|
8 |
+
],
|
9 |
+
"attention_activation": "softmax",
|
10 |
+
"attention_probs_dropout_prob": 0.1,
|
11 |
+
"bidirectional": true,
|
12 |
+
"bos_token_id": 0,
|
13 |
+
"chunk_size": -1,
|
14 |
+
"classifier_dropout": null,
|
15 |
+
"dropout_prob": 0.1,
|
16 |
+
"ema_beta_range": 0.02,
|
17 |
+
"ema_delta_alpha_range": 0.2,
|
18 |
+
"ema_gamma_omega_range": 1.0,
|
19 |
+
"ema_projection_size": 16,
|
20 |
+
"eos_token_id": 2,
|
21 |
+
"hidden_dropout_prob": 0.1,
|
22 |
+
"hidden_size": 128,
|
23 |
+
"initializer_range": 0.02,
|
24 |
+
"intermediate_size": 256,
|
25 |
+
"max_positions": 10000,
|
26 |
+
"model_type": "mega",
|
27 |
+
"nffn_activation_dropout_prob": 0.0,
|
28 |
+
"nffn_hidden_size": 256,
|
29 |
+
"norm_affine": true,
|
30 |
+
"normalization_type": "scalenorm",
|
31 |
+
"normalize_before_ffn": true,
|
32 |
+
"normalize_before_mega": true,
|
33 |
+
"num_attention_heads": 1,
|
34 |
+
"num_hidden_layers": 4,
|
35 |
+
"pad_token_id": 1,
|
36 |
+
"relative_positional_bias": "rotary",
|
37 |
+
"shared_representation_size": 64,
|
38 |
+
"torch_dtype": "float32",
|
39 |
+
"transformers_version": "4.32.0.dev0",
|
40 |
+
"truncation": null,
|
41 |
+
"type_vocab_size": 2,
|
42 |
+
"use_cache": true,
|
43 |
+
"use_chunking": false,
|
44 |
+
"use_feature_dropout": false,
|
45 |
+
"use_normalized_ffn": true,
|
46 |
+
"vocab_size": 50265
|
47 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:108e4433ac9a81d96d715af8b5fb5b76c10455f391bc2ef625f9d7900fcc3d4c
|
3 |
+
size 29535231
|
runs/Jul25_16-14-18_8be44650b3d0/events.out.tfevents.1690301668.8be44650b3d0.584.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:542060bbbc0af28ea0605ad97afd5dab68ae3b342832d387a3073180875c0efd
|
3 |
+
size 4840
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5447d6484e6ac035718cd550e845a4674819de8c474a4ffbfe13b05a78847f83
|
3 |
+
size 3963
|