jordanfan commited on
Commit
4f35d33
1 Parent(s): 7137cd5

training completed[dev]: 1024 128

Browse files
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: facebook/bart-large
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ - wer
9
+ model-index:
10
+ - name: bart_extractive_1024_1000
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # bart_extractive_1024_1000
18
+
19
+ This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.8802
22
+ - Rouge1: 0.7215
23
+ - Rouge2: 0.4773
24
+ - Rougel: 0.668
25
+ - Rougelsum: 0.668
26
+ - Wer: 0.4137
27
+ - Bleurt: -0.027
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 2e-05
47
+ - train_batch_size: 6
48
+ - eval_batch_size: 6
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 2
53
+ - mixed_precision_training: Native AMP
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Wer | Bleurt |
58
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:------:|:-------:|
59
+ | No log | 0.13 | 250 | 1.1362 | 0.6713 | 0.4064 | 0.6113 | 0.6111 | 0.4774 | -0.1118 |
60
+ | 2.0454 | 0.27 | 500 | 1.0337 | 0.6869 | 0.4301 | 0.6289 | 0.6288 | 0.4555 | -0.1734 |
61
+ | 2.0454 | 0.4 | 750 | 1.0002 | 0.7017 | 0.4465 | 0.6435 | 0.6434 | 0.4467 | -0.357 |
62
+ | 1.0987 | 0.53 | 1000 | 0.9747 | 0.7008 | 0.4469 | 0.6423 | 0.6422 | 0.442 | -0.0679 |
63
+ | 1.0987 | 0.66 | 1250 | 0.9589 | 0.7092 | 0.456 | 0.6521 | 0.652 | 0.4363 | 0.2669 |
64
+ | 1.0418 | 0.8 | 1500 | 0.9551 | 0.704 | 0.4538 | 0.6486 | 0.6485 | 0.4343 | -0.1447 |
65
+ | 1.0418 | 0.93 | 1750 | 0.9316 | 0.7096 | 0.4605 | 0.6546 | 0.6544 | 0.4285 | -0.0465 |
66
+ | 1.0031 | 1.06 | 2000 | 0.9150 | 0.7129 | 0.4653 | 0.6584 | 0.6583 | 0.4255 | -0.1069 |
67
+ | 1.0031 | 1.2 | 2250 | 0.9094 | 0.7119 | 0.4658 | 0.6577 | 0.6576 | 0.4234 | -0.4062 |
68
+ | 0.9052 | 1.33 | 2500 | 0.9101 | 0.721 | 0.4736 | 0.6665 | 0.6664 | 0.4206 | 0.2201 |
69
+ | 0.9052 | 1.46 | 2750 | 0.8983 | 0.7161 | 0.471 | 0.6619 | 0.6618 | 0.4184 | 0.0117 |
70
+ | 0.9045 | 1.6 | 3000 | 0.8917 | 0.7216 | 0.4762 | 0.6675 | 0.6674 | 0.4169 | 0.2346 |
71
+ | 0.9045 | 1.73 | 3250 | 0.8906 | 0.7167 | 0.474 | 0.6643 | 0.6642 | 0.4153 | -0.0679 |
72
+ | 0.8767 | 1.86 | 3500 | 0.8797 | 0.7232 | 0.4787 | 0.6698 | 0.6697 | 0.4141 | 0.2346 |
73
+ | 0.8767 | 1.99 | 3750 | 0.8802 | 0.7215 | 0.4773 | 0.668 | 0.668 | 0.4137 | -0.027 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - Transformers 4.38.2
79
+ - Pytorch 2.2.1+cu121
80
+ - Datasets 2.18.0
81
+ - Tokenizers 0.15.2
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "decoder_start_token_id": 2,
5
+ "early_stopping": true,
6
+ "eos_token_id": 2,
7
+ "forced_bos_token_id": 0,
8
+ "forced_eos_token_id": 2,
9
+ "no_repeat_ngram_size": 3,
10
+ "num_beams": 4,
11
+ "pad_token_id": 1,
12
+ "transformers_version": "4.38.2"
13
+ }
runs/Mar19_17-31-37_79eef9fcf5d9/events.out.tfevents.1710869501.79eef9fcf5d9.12590.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f06b66d56f767dcdb8b40c148010374cc1d6dc17a61edcd85b2f1b6d96b5560
3
- size 13915
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f27e00e011faec0a947a7793efc89c3c9f9eed93e4686724b3add6a4d8cd8d80
3
+ size 16193