sergiomvazq
commited on
Commit
•
a48477d
1
Parent(s):
8c69239
End of training
Browse files- README.md +17 -19
- model.safetensors +1 -1
- runs/Jun07_11-03-27_0417-111206-hkgnini8-10-45-16-12/events.out.tfevents.1717758208.0417-111206-hkgnini8-10-45-16-12.1976.4 +3 -0
- runs/Jun07_11-03-27_0417-111206-hkgnini8-10-45-16-12/events.out.tfevents.1717759234.0417-111206-hkgnini8-10-45-16-12.1976.5 +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 |
|
@@ -43,30 +43,28 @@ More information needed
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
-
- learning_rate:
|
47 |
- train_batch_size: 5
|
48 |
- eval_batch_size: 5
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
-
- num_epochs:
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
-
| No log | 1.0 |
|
59 |
-
| No log | 2.0 |
|
60 |
-
| No log | 3.0 |
|
61 |
-
| No log | 4.0 |
|
62 |
-
|
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.0434 | 11.0 | 1100 | 0.1054 | 0.9693 | 0.8766 | 0.8803 | 0.8729 |
|
69 |
-
| 0.0434 | 12.0 | 1200 | 0.1066 | 0.9682 | 0.8729 | 0.8729 | 0.8729 |
|
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.1653
|
24 |
+
- Accuracy: 0.9454
|
25 |
+
- F1: 0.7754
|
26 |
+
- Precision: 0.7975
|
27 |
+
- Recall: 0.7545
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 2e-05
|
47 |
- train_batch_size: 5
|
48 |
- eval_batch_size: 5
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 10
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
+
| No log | 1.0 | 90 | 0.3559 | 0.875 | 0.0 | 0.0 | 0.0 |
|
59 |
+
| No log | 2.0 | 180 | 0.2851 | 0.9087 | 0.4602 | 0.8814 | 0.3114 |
|
60 |
+
| No log | 3.0 | 270 | 0.2462 | 0.9049 | 0.4940 | 0.7381 | 0.3713 |
|
61 |
+
| No log | 4.0 | 360 | 0.2183 | 0.9222 | 0.6232 | 0.7890 | 0.5150 |
|
62 |
+
| No log | 5.0 | 450 | 0.1938 | 0.9304 | 0.6869 | 0.7846 | 0.6108 |
|
63 |
+
| 0.2617 | 6.0 | 540 | 0.1804 | 0.9349 | 0.7129 | 0.7941 | 0.6467 |
|
64 |
+
| 0.2617 | 7.0 | 630 | 0.1752 | 0.9364 | 0.7231 | 0.7929 | 0.6647 |
|
65 |
+
| 0.2617 | 8.0 | 720 | 0.1719 | 0.9409 | 0.7539 | 0.7857 | 0.7246 |
|
66 |
+
| 0.2617 | 9.0 | 810 | 0.1676 | 0.9424 | 0.7601 | 0.7922 | 0.7305 |
|
67 |
+
| 0.2617 | 10.0 | 900 | 0.1653 | 0.9454 | 0.7754 | 0.7975 | 0.7545 |
|
|
|
|
|
68 |
|
69 |
|
70 |
### Framework versions
|
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:d92e26b2e3e14e1011918cab4d011eb7e9366b177872eb02bc1ad59b2cca6407
|
3 |
size 567617008
|
runs/Jun07_11-03-27_0417-111206-hkgnini8-10-45-16-12/events.out.tfevents.1717758208.0417-111206-hkgnini8-10-45-16-12.1976.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61b43938c0b89ca879f81b6333a25bc9a80b1794c02a3938f6206e7b750bc4ea
|
3 |
+
size 10605
|
runs/Jun07_11-03-27_0417-111206-hkgnini8-10-45-16-12/events.out.tfevents.1717759234.0417-111206-hkgnini8-10-45-16-12.1976.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3554fad571bfe02c442e5cb779397eaa717495a8dd27026661189e4b62818b9
|
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:5f88116e1eac958a6f7ca06f6122c0981d0f808a439e511b07895af9687d4b76
|
3 |
size 5112
|