agarc15 commited on
Commit
3beb44a
1 Parent(s): c454444

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "MegaForSequenceClassification"
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
+ "id2label": {
24
+ "0": "LABEL_0",
25
+ "1": "LABEL_1",
26
+ "2": "LABEL_2",
27
+ "3": "LABEL_3",
28
+ "4": "LABEL_4",
29
+ "5": "LABEL_5",
30
+ "6": "LABEL_6",
31
+ "7": "LABEL_7"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 256,
35
+ "label2id": {
36
+ "LABEL_0": 0,
37
+ "LABEL_1": 1,
38
+ "LABEL_2": 2,
39
+ "LABEL_3": 3,
40
+ "LABEL_4": 4,
41
+ "LABEL_5": 5,
42
+ "LABEL_6": 6,
43
+ "LABEL_7": 7
44
+ },
45
+ "max_positions": 10000,
46
+ "model_type": "mega",
47
+ "nffn_activation_dropout_prob": 0.0,
48
+ "nffn_hidden_size": 256,
49
+ "norm_affine": true,
50
+ "normalization_type": "scalenorm",
51
+ "normalize_before_ffn": true,
52
+ "normalize_before_mega": true,
53
+ "num_attention_heads": 1,
54
+ "num_hidden_layers": 4,
55
+ "pad_token_id": 2,
56
+ "problem_type": "single_label_classification",
57
+ "relative_positional_bias": "rotary",
58
+ "shared_representation_size": 64,
59
+ "torch_dtype": "float32",
60
+ "transformers_version": "4.32.0",
61
+ "truncation": null,
62
+ "type_vocab_size": 2,
63
+ "use_cache": true,
64
+ "use_chunking": false,
65
+ "use_feature_dropout": false,
66
+ "use_normalized_ffn": true,
67
+ "vocab_size": 50265
68
+ }
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:d37a7ec16d4f6e7fb850869007700b174f4aa9568ee7d84be6df168e1fe3253c
3
+ size 29403912
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:95e65d59dfe6191a5f1785f27e5a3c62dfd48e0ad7d84e4ffe68910b9d6c99ee
3
+ size 4091
vocab.json ADDED
The diff for this file is too large to render. See raw diff