agarc15 commited on
Commit
3ddf73f
1 Parent(s): fee2de8

Training in progress, epoch 1

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