update model card README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ model-index:
|
|
25 |
value: 0.5
|
26 |
- name: F1
|
27 |
type: f1
|
28 |
-
value: 0.
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -35,9 +35,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
35 |
|
36 |
This model is a fine-tuned version of [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) on the quora dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
-
- Loss: 0.
|
39 |
- Accuracy: 0.5
|
40 |
-
- F1: 0.
|
41 |
|
42 |
## Model description
|
43 |
|
@@ -68,11 +68,11 @@ The following hyperparameters were used during training:
|
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
70 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
25 |
value: 0.5
|
26 |
- name: F1
|
27 |
type: f1
|
28 |
+
value: 0.5454545454545454
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
35 |
|
36 |
This model is a fine-tuned version of [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) on the quora dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
+
- Loss: 0.2761
|
39 |
- Accuracy: 0.5
|
40 |
+
- F1: 0.5455
|
41 |
|
42 |
## Model description
|
43 |
|
|
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
70 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
71 |
+
| 0.2035 | 1.0 | 46 | 0.1972 | 0.3 | 0.4615 |
|
72 |
+
| 0.1354 | 2.0 | 92 | 0.2265 | 0.45 | 0.5217 |
|
73 |
+
| 0.0568 | 3.0 | 138 | 0.2754 | 0.45 | 0.5217 |
|
74 |
+
| 0.0235 | 4.0 | 184 | 0.2770 | 0.45 | 0.5217 |
|
75 |
+
| 0.0227 | 5.0 | 230 | 0.2761 | 0.5 | 0.5455 |
|
76 |
|
77 |
|
78 |
### Framework versions
|