NothingMuch
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -181,9 +181,9 @@ You can finetune this model on your own dataset.
|
|
181 |
|
182 |
| Metric | Value |
|
183 |
|:------------------|:-----------|
|
184 |
-
| src2trg_accuracy | 0.
|
185 |
-
| trg2src_accuracy | 0.
|
186 |
-
| **mean_accuracy** | **0.
|
187 |
|
188 |
<!--
|
189 |
## Bias, Risks and Limitations
|
@@ -275,7 +275,7 @@ You can finetune this model on your own dataset.
|
|
275 |
- `torch_empty_cache_steps`: 200
|
276 |
- `learning_rate`: 0.2
|
277 |
- `weight_decay`: 0.001
|
278 |
-
- `num_train_epochs`:
|
279 |
- `warmup_ratio`: 0.25
|
280 |
- `seed`: 25
|
281 |
- `batch_sampler`: no_duplicates
|
@@ -401,12 +401,6 @@ You can finetune this model on your own dataset.
|
|
401 |
|
402 |
</details>
|
403 |
|
404 |
-
### Training Logs
|
405 |
-
| Epoch | Step | mean_accuracy |
|
406 |
-
|:-----:|:----:|:-------------:|
|
407 |
-
| 0 | 0 | 0.0001 |
|
408 |
-
|
409 |
-
|
410 |
### Framework Versions
|
411 |
- Python: 3.12.8
|
412 |
- Sentence Transformers: 3.3.1
|
|
|
181 |
|
182 |
| Metric | Value |
|
183 |
|:------------------|:-----------|
|
184 |
+
| src2trg_accuracy | 0.7614 |
|
185 |
+
| trg2src_accuracy | 0.7718 |
|
186 |
+
| **mean_accuracy** | **0.7666** |
|
187 |
|
188 |
<!--
|
189 |
## Bias, Risks and Limitations
|
|
|
275 |
- `torch_empty_cache_steps`: 200
|
276 |
- `learning_rate`: 0.2
|
277 |
- `weight_decay`: 0.001
|
278 |
+
- `num_train_epochs`: 10
|
279 |
- `warmup_ratio`: 0.25
|
280 |
- `seed`: 25
|
281 |
- `batch_sampler`: no_duplicates
|
|
|
401 |
|
402 |
</details>
|
403 |
|
|
|
|
|
|
|
|
|
|
|
|
|
404 |
### Framework Versions
|
405 |
- Python: 3.12.8
|
406 |
- Sentence Transformers: 3.3.1
|