Training completed!
Browse files- README.md +14 -9
- model.safetensors +1 -1
- runs/Mar26_12-11-03_HeX/events.out.tfevents.1711469464.HeX.864.0 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- F1: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -45,17 +45,22 @@ The following hyperparameters were used during training:
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.4263
|
22 |
+
- F1: 0.8517
|
23 |
+
- Accuracy: 0.8611
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 10
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|
|
54 |
+
| 0.6941 | 1.0 | 37 | 0.5893 | 0.6562 | 0.7599 |
|
55 |
+
| 0.4702 | 2.0 | 74 | 0.4036 | 0.8273 | 0.8559 |
|
56 |
+
| 0.3246 | 3.0 | 111 | 0.3389 | 0.8563 | 0.8645 |
|
57 |
+
| 0.2341 | 4.0 | 148 | 0.3554 | 0.8518 | 0.8645 |
|
58 |
+
| 0.1846 | 5.0 | 185 | 0.3678 | 0.8555 | 0.8662 |
|
59 |
+
| 0.136 | 6.0 | 222 | 0.4012 | 0.8548 | 0.8679 |
|
60 |
+
| 0.1087 | 7.0 | 259 | 0.3878 | 0.8680 | 0.8748 |
|
61 |
+
| 0.0876 | 8.0 | 296 | 0.4014 | 0.8641 | 0.8714 |
|
62 |
+
| 0.0736 | 9.0 | 333 | 0.4162 | 0.8584 | 0.8662 |
|
63 |
+
| 0.0651 | 10.0 | 370 | 0.4263 | 0.8517 | 0.8611 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267835644
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b39b4e778fe9652e4846027542fc103c9f9ddbadfc8474df4f913850bdfdc17
|
3 |
size 267835644
|
runs/Mar26_12-11-03_HeX/events.out.tfevents.1711469464.HeX.864.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f66b249127813a30b2cfa59ed074021b5d5cfae15591d0e099cd23100e089036
|
3 |
+
size 10835
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a77a8c77aaab8f4b7dade65d7b3789668b035aada1f1c6e0b5ea8d023623fae
|
3 |
size 4984
|