Model save
Browse files- README.md +12 -1
- final/model.safetensors +1 -1
- final/training_args.bin +2 -2
README.md
CHANGED
|
@@ -4,6 +4,10 @@ license: apache-2.0
|
|
| 4 |
base_model: Snowflake/snowflake-arctic-embed-m-v1.5
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: alignment-score-model
|
| 9 |
results: []
|
|
@@ -15,6 +19,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
# alignment-score-model
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [Snowflake/snowflake-arctic-embed-m-v1.5](https://huggingface.co/Snowflake/snowflake-arctic-embed-m-v1.5) on the None dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
@@ -45,7 +55,8 @@ The following hyperparameters were used during training:
|
|
| 45 |
|
| 46 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 Macro | Accuracy |
|
| 47 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:--------:|:--------:|
|
| 48 |
-
| No log | 0 | 0 | 0.
|
|
|
|
| 49 |
|
| 50 |
|
| 51 |
### Framework versions
|
|
|
|
| 4 |
base_model: Snowflake/snowflake-arctic-embed-m-v1.5
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
+
metrics:
|
| 8 |
+
- precision
|
| 9 |
+
- recall
|
| 10 |
+
- accuracy
|
| 11 |
model-index:
|
| 12 |
- name: alignment-score-model
|
| 13 |
results: []
|
|
|
|
| 19 |
# alignment-score-model
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [Snowflake/snowflake-arctic-embed-m-v1.5](https://huggingface.co/Snowflake/snowflake-arctic-embed-m-v1.5) on the None dataset.
|
| 22 |
+
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.2496
|
| 24 |
+
- Precision: 0.2551
|
| 25 |
+
- Recall: 0.5
|
| 26 |
+
- F1 Macro: 0.3378
|
| 27 |
+
- Accuracy: 0.5102
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 Macro | Accuracy |
|
| 57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:--------:|:--------:|
|
| 58 |
+
| No log | 0 | 0 | 0.4138 | 0.2449 | 0.5 | 0.3288 | 0.4898 |
|
| 59 |
+
| No log | 1.0 | 29 | 0.2496 | 0.2551 | 0.5 | 0.3378 | 0.5102 |
|
| 60 |
|
| 61 |
|
| 62 |
### Framework versions
|
final/model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437955572
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b9e037385948d20b001c5b770e533b2fe703866557ce084f31c314f0ba70c99
|
| 3 |
size 437955572
|
final/training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcfe34b1854957a2b8b0ed613f70697d62af00dd13b8b045f2dbf7257be5377f
|
| 3 |
+
size 5841
|