Model save
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
- F1: 0.0
|
24 |
- Roc Auc: 0.5
|
25 |
- Accuracy: 0.0
|
@@ -47,18 +47,19 @@ The following hyperparameters were used during training:
|
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
-
- num_epochs:
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.0706
|
23 |
- F1: 0.0
|
24 |
- Roc Auc: 0.5
|
25 |
- Accuracy: 0.0
|
|
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 200
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
|
56 |
+
| 0.2056 | 1.0 | 22 | 0.1966 | 0.0385 | 0.4756 | 0.0 |
|
57 |
+
| 0.175 | 2.0 | 44 | 0.1566 | 0.0488 | 0.5140 | 0.0 |
|
58 |
+
| 0.1397 | 3.0 | 66 | 0.1229 | 0.0 | 0.4988 | 0.0 |
|
59 |
+
| 0.1154 | 4.0 | 88 | 0.1032 | 0.0 | 0.5 | 0.0 |
|
60 |
+
| 0.093 | 5.0 | 110 | 0.0894 | 0.0 | 0.5 | 0.0 |
|
61 |
+
| 0.0827 | 6.0 | 132 | 0.0788 | 0.0 | 0.5 | 0.0 |
|
62 |
+
| 0.0737 | 7.0 | 154 | 0.0706 | 0.0 | 0.5 | 0.0 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438081688
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9523550ec9dd0773a03266af143769510f670ae5323e4d0b664846911740ea4d
|
3 |
size 438081688
|
runs/Nov03_16-46-53_PingkeePC/events.out.tfevents.1730623616.PingkeePC
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5db4d62c051e4451ddb960b71526d912f7e84ecdb9a50e9ba666434e148557a
|
3 |
+
size 12762
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f481dd5f6fc52994fee805b783b8ae1da9a327f84929588bcf4b3e2c3f92556
|
3 |
size 5240
|