End of training
Browse files- README.md +22 -13
- config.json +2 -2
- model.safetensors +1 -1
- runs/Jun03_15-07-33_0417-111206-hkgnini8-10-45-16-10/events.out.tfevents.1717427253.0417-111206-hkgnini8-10-45-16-10.4952.0 +3 -0
- runs/Jun03_15-07-33_0417-111206-hkgnini8-10-45-16-10/events.out.tfevents.1717427762.0417-111206-hkgnini8-10-45-16-10.4952.1 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -3,6 +3,11 @@ license: mit
|
|
| 3 |
base_model: microsoft/deberta-v3-small
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: my_model
|
| 8 |
results: []
|
|
@@ -15,7 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the None dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Loss: 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
@@ -44,18 +53,18 @@ The following hyperparameters were used during training:
|
|
| 44 |
|
| 45 |
### Training results
|
| 46 |
|
| 47 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
| 48 |
-
|:-------------:|:-----:|:----:|:---------------:|
|
| 49 |
-
| No log | 1.0 |
|
| 50 |
-
| No log | 2.0 |
|
| 51 |
-
| No log | 3.0 |
|
| 52 |
-
| No log | 4.0 |
|
| 53 |
-
| No log | 5.0 |
|
| 54 |
-
| No log | 6.0 |
|
| 55 |
-
| No log | 7.0 |
|
| 56 |
-
| No log | 8.0 |
|
| 57 |
-
| No log | 9.0 |
|
| 58 |
-
| No log | 10.0 |
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|
|
|
|
| 3 |
base_model: microsoft/deberta-v3-small
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
+
metrics:
|
| 7 |
+
- accuracy
|
| 8 |
+
- f1
|
| 9 |
+
- precision
|
| 10 |
+
- recall
|
| 11 |
model-index:
|
| 12 |
- name: my_model
|
| 13 |
results: []
|
|
|
|
| 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.1746
|
| 24 |
+
- Accuracy: 0.9589
|
| 25 |
+
- F1: 0.8034
|
| 26 |
+
- Precision: 1.0
|
| 27 |
+
- Recall: 0.6714
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
|
|
| 53 |
|
| 54 |
### Training results
|
| 55 |
|
| 56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
| 57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
| 58 |
+
| No log | 1.0 | 14 | 0.4759 | 0.875 | 0.0 | 0.0 | 0.0 |
|
| 59 |
+
| No log | 2.0 | 28 | 0.3609 | 0.875 | 0.0 | 0.0 | 0.0 |
|
| 60 |
+
| No log | 3.0 | 42 | 0.3394 | 0.875 | 0.0 | 0.0 | 0.0 |
|
| 61 |
+
| No log | 4.0 | 56 | 0.3070 | 0.875 | 0.0 | 0.0 | 0.0 |
|
| 62 |
+
| No log | 5.0 | 70 | 0.2768 | 0.875 | 0.0 | 0.0 | 0.0 |
|
| 63 |
+
| No log | 6.0 | 84 | 0.2432 | 0.8893 | 0.2051 | 1.0 | 0.1143 |
|
| 64 |
+
| No log | 7.0 | 98 | 0.2159 | 0.9071 | 0.4091 | 1.0 | 0.2571 |
|
| 65 |
+
| No log | 8.0 | 112 | 0.1946 | 0.9429 | 0.7037 | 1.0 | 0.5429 |
|
| 66 |
+
| No log | 9.0 | 126 | 0.1798 | 0.9554 | 0.7826 | 1.0 | 0.6429 |
|
| 67 |
+
| No log | 10.0 | 140 | 0.1746 | 0.9589 | 0.8034 | 1.0 | 0.6714 |
|
| 68 |
|
| 69 |
|
| 70 |
### Framework versions
|
config.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
| 10 |
"id2label": {
|
| 11 |
"0": "N/D",
|
| 12 |
"1": "staff",
|
| 13 |
-
"2": "
|
| 14 |
"3": "shop",
|
| 15 |
"4": "cash desk",
|
| 16 |
"5": "fitting rooms",
|
|
@@ -22,8 +22,8 @@
|
|
| 22 |
"label2id": {
|
| 23 |
"N/D": 0,
|
| 24 |
"cash desk": 4,
|
|
|
|
| 25 |
"fitting rooms": 5,
|
| 26 |
-
"garments": 2,
|
| 27 |
"others": 7,
|
| 28 |
"queue": 6,
|
| 29 |
"shop": 3,
|
|
|
|
| 10 |
"id2label": {
|
| 11 |
"0": "N/D",
|
| 12 |
"1": "staff",
|
| 13 |
+
"2": "clothes",
|
| 14 |
"3": "shop",
|
| 15 |
"4": "cash desk",
|
| 16 |
"5": "fitting rooms",
|
|
|
|
| 22 |
"label2id": {
|
| 23 |
"N/D": 0,
|
| 24 |
"cash desk": 4,
|
| 25 |
+
"clothes": 2,
|
| 26 |
"fitting rooms": 5,
|
|
|
|
| 27 |
"others": 7,
|
| 28 |
"queue": 6,
|
| 29 |
"shop": 3,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 567617008
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87b3d02cf10b5f43c5d6dd988ea274c398b49f61613bdd61ae134af8460bad84
|
| 3 |
size 567617008
|
runs/Jun03_15-07-33_0417-111206-hkgnini8-10-45-16-10/events.out.tfevents.1717427253.0417-111206-hkgnini8-10-45-16-10.4952.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef49119f39020110d08e87f9c59cd6580291d1db2136a18cf6a58b0bd174eae1
|
| 3 |
+
size 10292
|
runs/Jun03_15-07-33_0417-111206-hkgnini8-10-45-16-10/events.out.tfevents.1717427762.0417-111206-hkgnini8-10-45-16-10.4952.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36a85ac7a85b07a6baa32c8c0207535ec9303b6deee5f2c13a8cad78a873f996
|
| 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:c8d7fefe64f316a59a8a7a8e698461d5ad0b9b6fd137176a601d02cde6e6bbde
|
| 3 |
size 5112
|