sergiomvazq
commited on
Commit
•
fcb7a8d
1
Parent(s):
751b334
End of training
Browse files- README.md +17 -17
- config.json +2 -2
- model.safetensors +1 -1
- runs/Jun11_09-48-29_0417-111206-hkgnini8-10-45-16-10/events.out.tfevents.1718099310.0417-111206-hkgnini8-10-45-16-10.1902.2 +3 -0
- runs/Jun11_09-48-29_0417-111206-hkgnini8-10-45-16-10/events.out.tfevents.1718102175.0417-111206-hkgnini8-10-45-16-10.1902.3 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Accuracy: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -55,18 +55,18 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
-
| No log | 1.0 | 140 | 0.
|
59 |
-
| No log | 2.0 | 280 | 0.
|
60 |
-
| No log | 3.0 | 420 | 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1536
|
24 |
+
- Accuracy: 0.9511
|
25 |
+
- F1: 0.7447
|
26 |
+
- Precision: 0.7799
|
27 |
+
- Recall: 0.7126
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
+
| No log | 1.0 | 140 | 0.2890 | 0.9 | 0.0 | 0.0 | 0.0 |
|
59 |
+
| No log | 2.0 | 280 | 0.2285 | 0.9109 | 0.2791 | 0.7317 | 0.1724 |
|
60 |
+
| No log | 3.0 | 420 | 0.1791 | 0.9420 | 0.6456 | 0.8288 | 0.5287 |
|
61 |
+
| 0.2695 | 4.0 | 560 | 0.1662 | 0.9460 | 0.7117 | 0.7632 | 0.6667 |
|
62 |
+
| 0.2695 | 5.0 | 700 | 0.1536 | 0.9511 | 0.7447 | 0.7799 | 0.7126 |
|
63 |
+
| 0.2695 | 6.0 | 840 | 0.1536 | 0.9494 | 0.7396 | 0.7622 | 0.7184 |
|
64 |
+
| 0.2695 | 7.0 | 980 | 0.1569 | 0.95 | 0.7418 | 0.7669 | 0.7184 |
|
65 |
+
| 0.0905 | 8.0 | 1120 | 0.1656 | 0.9489 | 0.7405 | 0.7515 | 0.7299 |
|
66 |
+
| 0.0905 | 9.0 | 1260 | 0.1640 | 0.9489 | 0.7420 | 0.7485 | 0.7356 |
|
67 |
+
| 0.0905 | 10.0 | 1400 | 0.1745 | 0.9460 | 0.7235 | 0.7410 | 0.7069 |
|
68 |
+
| 0.0386 | 11.0 | 1540 | 0.1679 | 0.95 | 0.7464 | 0.7574 | 0.7356 |
|
69 |
+
| 0.0386 | 12.0 | 1680 | 0.1683 | 0.9511 | 0.7507 | 0.7665 | 0.7356 |
|
70 |
|
71 |
|
72 |
### Framework versions
|
config.json
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
"5": "cash desk",
|
17 |
"6": "queue",
|
18 |
"7": "item collection",
|
19 |
-
"8": "online
|
20 |
"9": "others"
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
@@ -27,7 +27,7 @@
|
|
27 |
"clothes": 2,
|
28 |
"fitting rooms": 3,
|
29 |
"item collection": 7,
|
30 |
-
"online
|
31 |
"others": 9,
|
32 |
"queue": 6,
|
33 |
"staff": 4,
|
|
|
16 |
"5": "cash desk",
|
17 |
"6": "queue",
|
18 |
"7": "item collection",
|
19 |
+
"8": "online",
|
20 |
"9": "others"
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
|
|
27 |
"clothes": 2,
|
28 |
"fitting rooms": 3,
|
29 |
"item collection": 7,
|
30 |
+
"online": 8,
|
31 |
"others": 9,
|
32 |
"queue": 6,
|
33 |
"staff": 4,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 567623168
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7726780afb7e15d25449d60c7e76c685a5d2517b31f55ae7db67399780a35821
|
3 |
size 567623168
|
runs/Jun11_09-48-29_0417-111206-hkgnini8-10-45-16-10/events.out.tfevents.1718099310.0417-111206-hkgnini8-10-45-16-10.1902.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6138b8ac4273d768fb8e92fcb6193e0233b32ef6c03ca5835486a5a85f8c1fa
|
3 |
+
size 12072
|
runs/Jun11_09-48-29_0417-111206-hkgnini8-10-45-16-10/events.out.tfevents.1718102175.0417-111206-hkgnini8-10-45-16-10.1902.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75fbab5023e522e846b9f557e83121d2511b1c639d934be6a597b6f4a1f6ca8b
|
3 |
+
size 512
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ff8cb4e32305cd43877558d5b1e7fdadc5ac49cd721b939f3d899229bd948cd
|
3 |
size 5112
|