microsoft/deberta-v3-base-finetuned-t_product
Browse files- README.md +9 -9
- config.json +1 -1
- model.safetensors +1 -1
- runs/Jun25_22-29-41_8619c8f6a36e/events.out.tfevents.1719354581.8619c8f6a36e.841.6 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
-
- F1: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -51,15 +51,15 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
|
60 |
|
61 |
### Framework versions
|
62 |
|
63 |
-
- Transformers 4.41.
|
64 |
- Pytorch 2.3.0+cu121
|
65 |
- Tokenizers 0.19.1
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.3615
|
22 |
+
- Accuracy: 0.865
|
23 |
+
- F1: 0.8646
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
54 |
+
| 0.6779 | 1.0 | 26 | 0.6194 | 0.63 | 0.6136 |
|
55 |
+
| 0.512 | 2.0 | 52 | 0.4479 | 0.825 | 0.8227 |
|
56 |
+
| 0.3284 | 3.0 | 78 | 0.3676 | 0.865 | 0.8655 |
|
57 |
+
| 0.2196 | 4.0 | 104 | 0.3581 | 0.86 | 0.8602 |
|
58 |
+
| 0.1563 | 5.0 | 130 | 0.3615 | 0.865 | 0.8646 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
62 |
|
63 |
+
- Transformers 4.41.2
|
64 |
- Pytorch 2.3.0+cu121
|
65 |
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29 |
"relative_attention": true,
|
30 |
"share_att_key": true,
|
31 |
"torch_dtype": "float32",
|
32 |
-
"transformers_version": "4.41.
|
33 |
"type_vocab_size": 0,
|
34 |
"vocab_size": 128100
|
35 |
}
|
|
|
29 |
"relative_attention": true,
|
30 |
"share_att_key": true,
|
31 |
"torch_dtype": "float32",
|
32 |
+
"transformers_version": "4.41.2",
|
33 |
"type_vocab_size": 0,
|
34 |
"vocab_size": 128100
|
35 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 737719272
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecffc9314c88d2ebf62ed41c9a5cb7e5c646aea454c000329f1654ccd88fc974
|
3 |
size 737719272
|
runs/Jun25_22-29-41_8619c8f6a36e/events.out.tfevents.1719354581.8619c8f6a36e.841.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc11eb4b13356ca3a7363629defb6859475c15db884690c30747620ed151890f
|
3 |
+
size 8238
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f7cf96955eaaec922a6131ea8d3b7a98ce3f9ca3508da2c48ee23cfff899986
|
3 |
size 5176
|