peteparker456 commited on
Commit
f246221
1 Parent(s): 35335ee

End of training

Browse files
Files changed (2) hide show
  1. README.md +15 -16
  2. generation_config.json +1 -1
README.md CHANGED
@@ -10,12 +10,11 @@ model-index:
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
- [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/peterparkercar321-amrita-vishwa-vidyapeetham/huggingface/runs/97jf138x)
14
  # mbart-large-50-many-to-many-mmt-finetuned-human-to-assistant
15
 
16
  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.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 1.5397
19
 
20
  ## Model description
21
 
@@ -35,8 +34,8 @@ More information needed
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 3e-05
38
- - train_batch_size: 8
39
- - eval_batch_size: 8
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
@@ -47,21 +46,21 @@ The following hyperparameters were used during training:
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
- | No log | 1.0 | 9 | 1.3946 |
51
- | No log | 2.0 | 18 | 1.3488 |
52
- | No log | 3.0 | 27 | 1.3852 |
53
- | No log | 4.0 | 36 | 1.4675 |
54
- | No log | 5.0 | 45 | 1.5198 |
55
- | No log | 6.0 | 54 | 1.5201 |
56
- | No log | 7.0 | 63 | 1.5057 |
57
- | No log | 8.0 | 72 | 1.4997 |
58
- | No log | 9.0 | 81 | 1.5251 |
59
- | No log | 10.0 | 90 | 1.5397 |
60
 
61
 
62
  ### Framework versions
63
 
64
- - Transformers 4.42.3
65
- - Pytorch 2.1.2
66
  - Datasets 2.20.0
67
  - Tokenizers 0.19.1
 
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.1083
18
 
19
  ## Model description
20
 
 
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
 
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | No log | 1.0 | 18 | 0.1065 |
50
+ | No log | 2.0 | 36 | 0.1076 |
51
+ | No log | 3.0 | 54 | 0.1076 |
52
+ | No log | 4.0 | 72 | 0.1078 |
53
+ | No log | 5.0 | 90 | 0.1077 |
54
+ | No log | 6.0 | 108 | 0.1079 |
55
+ | No log | 7.0 | 126 | 0.1080 |
56
+ | No log | 8.0 | 144 | 0.1081 |
57
+ | No log | 9.0 | 162 | 0.1083 |
58
+ | No log | 10.0 | 180 | 0.1083 |
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 CHANGED
@@ -8,5 +8,5 @@
8
  "max_length": 200,
9
  "num_beams": 5,
10
  "pad_token_id": 1,
11
- "transformers_version": "4.42.3"
12
  }
 
8
  "max_length": 200,
9
  "num_beams": 5,
10
  "pad_token_id": 1,
11
+ "transformers_version": "4.42.4"
12
  }