PopularPenguin commited on
Commit
5757a96
1 Parent(s): 93ab1f3

Model save

Browse files
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: facebook/bart-base
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - arrow
9
+ model-index:
10
+ - name: bart-base-2024-09-24_11-12
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-base-2024-09-24_11-12
18
+
19
+ This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the arrow dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.1993
22
+ - Gen Len: 20.0
23
+ - Bertscorer-p: 0.5928
24
+ - Bertscorer-r: 0.1701
25
+ - Bertscorer-f1: 0.3731
26
+ - Sacrebleu-score: 10.2541
27
+ - Sacrebleu-precisions: [90.63003300856309, 79.05155386114873, 70.66565212490137, 65.68935823527592]
28
+ - Bleu-bp: 0.1350
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 0.0003
48
+ - train_batch_size: 8
49
+ - eval_batch_size: 8
50
+ - seed: 42
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 1
54
+ - mixed_precision_training: Native AMP
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Gen Len | Bertscorer-p | Bertscorer-r | Bertscorer-f1 | Sacrebleu-score | Sacrebleu-precisions | Bleu-bp |
59
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:------------:|:------------:|:-------------:|:---------------:|:----------------------------------------------------------------------------:|:-------:|
60
+ | 0.189 | 1.0 | 4772 | 0.1993 | 20.0 | 0.5928 | 0.1701 | 0.3731 | 10.2541 | [90.63003300856309, 79.05155386114873, 70.66565212490137, 65.68935823527592] | 0.1350 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.44.2
66
+ - Pytorch 2.4.1+cu121
67
+ - Datasets 3.0.0
68
+ - Tokenizers 0.19.1
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.44.2"
12
+ }
runs/Sep24_11-16-16_afd1a0307a42/events.out.tfevents.1727176876.afd1a0307a42.5362.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dd1ecc66efb538ffbc4f15bcea83f3b20d0db5317b368ea7a4f3277c5d0594e9
3
- size 8190
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77c842b6a63125bb78b7aeed5bff6207c12a6f87e99423143208a7bacfc65620
3
+ size 9145