Kerem P
commited on
Commit
•
8ad2c9a
1
Parent(s):
8f1c71f
Model save
Browse files- README.md +7 -7
- 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 [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss:
|
21 |
-
- F1: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -52,11 +52,11 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
-
| Training Loss | Epoch | Step | Validation Loss | F1
|
56 |
-
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 253.1309
|
21 |
+
- F1: 0.0
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:---:|
|
57 |
+
| 429.225 | 1.0 | 28 | 329.4008 | 0.0 |
|
58 |
+
| 312.0525 | 2.0 | 56 | 266.1687 | 0.0 |
|
59 |
+
| 280.638 | 3.0 | 84 | 253.1309 | 0.0 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1740304440
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d77f69cc8a37b7ee995fb45c9d9415551274704402169d37a28810f134591d5
|
3 |
size 1740304440
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6840
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:259343596be0b1d04e4f56e490a1f0128dc68481f1de130fa1889ca1019e9dd6
|
3 |
size 6840
|