Classify-model-v1.2
Browse files- README.md +15 -15
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [thenlper/gte-large](https://huggingface.co/thenlper/gte-large) on an unknown dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
- Loss: 0.
|
| 21 |
-
- Accuracy: 0.
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -37,9 +37,9 @@ More information needed
|
|
| 37 |
### Training hyperparameters
|
| 38 |
|
| 39 |
The following hyperparameters were used during training:
|
| 40 |
-
- learning_rate:
|
| 41 |
-
- train_batch_size:
|
| 42 |
-
- eval_batch_size:
|
| 43 |
- seed: 42
|
| 44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
- lr_scheduler_type: linear
|
|
@@ -49,16 +49,16 @@ The following hyperparameters were used during training:
|
|
| 49 |
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 52 |
-
| 1.
|
| 53 |
-
| 0.
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
|
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [thenlper/gte-large](https://huggingface.co/thenlper/gte-large) on an unknown dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 0.1728
|
| 21 |
+
- Accuracy: 0.9545
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 37 |
### Training hyperparameters
|
| 38 |
|
| 39 |
The following hyperparameters were used during training:
|
| 40 |
+
- learning_rate: 0.0001
|
| 41 |
+
- train_batch_size: 128
|
| 42 |
+
- eval_batch_size: 128
|
| 43 |
- seed: 42
|
| 44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
- lr_scheduler_type: linear
|
|
|
|
| 49 |
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 52 |
+
| 1.4496 | 1.0 | 11 | 0.8490 | 0.8 |
|
| 53 |
+
| 0.6028 | 2.0 | 22 | 0.3205 | 0.8909 |
|
| 54 |
+
| 0.183 | 3.0 | 33 | 0.2986 | 0.9273 |
|
| 55 |
+
| 0.0749 | 4.0 | 44 | 0.2600 | 0.9455 |
|
| 56 |
+
| 0.039 | 5.0 | 55 | 0.1932 | 0.9636 |
|
| 57 |
+
| 0.0208 | 6.0 | 66 | 0.1570 | 0.9636 |
|
| 58 |
+
| 0.0147 | 7.0 | 77 | 0.2016 | 0.9545 |
|
| 59 |
+
| 0.0119 | 8.0 | 88 | 0.1818 | 0.9545 |
|
| 60 |
+
| 0.0059 | 9.0 | 99 | 0.1700 | 0.9545 |
|
| 61 |
+
| 0.0048 | 10.0 | 110 | 0.1728 | 0.9545 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1340639160
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f88bd48fbc6243f9d1ff32fb84b5d2eab20cbb404ea89118eb9c9fd8a6f2e1c3
|
| 3 |
size 1340639160
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7cf7c487d8ca0d5e489f96cb0c915dedfd632d34fa1b19d1b0eaa16e44edb15c
|
| 3 |
size 4920
|