sherelyn912
commited on
Commit
•
964a3ce
1
Parent(s):
63fd212
End of training
Browse files
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 [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss:
|
24 |
-
- Accuracy: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -43,7 +43,7 @@ More information needed
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
-
- learning_rate:
|
47 |
- train_batch_size: 16
|
48 |
- eval_batch_size: 16
|
49 |
- seed: 42
|
@@ -55,10 +55,13 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
| 0.
|
61 |
-
| 0.
|
|
|
|
|
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 2.1515
|
24 |
+
- Accuracy: 0.4428
|
25 |
+
- F1: 0.4258
|
26 |
+
- Precision: 0.4408
|
27 |
+
- Recall: 0.4428
|
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: 16
|
48 |
- eval_batch_size: 16
|
49 |
- seed: 42
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
+
| 2.7857 | 1.0 | 270 | 2.7060 | 0.2505 | 0.2301 | 0.3881 | 0.2505 |
|
59 |
+
| 1.4183 | 2.0 | 540 | 2.1665 | 0.3693 | 0.3674 | 0.4295 | 0.3693 |
|
60 |
+
| 0.621 | 3.0 | 810 | 1.8691 | 0.4419 | 0.4343 | 0.4545 | 0.4419 |
|
61 |
+
| 0.2352 | 4.0 | 1080 | 1.8406 | 0.4401 | 0.4333 | 0.4571 | 0.4401 |
|
62 |
+
| 0.0816 | 5.0 | 1350 | 1.9892 | 0.4474 | 0.4335 | 0.4518 | 0.4474 |
|
63 |
+
| 0.0284 | 6.0 | 1620 | 2.1080 | 0.4347 | 0.4224 | 0.4365 | 0.4347 |
|
64 |
+
| 0.0141 | 7.0 | 1890 | 2.1515 | 0.4428 | 0.4258 | 0.4408 | 0.4428 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267924856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7556832a2bebabb9b23f94e4daa116132fa679f3dbe753c9ac324aaf9890f53a
|
3 |
size 267924856
|
runs/Apr10_15-59-30_c6325f312c89/events.out.tfevents.1712764770.c6325f312c89.1856.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:094889d1ba3d5a03986efd9ea29e321bf919bf88ab8eaf576b73ee64127b41a2
|
3 |
+
size 11000
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c14b4d6ed9185922ebbca5a295454db8e4b7cb0be7c90c416bc7aca4d8a3e2ae
|
3 |
size 4920
|