End of training
Browse files- README.md +9 -7
- config.json +1 -1
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 13 |
|
| 14 |
This model was trained from scratch on the None dataset.
|
| 15 |
It achieves the following results on the evaluation set:
|
| 16 |
-
- Loss:
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
|
@@ -38,15 +38,17 @@ The following hyperparameters were used during training:
|
|
| 38 |
- seed: 42
|
| 39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 40 |
- lr_scheduler_type: linear
|
| 41 |
-
- num_epochs:
|
| 42 |
|
| 43 |
### Training results
|
| 44 |
|
| 45 |
-
| Training Loss | Epoch | Step
|
| 46 |
-
|:-------------:|:-----:|:----:|:---------------:|
|
| 47 |
-
|
|
| 48 |
-
| 1.
|
| 49 |
-
| 1.
|
|
|
|
|
|
|
| 50 |
|
| 51 |
|
| 52 |
### Framework versions
|
|
|
|
| 13 |
|
| 14 |
This model was trained from scratch on the None dataset.
|
| 15 |
It achieves the following results on the evaluation set:
|
| 16 |
+
- Loss: 1.2297
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
|
|
|
| 38 |
- seed: 42
|
| 39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 40 |
- lr_scheduler_type: linear
|
| 41 |
+
- num_epochs: 5
|
| 42 |
|
| 43 |
### Training results
|
| 44 |
|
| 45 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
| 46 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
| 47 |
+
| 0.9876 | 1.0 | 2609 | nan |
|
| 48 |
+
| 1.0599 | 2.0 | 5218 | 1.2590 |
|
| 49 |
+
| 1.175 | 3.0 | 7827 | 1.2065 |
|
| 50 |
+
| 0.9931 | 4.0 | 10436 | 1.2508 |
|
| 51 |
+
| 1.0682 | 5.0 | 13045 | 1.2297 |
|
| 52 |
|
| 53 |
|
| 54 |
### Framework versions
|
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "hangman-bert-
|
| 3 |
"architectures": [
|
| 4 |
"BertForMaskedLM"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "hangman-bert-large",
|
| 3 |
"architectures": [
|
| 4 |
"BertForMaskedLM"
|
| 5 |
],
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438126133
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bcf73dec3331e998bb32b3200715a8f78c2429366730cf0d7f9394c408d88e34
|
| 3 |
size 438126133
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ad0ee0ce7f70e420fac68bbb23f0db94615d8af139371b7e45aedada99a65fc
|
| 3 |
size 4027
|