satanicmangoes commited on
Commit
d132bfa
1 Parent(s): 78dec53

Model save

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [facebook/nllb-200-distilled-600M](https://huggingface.co/facebook/nllb-200-distilled-600M) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 8.0911
19
 
20
  ## Model description
21
 
@@ -35,8 +35,8 @@ More information needed
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 2e-05
38
- - train_batch_size: 256
39
- - eval_batch_size: 256
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
@@ -47,16 +47,16 @@ The following hyperparameters were used during training:
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
- | No log | 1.0 | 1 | 8.2732 |
51
- | No log | 2.0 | 2 | 8.1703 |
52
- | No log | 3.0 | 3 | 8.0670 |
53
- | No log | 4.0 | 4 | 8.0670 |
54
- | No log | 5.0 | 5 | 8.0239 |
55
- | No log | 6.0 | 6 | 8.0299 |
56
- | No log | 7.0 | 7 | 8.0546 |
57
- | No log | 8.0 | 8 | 8.0734 |
58
- | No log | 9.0 | 9 | 8.0845 |
59
- | 7.3874 | 10.0 | 10 | 8.0911 |
60
 
61
 
62
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [facebook/nllb-200-distilled-600M](https://huggingface.co/facebook/nllb-200-distilled-600M) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 7.1958
19
 
20
  ## Model description
21
 
 
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 2e-05
38
+ - train_batch_size: 1024
39
+ - eval_batch_size: 512
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
 
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
+ | No log | 1.0 | 1 | 7.3299 |
51
+ | No log | 2.0 | 2 | 7.3299 |
52
+ | No log | 3.0 | 3 | 7.2664 |
53
+ | No log | 4.0 | 4 | 7.2299 |
54
+ | No log | 5.0 | 5 | 7.1992 |
55
+ | No log | 6.0 | 6 | 7.1871 |
56
+ | No log | 7.0 | 7 | 7.1885 |
57
+ | No log | 8.0 | 8 | 7.1922 |
58
+ | No log | 9.0 | 9 | 7.1944 |
59
+ | 7.3798 | 10.0 | 10 | 7.1958 |
60
 
61
 
62
  ### Framework versions