veddm commited on
Commit
8153676
1 Parent(s): 0cf245a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -13,6 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
13
  # paraphrase-multilingual-MiniLM-L12-v2-finetuned-DIT
14
 
15
  This model is a fine-tuned version of [sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2) on an unknown dataset.
 
 
16
 
17
  ## Model description
18
 
@@ -37,7 +39,17 @@ The following hyperparameters were used during training:
37
  - seed: 42
38
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
39
  - lr_scheduler_type: linear
40
- - num_epochs: 3.0
 
 
 
 
 
 
 
 
 
 
41
 
42
  ### Framework versions
43
 
 
13
  # paraphrase-multilingual-MiniLM-L12-v2-finetuned-DIT
14
 
15
  This model is a fine-tuned version of [sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 7.4783
18
 
19
  ## Model description
20
 
 
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - num_epochs: 4
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 91 | 9.2794 |
49
+ | No log | 2.0 | 182 | 8.1920 |
50
+ | No log | 3.0 | 273 | 7.6378 |
51
+ | No log | 4.0 | 364 | 7.4783 |
52
+
53
 
54
  ### Framework versions
55