End of training
Browse files- README.md +15 -15
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [BAAI/bge-small-en-v1.5](https://huggingface.co/BAAI/bge-small-en-v1.5) on an unknown dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
-
- Loss: 0.
|
| 25 |
-
- Precision: 0.
|
| 26 |
-
- Recall: 0.
|
| 27 |
-
- F1: 0.
|
| 28 |
-
- Accuracy: 0.
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
@@ -56,16 +56,16 @@ The following hyperparameters were used during training:
|
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 58 |
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
-
| 0.
|
| 67 |
-
| 0.
|
| 68 |
-
| 0.
|
| 69 |
|
| 70 |
|
| 71 |
### Framework versions
|
|
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [BAAI/bge-small-en-v1.5](https://huggingface.co/BAAI/bge-small-en-v1.5) on an unknown dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
+
- Loss: 0.1654
|
| 25 |
+
- Precision: 0.9203
|
| 26 |
+
- Recall: 0.9265
|
| 27 |
+
- F1: 0.9233
|
| 28 |
+
- Accuracy: 0.9810
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
|
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 58 |
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 59 |
+
| 0.0043 | 1.0 | 2500 | 0.1521 | 0.8973 | 0.9165 | 0.9068 | 0.9782 |
|
| 60 |
+
| 0.0022 | 2.0 | 5000 | 0.1567 | 0.9048 | 0.9214 | 0.9130 | 0.9787 |
|
| 61 |
+
| 0.0048 | 3.0 | 7500 | 0.1456 | 0.8959 | 0.9192 | 0.9074 | 0.9781 |
|
| 62 |
+
| 0.0024 | 4.0 | 10000 | 0.1641 | 0.9118 | 0.9204 | 0.9161 | 0.9791 |
|
| 63 |
+
| 0.0043 | 5.0 | 12500 | 0.1791 | 0.9002 | 0.9216 | 0.9108 | 0.9787 |
|
| 64 |
+
| 0.0005 | 6.0 | 15000 | 0.1719 | 0.9086 | 0.9201 | 0.9143 | 0.9783 |
|
| 65 |
+
| 0.0049 | 7.0 | 17500 | 0.1582 | 0.9175 | 0.9169 | 0.9172 | 0.9799 |
|
| 66 |
+
| 0.0001 | 8.0 | 20000 | 0.1625 | 0.9143 | 0.9246 | 0.9194 | 0.9807 |
|
| 67 |
+
| 0.0039 | 9.0 | 22500 | 0.1516 | 0.9186 | 0.9265 | 0.9225 | 0.9813 |
|
| 68 |
+
| 0.0 | 10.0 | 25000 | 0.1654 | 0.9203 | 0.9265 | 0.9233 | 0.9810 |
|
| 69 |
|
| 70 |
|
| 71 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 132885604
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5f7c8fda0d8bc3dd4ba0d6e08fccb441f9bcd0cd056cdcdd87b8cd1a2ece715
|
| 3 |
size 132885604
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5905
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85c3c20092548d155db22e2627c83c444ecc8dda2bc05ab05bf6f87798357546
|
| 3 |
size 5905
|