Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +60 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- runs/Jun06_10-30-23_Brians-Mac-mini.local/1686065428.933026/events.out.tfevents.1686065428.Brians-Mac-mini.local.62413.1 +3 -0
- runs/Jun06_10-30-23_Brians-Mac-mini.local/events.out.tfevents.1686065428.Brians-Mac-mini.local.62413.0 +3 -0
- special_tokens_map.json +15 -0
- tokenizer.json +0 -0
- tokenizer_config.json +15 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
},
|
29 |
+
"initializer_range": 0.02,
|
30 |
+
"intermediate_size": 256,
|
31 |
+
"label2id": {
|
32 |
+
"LABEL_0": 0,
|
33 |
+
"LABEL_1": 1,
|
34 |
+
"LABEL_2": 2,
|
35 |
+
"LABEL_3": 3
|
36 |
+
},
|
37 |
+
"max_positions": 10000,
|
38 |
+
"model_type": "mega",
|
39 |
+
"nffn_activation_dropout_prob": 0.0,
|
40 |
+
"nffn_hidden_size": 256,
|
41 |
+
"norm_affine": true,
|
42 |
+
"normalization_type": "scalenorm",
|
43 |
+
"normalize_before_ffn": true,
|
44 |
+
"normalize_before_mega": true,
|
45 |
+
"num_attention_heads": 1,
|
46 |
+
"num_hidden_layers": 4,
|
47 |
+
"pad_token_id": 1,
|
48 |
+
"problem_type": "single_label_classification",
|
49 |
+
"relative_positional_bias": "rotary",
|
50 |
+
"shared_representation_size": 64,
|
51 |
+
"torch_dtype": "float32",
|
52 |
+
"transformers_version": "4.28.1",
|
53 |
+
"truncation": null,
|
54 |
+
"type_vocab_size": 2,
|
55 |
+
"use_cache": true,
|
56 |
+
"use_chunking": false,
|
57 |
+
"use_feature_dropout": false,
|
58 |
+
"use_normalized_ffn": true,
|
59 |
+
"vocab_size": 50265
|
60 |
+
}
|
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:b8363bcdd99b156fdd9f40a0d012ce8cf04e9707785801d22d84f969bbb55f81
|
3 |
+
size 29401864
|
runs/Jun06_10-30-23_Brians-Mac-mini.local/1686065428.933026/events.out.tfevents.1686065428.Brians-Mac-mini.local.62413.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e494660eaae82bb9c9d0d10febd31eef4d03d1f9b1993516feb351b979c939b4
|
3 |
+
size 5925
|
runs/Jun06_10-30-23_Brians-Mac-mini.local/events.out.tfevents.1686065428.Brians-Mac-mini.local.62413.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52e095ed6d38e252a7dfc6b33674426c13d94b8404953a8c4f98ebfabf409c42
|
3 |
+
size 6019
|
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,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"model_max_length": 512,
|
10 |
+
"pad_token": "<pad>",
|
11 |
+
"sep_token": "</s>",
|
12 |
+
"tokenizer_class": "RobertaTokenizer",
|
13 |
+
"trim_offsets": true,
|
14 |
+
"unk_token": "<unk>"
|
15 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f8baa0785f3a0912a780a56279c53c9077fc7ea6e60613bd1bcbaa4603eeaa9
|
3 |
+
size 3643
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|