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.0902 | 1.0 | 1 | 4.2773 |
|
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.2773
|
19 |
+
- eval_runtime: 0.0648
|
20 |
+
- eval_samples_per_second: 30.874
|
21 |
+
- eval_steps_per_second: 15.437
|
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
|
runs/Jan17_07-03-37_9e8811c6b851/events.out.tfevents.1705475024.9e8811c6b851.3247.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ffde13aae5e968d8087a1d4e8f98780c80d6896b766f292a1c66b40b961c694
|
3 |
+
size 7822
|
trainer_state.json
CHANGED
@@ -17,19 +17,10 @@
|
|
17 |
{
|
18 |
"epoch": 1.0,
|
19 |
"eval_loss": 4.27725887298584,
|
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.0902321338653564,
|
30 |
-
"train_runtime": 6.8218,
|
31 |
-
"train_samples_per_second": 1.173,
|
32 |
-
"train_steps_per_second": 0.147
|
33 |
}
|
34 |
],
|
35 |
"logging_steps": 1,
|
|
|
17 |
{
|
18 |
"epoch": 1.0,
|
19 |
"eval_loss": 4.27725887298584,
|
20 |
+
"eval_runtime": 0.0648,
|
21 |
+
"eval_samples_per_second": 30.874,
|
22 |
+
"eval_steps_per_second": 15.437,
|
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:21bafcad3f9c59888faef07c61f3e3aa60532b2d9ed02dd791605896705b4331
|
3 |
size 4600
|