alexdg19 commited on
Commit
eac6307
1 Parent(s): cacc45f

End of training

Browse files
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: facebook/bart-large-xsum
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: reddit_summarization_model
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # reddit_summarization_model
17
+
18
+ This model is a fine-tuned version of [facebook/bart-large-xsum](https://huggingface.co/facebook/bart-large-xsum) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.9410
21
+ - Rouge1: 0.4169
22
+ - Rouge2: 0.163
23
+ - Rougel: 0.276
24
+ - Rougelsum: 0.3001
25
+ - Gen Len: 61.6276
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 2e-05
45
+ - train_batch_size: 3
46
+ - eval_batch_size: 3
47
+ - seed: 42
48
+ - gradient_accumulation_steps: 3
49
+ - total_train_batch_size: 9
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 5
53
+ - mixed_precision_training: Native AMP
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
58
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
59
+ | 1.9905 | 1.0 | 972 | 1.8412 | 0.412 | 0.1593 | 0.2725 | 0.2965 | 61.7025 |
60
+ | 1.5293 | 2.0 | 1944 | 1.8022 | 0.4162 | 0.1634 | 0.2766 | 0.2998 | 61.6673 |
61
+ | 1.2934 | 3.0 | 2916 | 1.8352 | 0.4194 | 0.1641 | 0.2789 | 0.3019 | 61.548 |
62
+ | 1.1481 | 4.0 | 3888 | 1.8898 | 0.415 | 0.1623 | 0.2753 | 0.2985 | 61.5825 |
63
+ | 1.04 | 5.0 | 4860 | 1.9410 | 0.4169 | 0.163 | 0.276 | 0.3001 | 61.6276 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.35.2
69
+ - Pytorch 2.1.0+cu121
70
+ - Datasets 2.15.0
71
+ - Tokenizers 0.15.0
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 0,
3
+ "decoder_start_token_id": 2,
4
+ "early_stopping": true,
5
+ "eos_token_id": 2,
6
+ "forced_eos_token_id": 2,
7
+ "max_length": 62,
8
+ "min_length": 11,
9
+ "no_repeat_ngram_size": 3,
10
+ "num_beams": 6,
11
+ "pad_token_id": 1,
12
+ "transformers_version": "4.35.2"
13
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:95657bdb8f34c1a168472aa78992c4403051e222fde72e0075a02e7fd24ab01b
3
  size 1625422896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:662d68d620bef7dc97d0aec21523e381fb30e204d627ddb9461b4afb19435923
3
  size 1625422896
runs/Dec18_20-12-45_778edbca6a7d/events.out.tfevents.1702930367.778edbca6a7d.203.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:212d5ce63e2ca1b4fe7108cbc557a972f27a6f732d0c2dd0ad8dff6f518c4e50
3
- size 8817
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c971d0106ecc5623e30d9742b27cfeef92e04312a34dfce8e8f9611375b0481d
3
+ size 9696