GlycerinLOL commited on
Commit
5e33f7f
1 Parent(s): 276cf83

Model save

Browse files
README.md ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: facebook/bart-large
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - reddit_tifu
8
+ metrics:
9
+ - rouge
10
+ - precision
11
+ - recall
12
+ - f1
13
+ model-index:
14
+ - name: Bart_reddit_tifu
15
+ results:
16
+ - task:
17
+ name: Sequence-to-sequence Language Modeling
18
+ type: text2text-generation
19
+ dataset:
20
+ name: reddit_tifu
21
+ type: reddit_tifu
22
+ config: long
23
+ split: train
24
+ args: long
25
+ metrics:
26
+ - name: Rouge1
27
+ type: rouge
28
+ value: 0.2709
29
+ - name: Precision
30
+ type: precision
31
+ value: 0.8768
32
+ - name: Recall
33
+ type: recall
34
+ value: 0.8648
35
+ - name: F1
36
+ type: f1
37
+ value: 0.8705
38
+ ---
39
+
40
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
41
+ should probably proofread and complete it, then remove this comment. -->
42
+
43
+ # Bart_reddit_tifu
44
+
45
+ This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on the reddit_tifu dataset.
46
+ It achieves the following results on the evaluation set:
47
+ - Loss: 2.5035
48
+ - Rouge1: 0.2709
49
+ - Rouge2: 0.0948
50
+ - Rougel: 0.2244
51
+ - Rougelsum: 0.2244
52
+ - Gen Len: 19.3555
53
+ - Precision: 0.8768
54
+ - Recall: 0.8648
55
+ - F1: 0.8705
56
+
57
+ ## Model description
58
+
59
+ More information needed
60
+
61
+ ## Intended uses & limitations
62
+
63
+ More information needed
64
+
65
+ ## Training and evaluation data
66
+
67
+ More information needed
68
+
69
+ ## Training procedure
70
+
71
+ ### Training hyperparameters
72
+
73
+ The following hyperparameters were used during training:
74
+ - learning_rate: 2e-05
75
+ - train_batch_size: 4
76
+ - eval_batch_size: 4
77
+ - seed: 42
78
+ - gradient_accumulation_steps: 4
79
+ - total_train_batch_size: 16
80
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
81
+ - lr_scheduler_type: linear
82
+ - num_epochs: 4
83
+ - mixed_precision_training: Native AMP
84
+
85
+ ### Training results
86
+
87
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len | Precision | Recall | F1 |
88
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|:---------:|:------:|:------:|
89
+ | 2.6968 | 1.0 | 2370 | 2.5385 | 0.2634 | 0.0907 | 0.218 | 0.2182 | 19.4438 | 0.8766 | 0.8641 | 0.8701 |
90
+ | 2.4746 | 2.0 | 4741 | 2.5077 | 0.273 | 0.0941 | 0.2238 | 0.2239 | 19.2572 | 0.8774 | 0.8655 | 0.8712 |
91
+ | 2.3066 | 3.0 | 7111 | 2.5012 | 0.2671 | 0.0936 | 0.221 | 0.2211 | 19.3071 | 0.8756 | 0.864 | 0.8696 |
92
+ | 2.2041 | 4.0 | 9480 | 2.5035 | 0.2709 | 0.0948 | 0.2244 | 0.2244 | 19.3555 | 0.8768 | 0.8648 | 0.8705 |
93
+
94
+
95
+ ### Framework versions
96
+
97
+ - Transformers 4.36.0
98
+ - Pytorch 2.0.1+cu117
99
+ - Datasets 2.14.5
100
+ - Tokenizers 0.15.0
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 0,
3
+ "decoder_start_token_id": 2,
4
+ "early_stopping": true,
5
+ "eos_token_id": 2,
6
+ "forced_bos_token_id": 0,
7
+ "forced_eos_token_id": 2,
8
+ "no_repeat_ngram_size": 3,
9
+ "num_beams": 4,
10
+ "pad_token_id": 1,
11
+ "transformers_version": "4.36.0"
12
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b50c516a8b437328403f9700c6fea9371ece5ba72fd66f80d3ceed9212a6521
3
  size 1625426996
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7470abb95abf11f62354cf5efa63ae56c083419a1e0bb16bef2c4e3e27ec53df
3
  size 1625426996
runs/Feb03_17-57-54_o8amirctr1706761897220-scx9w/events.out.tfevents.1706954280.o8amirctr1706761897220-scx9w.31420.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ea6a0edcb12dade19f82da571d32d87e9f75beed19a655dc5f379242f0676462
3
- size 10216
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fe643f1133e632761bf50542998ace516d377ea84a7a74bd175ceeec42264f5
3
+ size 11401