ManuelPerdigo commited on
Commit
9228b40
1 Parent(s): a16d647

Training in progress, epoch 1

Browse files
.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
+ "MegaForMultipleChoice"
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
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f28b3ab1fd17d4b719ec57ee59a9752f73637b1abc2a3a6c8f2dc85b3dfa280b
3
+ size 29401608
runs/Jul25_19-58-52_96502d9fe457/events.out.tfevents.1690315142.96502d9fe457.402.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7c1477ffe83e2462f18505f8c0b7698ca437a308502691fa4978b834c2c5857
3
+ size 6453
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<s>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "cls_token": "<s>",
6
+ "eos_token": "</s>",
7
+ "errors": "replace",
8
+ "mask_token": "<mask>",
9
+ "max_length": 256,
10
+ "model_max_length": 512,
11
+ "pad_token": "<pad>",
12
+ "sep_token": "</s>",
13
+ "stride": 0,
14
+ "tokenizer_class": "RobertaTokenizer",
15
+ "trim_offsets": true,
16
+ "truncation_side": "right",
17
+ "truncation_strategy": "longest_first",
18
+ "unk_token": "<unk>"
19
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3be1234d3047a255a07b81c5cf2778d25321db989abb5a41f6d2236c71d4b8c4
3
+ size 4027
vocab.json ADDED
The diff for this file is too large to render. See raw diff