End of training
Browse files
README.md
CHANGED
@@ -15,7 +15,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
-
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -45,13 +50,6 @@ The following hyperparameters were used during training:
|
|
45 |
- num_epochs: 1
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
48 |
-
### Training results
|
49 |
-
|
50 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
-
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
-
| 1.092 | 1.0 | 1 | 4.3147 |
|
53 |
-
|
54 |
-
|
55 |
### Framework versions
|
56 |
|
57 |
- Transformers 4.35.2
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- eval_loss: 4.3916
|
19 |
+
- eval_runtime: 0.0226
|
20 |
+
- eval_samples_per_second: 88.586
|
21 |
+
- eval_steps_per_second: 44.293
|
22 |
+
- epoch: 1.0
|
23 |
+
- step: 1
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
50 |
- num_epochs: 1
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
### Framework versions
|
54 |
|
55 |
- Transformers 4.35.2
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 435820636
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51576f3d47a26eee07f2e109f5a8f99f8458dcfe4913247478df948f883f86c4
|
3 |
size 435820636
|
runs/Jan17_06-36-29_9e8811c6b851/events.out.tfevents.1705473392.9e8811c6b851.3247.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9933290ae2d2c0cbd47dd30a8efee264de6d2599800ee6c1ccea9460a6fa58e
|
3 |
+
size 7822
|
trainer_state.json
CHANGED
@@ -11,25 +11,16 @@
|
|
11 |
{
|
12 |
"epoch": 1.0,
|
13 |
"learning_rate": 0.0,
|
14 |
-
"loss": 1.
|
15 |
"step": 1
|
16 |
},
|
17 |
{
|
18 |
"epoch": 1.0,
|
19 |
-
"eval_loss": 4.
|
20 |
-
"eval_runtime": 0.
|
21 |
-
"eval_samples_per_second":
|
22 |
-
"eval_steps_per_second":
|
23 |
"step": 1
|
24 |
-
},
|
25 |
-
{
|
26 |
-
"epoch": 1.0,
|
27 |
-
"step": 1,
|
28 |
-
"total_flos": 576049352400.0,
|
29 |
-
"train_loss": 1.0920077562332153,
|
30 |
-
"train_runtime": 16.4422,
|
31 |
-
"train_samples_per_second": 0.487,
|
32 |
-
"train_steps_per_second": 0.061
|
33 |
}
|
34 |
],
|
35 |
"logging_steps": 1,
|
|
|
11 |
{
|
12 |
"epoch": 1.0,
|
13 |
"learning_rate": 0.0,
|
14 |
+
"loss": 1.1082,
|
15 |
"step": 1
|
16 |
},
|
17 |
{
|
18 |
"epoch": 1.0,
|
19 |
+
"eval_loss": 4.39164400100708,
|
20 |
+
"eval_runtime": 0.0226,
|
21 |
+
"eval_samples_per_second": 88.586,
|
22 |
+
"eval_steps_per_second": 44.293,
|
23 |
"step": 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
}
|
25 |
],
|
26 |
"logging_steps": 1,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:964d7771125aeb27bf9b49ae8b42e0989793a1b400edb34915ec2430dc26efdb
|
3 |
size 4600
|