Model save
Browse files
README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
base_model: microsoft/Multilingual-MiniLM-L12-H384
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
@@ -13,9 +12,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# trainRanker_test_test
|
15 |
|
16 |
-
This model is a fine-tuned version of [
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -48,16 +47,16 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
base_model: nreimers/mMiniLMv2-L6-H384-distilled-from-XLMR-Large
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
|
|
12 |
|
13 |
# trainRanker_test_test
|
14 |
|
15 |
+
This model is a fine-tuned version of [nreimers/mMiniLMv2-L6-H384-distilled-from-XLMR-Large](https://huggingface.co/nreimers/mMiniLMv2-L6-H384-distilled-from-XLMR-Large) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.4322
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| 0.6929 | 0.16 | 200 | 0.6925 |
|
51 |
+
| 0.6907 | 0.32 | 400 | 0.5492 |
|
52 |
+
| 0.4975 | 0.48 | 600 | 0.4721 |
|
53 |
+
| 0.4584 | 0.64 | 800 | 0.4444 |
|
54 |
+
| 0.4596 | 0.8 | 1000 | 0.4309 |
|
55 |
+
| 0.4431 | 0.96 | 1200 | 0.4338 |
|
56 |
+
| 0.4233 | 1.12 | 1400 | 0.4322 |
|
57 |
+
| 0.4451 | 1.28 | 1600 | 0.4322 |
|
58 |
+
| 0.4346 | 1.44 | 1800 | 0.4322 |
|
59 |
+
| 0.4239 | 1.6 | 2000 | 0.4322 |
|
60 |
|
61 |
|
62 |
### Framework versions
|