Add new SentenceTransformer model
Browse files- 1_Dense/model.safetensors +1 -1
- README.md +17 -5
1_Dense/model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 131160
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1428d9af64ab4331e7ba2ffe184f69dd7d0ae0435410e7539f4e97349e81ff1e
|
3 |
size 131160
|
README.md
CHANGED
@@ -26,7 +26,7 @@ model-index:
|
|
26 |
type: unknown
|
27 |
metrics:
|
28 |
- type: accuracy
|
29 |
-
value: 0.
|
30 |
name: Accuracy
|
31 |
---
|
32 |
|
@@ -221,7 +221,7 @@ You can finetune this model on your own dataset.
|
|
221 |
|
222 |
| Metric | Value |
|
223 |
|:-------------|:-----------|
|
224 |
-
| **accuracy** | **0.
|
225 |
|
226 |
<!--
|
227 |
## Bias, Risks and Limitations
|
@@ -411,9 +411,21 @@ You can finetune this model on your own dataset.
|
|
411 |
</details>
|
412 |
|
413 |
### Training Logs
|
414 |
-
| Epoch | Step | accuracy |
|
415 |
-
|
416 |
-
| 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
417 |
|
418 |
|
419 |
### Framework Versions
|
|
|
26 |
type: unknown
|
27 |
metrics:
|
28 |
- type: accuracy
|
29 |
+
value: 0.817924976348877
|
30 |
name: Accuracy
|
31 |
---
|
32 |
|
|
|
221 |
|
222 |
| Metric | Value |
|
223 |
|:-------------|:-----------|
|
224 |
+
| **accuracy** | **0.8179** |
|
225 |
|
226 |
<!--
|
227 |
## Bias, Risks and Limitations
|
|
|
411 |
</details>
|
412 |
|
413 |
### Training Logs
|
414 |
+
| Epoch | Step | Training Loss | Validation Loss | accuracy |
|
415 |
+
|:-----:|:------:|:-------------:|:---------------:|:--------:|
|
416 |
+
| 1.0 | 30746 | 1.1105 | - | - |
|
417 |
+
| 0 | 0 | - | - | 0.8083 |
|
418 |
+
| 1.0 | 30746 | - | 1.1328 | - |
|
419 |
+
| 2.0 | 61492 | 0.9818 | - | - |
|
420 |
+
| 0 | 0 | - | - | 0.8146 |
|
421 |
+
| 2.0 | 61492 | - | 1.1017 | - |
|
422 |
+
| 3.0 | 92238 | 0.939 | - | - |
|
423 |
+
| 0 | 0 | - | - | 0.8172 |
|
424 |
+
| 3.0 | 92238 | - | 1.0939 | - |
|
425 |
+
| 4.0 | 122984 | 0.9216 | - | - |
|
426 |
+
| 0 | 0 | - | - | 0.8179 |
|
427 |
+
| 4.0 | 122984 | - | 1.0912 | - |
|
428 |
+
| 0 | 0 | - | - | 0.8179 |
|
429 |
|
430 |
|
431 |
### Framework Versions
|