kaizerBox commited on
Commit
ffb52ae
1 Parent(s): d765c40

retnet-summarization

Browse files
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - xsum
6
+ model-index:
7
+ - name: retnet-summarization
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # retnet-summarization
15
+
16
+ This model is a fine-tuned version of [](https://huggingface.co/) on the xsum dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 3.8453
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 0.0006
38
+ - train_batch_size: 2
39
+ - eval_batch_size: 2
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 4
42
+ - total_train_batch_size: 8
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: cosine
45
+ - lr_scheduler_warmup_steps: 10
46
+ - num_epochs: 1
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:-----:|:---------------:|
53
+ | 4.3722 | 1.0 | 12500 | 3.8453 |
54
+
55
+
56
+ ### Framework versions
57
+
58
+ - Transformers 4.35.0
59
+ - Pytorch 2.1.0+cu118
60
+ - Datasets 2.14.6
61
+ - Tokenizers 0.14.1
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "<|pad|>": 50257,
3
+ "<|sep|>": 50258
4
+ }
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_fn": "swish",
4
+ "architectures": [
5
+ "RetNetForCausalLM"
6
+ ],
7
+ "decoder_embed_dim": 512,
8
+ "decoder_ffn_embed_dim": 864,
9
+ "decoder_layers": 6,
10
+ "decoder_normalize_before": true,
11
+ "decoder_retention_heads": 2,
12
+ "decoder_value_embed_dim": 864,
13
+ "deepnorm": false,
14
+ "drop_path_rate": 0.1,
15
+ "dropout": 0.1,
16
+ "eos_token_id": 50256,
17
+ "forward_impl": "parallel",
18
+ "initializer_range": 0.02,
19
+ "is_decoder": true,
20
+ "layernorm_embedding": true,
21
+ "layernorm_eps": 1e-06,
22
+ "model_type": "retnet",
23
+ "no_scale_embedding": false,
24
+ "output_retentions": false,
25
+ "pad_token_id": 50257,
26
+ "recurrent_chunk_size": 512,
27
+ "subln": true,
28
+ "tie_word_embeddings": false,
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.35.0",
31
+ "use_cache": true,
32
+ "use_ffn_rms_norm": false,
33
+ "use_glu": true,
34
+ "use_lm_decay": false,
35
+ "vocab_size": 50259,
36
+ "z_loss_coeff": 0.0
37
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "eos_token_id": 50256,
4
+ "pad_token_id": 50257,
5
+ "transformers_version": "4.35.0"
6
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:621100b7d82b0c756b370ff4e4ad210f296a81bc20b0903f644049236b779c35
3
+ size 282181632
runs/Nov04_20-14-37_06626b08ccdc/events.out.tfevents.1699128878.06626b08ccdc.742.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:593a2d090a49c2d5cb89c2d13a5a6bc653b2fa0a6b7d78123ecb79540b09fabe
3
+ size 5224
runs/Nov04_20-14-37_06626b08ccdc/events.out.tfevents.1699136493.06626b08ccdc.742.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38dfbbdc37269a13dd13e6b70a2e75a74da1357b7afe921d2a27eafadcd1f8fd
3
+ size 359
special_tokens_map.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": {
5
+ "content": "<|pad|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false
10
+ },
11
+ "sep_token": {
12
+ "content": "<|sep|>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "unk_token": "<|endoftext|>"
19
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "50257": {
13
+ "content": "<|pad|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "50258": {
21
+ "content": "<|sep|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "bos_token": "<|endoftext|>",
30
+ "clean_up_tokenization_spaces": true,
31
+ "eos_token": "<|endoftext|>",
32
+ "model_max_length": 1024,
33
+ "pad_token": "<|pad|>",
34
+ "sep_token": "<|sep|>",
35
+ "tokenizer_class": "GPT2Tokenizer",
36
+ "unk_token": "<|endoftext|>"
37
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6758a222c5a8fb23ed432a5ecdcba3b77e388b262c786457940802f927879730
3
+ size 4600
vocab.json ADDED
The diff for this file is too large to render. See raw diff