End of training
Browse files- README.md +12 -10
- logs/events.out.tfevents.1737435754.PC +2 -2
- model.safetensors +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 [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Accuracy: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
-
- F1: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -43,21 +43,23 @@ 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
|
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 | Precision | Recall | F1 |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
58 |
-
| 1.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
|
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.3450
|
24 |
+
- Accuracy: 0.9206
|
25 |
+
- Precision: 0.9242
|
26 |
+
- Recall: 0.9206
|
27 |
+
- F1: 0.9202
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 3e-05
|
47 |
- train_batch_size: 16
|
48 |
- eval_batch_size: 16
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 5
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
58 |
+
| 1.2965 | 1.0 | 16 | 1.0060 | 0.6190 | 0.7989 | 0.6190 | 0.5413 |
|
59 |
+
| 0.8967 | 2.0 | 32 | 0.7731 | 0.8571 | 0.9005 | 0.8571 | 0.8556 |
|
60 |
+
| 0.6978 | 3.0 | 48 | 0.5247 | 0.9365 | 0.9382 | 0.9365 | 0.9364 |
|
61 |
+
| 0.4319 | 4.0 | 64 | 0.3859 | 0.9365 | 0.9382 | 0.9365 | 0.9364 |
|
62 |
+
| 0.3069 | 5.0 | 80 | 0.3450 | 0.9206 | 0.9242 | 0.9206 | 0.9202 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
logs/events.out.tfevents.1737435754.PC
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d71a4dc06d13bf855ffe09014c4dd18caf9785fa02a0f936102833cab9586325
|
3 |
+
size 8359
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437964800
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ef2738a9c4577fcb4195e3d05bd17d6944c6185a546c71d8dad6348df485c8c
|
3 |
size 437964800
|