Sinan commited on
Commit
61cbda2
1 Parent(s): 729aa46

End of training

Browse files
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: facebook/bart-base
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - opus_books
8
+ metrics:
9
+ - bleu
10
+ model-index:
11
+ - name: en-to-es-trans-with-bart
12
+ results:
13
+ - task:
14
+ name: Sequence-to-sequence Language Modeling
15
+ type: text2text-generation
16
+ dataset:
17
+ name: opus_books
18
+ type: opus_books
19
+ config: en-es
20
+ split: train
21
+ args: en-es
22
+ metrics:
23
+ - name: Bleu
24
+ type: bleu
25
+ value: 2.1888
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # en-to-es-trans-with-bart
32
+
33
+ This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the opus_books dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 2.0355
36
+ - Bleu: 2.1888
37
+ - Gen Len: 18.6278
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 2e-05
57
+ - train_batch_size: 16
58
+ - eval_batch_size: 16
59
+ - seed: 42
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - num_epochs: 2
63
+ - mixed_precision_training: Native AMP
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
68
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
69
+ | 2.4648 | 1.0 | 4674 | 2.1509 | 1.937 | 18.6399 |
70
+ | 2.2417 | 2.0 | 9348 | 2.0355 | 2.1888 | 18.6278 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.35.2
76
+ - Pytorch 2.1.0+cu118
77
+ - Datasets 2.15.0
78
+ - 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.35.2"
12
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c430716188ab4a92f6fffefd6cb9b2b6003493bf475422de12f270a85f936e8
3
  size 557912620
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f28cebc77e3919c93afc2a2df5137dbb87926aad5f986a13a382812136a82c68
3
  size 557912620
runs/Dec06_08-08-35_2b824af95322/events.out.tfevents.1701850136.2b824af95322.508.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6363d2e99c9e7e7d59f7830a232bff09455f911e2d529c1f356c28a6db698537
3
- size 8658
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c8a10e9b63c12a0bd35da39233902641363144e8b0c5a2029946fa81e6eb125
3
+ size 9382