12345deena commited on
Commit
b2c0ae3
1 Parent(s): 6aa821c

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/pegasus-x-base",
3
+ "activation_dropout": 0.1,
4
+ "activation_function": "relu",
5
+ "add_bias_logits": false,
6
+ "add_final_layer_norm": true,
7
+ "architectures": [
8
+ "PegasusXForConditionalGeneration"
9
+ ],
10
+ "attention_dropout": 0.1,
11
+ "block_size": 512,
12
+ "bos_token_id": 0,
13
+ "classif_dropout": 0.0,
14
+ "classifier_dropout": 0.0,
15
+ "d_model": 768,
16
+ "decoder_attention_heads": 12,
17
+ "decoder_ffn_dim": 3072,
18
+ "decoder_layerdrop": 0.0,
19
+ "decoder_layers": 12,
20
+ "decoder_start_token_id": 0,
21
+ "dropout": 0.1,
22
+ "encoder_attention_heads": 12,
23
+ "encoder_ffn_dim": 3072,
24
+ "encoder_layerdrop": 0.0,
25
+ "encoder_layers": 12,
26
+ "eos_token_id": 1,
27
+ "extra_pos_embeddings": 1,
28
+ "force_bos_token_to_be_generated": false,
29
+ "forced_eos_token_id": 1,
30
+ "gradient_checkpointing": false,
31
+ "id2label": {
32
+ "0": "LABEL_0",
33
+ "1": "LABEL_1",
34
+ "2": "LABEL_2"
35
+ },
36
+ "init_std": 0.02,
37
+ "is_encoder_decoder": true,
38
+ "label2id": {
39
+ "LABEL_0": 0,
40
+ "LABEL_1": 1,
41
+ "LABEL_2": 2
42
+ },
43
+ "length_penalty": 0.8,
44
+ "max_length": 16384,
45
+ "max_position_embeddings": 16384,
46
+ "model_type": "pegasus_x",
47
+ "normalize_before": true,
48
+ "normalize_embedding": false,
49
+ "num_beams": 8,
50
+ "num_global_tokens": 128,
51
+ "num_hidden_layers": 12,
52
+ "pad_token_id": 0,
53
+ "scale_embedding": true,
54
+ "stagger_local_blocks": true,
55
+ "static_position_embeddings": true,
56
+ "torch_dtype": "float32",
57
+ "transformers_version": "4.39.1",
58
+ "use_cache": true,
59
+ "vocab_size": 96103
60
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f38649f5e9b8fae6657f33ff1ec9b3b7a4e5a99055a13ea870425ce07c8eb19
3
+ size 1089213696
runs/Mar24_04-08-55_0151a83e5651/events.out.tfevents.1711253340.0151a83e5651.6695.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5451c7c275b8fd33e2fcb7fa83f114f29c26269fb2a0d2e407e9285d9651b9a
3
+ size 4136
runs/Mar24_04-10-20_0151a83e5651/events.out.tfevents.1711253425.0151a83e5651.7360.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:410790ce43d3f7aca6b4af08eb6f780f3610740308aac54111fdafc13d12d852
3
+ size 4136
runs/Mar24_04-14-46_0151a83e5651/events.out.tfevents.1711253687.0151a83e5651.8178.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cbe8d9c926cd57f3df6c8bb9af591de85517b546eeef431b64fbcb9fe4c84d6
3
+ size 6616
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc01122432f7da5ed2fa956c71da54b4d5f55c56f395710a8ee913a2decac553
3
+ size 5048