peteparker456 commited on
Commit
cb592bb
1 Parent(s): 0bb0b78

End of training

Browse files
Files changed (2) hide show
  1. README.md +66 -0
  2. generation_config.json +11 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: facebook/mbart-large-50-many-to-many-mmt
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: mbart-large-50-many-to-many-mmt-finetuned-human-to-assistant
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # mbart-large-50-many-to-many-mmt-finetuned-human-to-assistant
14
+
15
+ This model is a fine-tuned version of [facebook/mbart-large-50-many-to-many-mmt](https://huggingface.co/facebook/mbart-large-50-many-to-many-mmt) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.8285
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 3e-05
37
+ - train_batch_size: 4
38
+ - eval_batch_size: 4
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 10
43
+ - mixed_precision_training: Native AMP
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | No log | 1.0 | 16 | 0.8667 |
50
+ | No log | 2.0 | 32 | 0.7968 |
51
+ | No log | 3.0 | 48 | 0.8283 |
52
+ | No log | 4.0 | 64 | 0.8198 |
53
+ | No log | 5.0 | 80 | 0.8298 |
54
+ | No log | 6.0 | 96 | 0.8322 |
55
+ | No log | 7.0 | 112 | 0.8368 |
56
+ | No log | 8.0 | 128 | 0.8324 |
57
+ | No log | 9.0 | 144 | 0.8295 |
58
+ | No log | 10.0 | 160 | 0.8285 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.42.4
64
+ - Pytorch 2.3.1+cu121
65
+ - Datasets 2.20.0
66
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
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": 200,
8
+ "num_beams": 5,
9
+ "pad_token_id": 1,
10
+ "transformers_version": "4.42.4"
11
+ }