iddqd21 commited on
Commit
46d5f37
·
verified ·
1 Parent(s): 9df2e5b

End of training

Browse files
Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [intfloat/multilingual-e5-base](https://huggingface.co/intfloat/multilingual-e5-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.0119
20
 
21
  ## Model description
22
 
@@ -42,15 +42,13 @@ The following hyperparameters were used during training:
42
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
  - lr_scheduler_type: linear
44
  - lr_scheduler_warmup_steps: 500
45
- - num_epochs: 3
46
 
47
  ### Training results
48
 
49
- | Training Loss | Epoch | Step | Validation Loss |
50
- |:-------------:|:-----:|:-----:|:---------------:|
51
- | 0.0012 | 1.0 | 3944 | 0.0300 |
52
- | 0.0002 | 2.0 | 7888 | 0.0111 |
53
- | 0.0 | 3.0 | 11832 | 0.0119 |
54
 
55
 
56
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [intfloat/multilingual-e5-base](https://huggingface.co/intfloat/multilingual-e5-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.0095
20
 
21
  ## Model description
22
 
 
42
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
  - lr_scheduler_type: linear
44
  - lr_scheduler_warmup_steps: 500
45
+ - num_epochs: 1
46
 
47
  ### Training results
48
 
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | 0.0426 | 1.0 | 3944 | 0.0095 |
 
 
52
 
53
 
54
  ### Framework versions