WilliamStar commited on
Commit
b0f5329
1 Parent(s): 6fd57cd

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,48 +1,125 @@
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
- "MegaForCausalLM"
8
  ],
9
- "attention_activation": "softmax",
10
- "attention_probs_dropout_prob": 0.1,
11
- "bidirectional": false,
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
  "is_decoder": true,
26
- "max_positions": 10000,
27
- "model_type": "mega",
28
- "nffn_activation_dropout_prob": 0.0,
29
- "nffn_hidden_size": 256,
30
- "norm_affine": true,
31
- "normalization_type": "scalenorm",
32
- "normalize_before_ffn": true,
33
- "normalize_before_mega": true,
34
- "num_attention_heads": 1,
35
- "num_hidden_layers": 4,
36
- "pad_token_id": 1,
37
- "relative_positional_bias": "rotary",
38
- "shared_representation_size": 64,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  "torch_dtype": "float32",
40
  "transformers_version": "4.30.0",
41
- "truncation": null,
42
- "type_vocab_size": 2,
43
  "use_cache": true,
44
- "use_chunking": false,
45
- "use_feature_dropout": false,
46
- "use_normalized_ffn": true,
47
- "vocab_size": 50265
48
  }
 
1
  {
2
+ "_name_or_path": "google/pegasus-large",
3
+ "activation_dropout": 0.1,
4
+ "activation_function": "relu",
5
+ "add_bias_logits": false,
6
+ "add_final_layer_norm": true,
7
  "architectures": [
8
+ "PegasusForCausalLM"
9
  ],
10
+ "attention_dropout": 0.1,
 
 
11
  "bos_token_id": 0,
12
+ "classif_dropout": 0.0,
13
+ "classifier_dropout": 0.0,
14
+ "d_model": 1024,
15
+ "decoder_attention_heads": 16,
16
+ "decoder_ffn_dim": 4096,
17
+ "decoder_layerdrop": 0.0,
18
+ "decoder_layers": 16,
19
+ "decoder_start_token_id": 0,
20
+ "dropout": 0.1,
21
+ "encoder_attention_heads": 16,
22
+ "encoder_ffn_dim": 4096,
23
+ "encoder_layerdrop": 0.0,
24
+ "encoder_layers": 16,
25
+ "eos_token_id": 1,
26
+ "extra_pos_embeddings": 1,
27
+ "force_bos_token_to_be_generated": false,
28
+ "forced_eos_token_id": 1,
29
+ "gradient_checkpointing": false,
30
+ "id2label": {
31
+ "0": "LABEL_0",
32
+ "1": "LABEL_1",
33
+ "2": "LABEL_2"
34
+ },
35
+ "init_std": 0.02,
36
  "is_decoder": true,
37
+ "is_encoder_decoder": false,
38
+ "label2id": {
39
+ "LABEL_0": 0,
40
+ "LABEL_1": 1,
41
+ "LABEL_2": 2
42
+ },
43
+ "length_penalty": 0.8,
44
+ "max_length": 256,
45
+ "max_position_embeddings": 1024,
46
+ "model_type": "pegasus",
47
+ "normalize_before": true,
48
+ "normalize_embedding": false,
49
+ "num_beams": 8,
50
+ "num_hidden_layers": 16,
51
+ "pad_token_id": 0,
52
+ "scale_embedding": true,
53
+ "static_position_embeddings": true,
54
+ "task_specific_params": {
55
+ "summarization_aeslc": {
56
+ "length_penalty": 0.6,
57
+ "max_length": 32,
58
+ "max_position_embeddings": 512
59
+ },
60
+ "summarization_arxiv": {
61
+ "length_penalty": 0.8,
62
+ "max_length": 256,
63
+ "max_position_embeddings": 1024
64
+ },
65
+ "summarization_big_patent": {
66
+ "length_penalty": 0.7,
67
+ "max_length": 256,
68
+ "max_position_embeddings": 1024
69
+ },
70
+ "summarization_billsum": {
71
+ "length_penalty": 0.6,
72
+ "max_length": 256,
73
+ "max_position_embeddings": 1024
74
+ },
75
+ "summarization_cnn_dailymail": {
76
+ "length_penalty": 0.8,
77
+ "max_length": 128,
78
+ "max_position_embeddings": 1024
79
+ },
80
+ "summarization_gigaword": {
81
+ "length_penalty": 0.6,
82
+ "max_length": 32,
83
+ "max_position_embeddings": 128
84
+ },
85
+ "summarization_large": {
86
+ "length_penalty": 0.8,
87
+ "max_length": 256,
88
+ "max_position_embeddings": 1024
89
+ },
90
+ "summarization_multi_news": {
91
+ "length_penalty": 0.8,
92
+ "max_length": 256,
93
+ "max_position_embeddings": 1024
94
+ },
95
+ "summarization_newsroom": {
96
+ "length_penalty": 0.8,
97
+ "max_length": 128,
98
+ "max_position_embeddings": 512
99
+ },
100
+ "summarization_pubmed": {
101
+ "length_penalty": 0.8,
102
+ "max_length": 256,
103
+ "max_position_embeddings": 1024
104
+ },
105
+ "summarization_reddit_tifu": {
106
+ "length_penalty": 0.6,
107
+ "max_length": 128,
108
+ "max_position_embeddings": 512
109
+ },
110
+ "summarization_wikihow": {
111
+ "length_penalty": 0.6,
112
+ "max_length": 256,
113
+ "max_position_embeddings": 512
114
+ },
115
+ "summarization_xsum": {
116
+ "length_penalty": 0.8,
117
+ "max_length": 64,
118
+ "max_position_embeddings": 512
119
+ }
120
+ },
121
  "torch_dtype": "float32",
122
  "transformers_version": "4.30.0",
 
 
123
  "use_cache": true,
124
+ "vocab_size": 96103
 
 
 
125
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b722f4c58c9c4f2a68578fd19cbbfe0cc03f6d3a95639e12acf91a2f9b51c78b
3
- size 29203129
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adb9a39b93b38fa6f7e8552865ffc976d1cc40c0d2e18ab4873e20828bfb6a66
3
+ size 1472971290
runs/Apr27_05-25-56_c93ac8136d01/events.out.tfevents.1714195559.c93ac8136d01.1850.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:41f62828d44aae7e7b392ac1f6a8e12a8362ab7bcdafada3b003d7f66f6d428b
3
- size 6337
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b6410bf2fe66f275f88d1ea568dc6b0fcc08e9fb618a8043a6cf1f2d7ee1c79
3
+ size 6962
runs/Apr27_05-25-56_c93ac8136d01/events.out.tfevents.1714195809.c93ac8136d01.1850.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:629e491ffd6fcdeb8c10df9def8b092d0fdd5864566a8521b22b514fd9b848e5
3
+ size 359
runs/Apr27_05-36-46_c93ac8136d01/events.out.tfevents.1714196210.c93ac8136d01.1850.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b20551ed87d6749823e389a5f13a7a53e906e691c666560245a3ba177110b8e
3
+ size 6665
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ee4cbc38cb5a81b6648f0866e2afa564d4b6d7fab3b73343137252b14cee19f7
3
  size 4408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a10e960aa41a195a658e95225e72d92fa69a09ee27700190c845f0ff9e4debe9
3
  size 4408