End of training
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
- Accuracy: 0.9902
|
22 |
|
23 |
## Model description
|
@@ -37,7 +37,7 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- learning_rate:
|
41 |
- train_batch_size: 8
|
42 |
- eval_batch_size: 8
|
43 |
- seed: 42
|
@@ -49,14 +49,10 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
|
|
53 |
-
|
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.4401 | 1.56 | 75 | 0.3167 | 0.9902 |
|
57 |
-
| 0.3713 | 1.88 | 90 | 0.2369 | 0.9902 |
|
58 |
-
| 0.2612 | 2.19 | 105 | 0.2044 | 0.9902 |
|
59 |
-
| 0.2558 | 2.5 | 120 | 0.1933 | 0.9902 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0459
|
21 |
- Accuracy: 0.9902
|
22 |
|
23 |
## Model description
|
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 3e-05
|
41 |
- train_batch_size: 8
|
42 |
- eval_batch_size: 8
|
43 |
- seed: 42
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 0.1581 | 0.62 | 30 | 0.0683 | 0.9902 |
|
53 |
+
| 0.0457 | 1.25 | 60 | 0.0517 | 0.9902 |
|
54 |
+
| 0.0159 | 1.88 | 90 | 0.0518 | 0.9902 |
|
55 |
+
| 0.0086 | 2.5 | 120 | 0.0459 | 0.9902 |
|
|
|
|
|
|
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
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:c596615a47a138d9c4d764ec31c18cd48ad756e2954b39e7e2c9343b5c832422
|
3 |
size 437964800
|
runs/Jan11_11-37-40_6627229b378c/events.out.tfevents.1704973063.6627229b378c.527.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2165154ad3d534d229a28ab08ce2fef1d75d71e831defe815904177fd3498c5
|
3 |
+
size 6884
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72f4be06e40bc3fff447350644028542e3458e0712cd0c2a64ace5b0f00a92dc
|
3 |
size 4728
|