End of training
Browse files- README.md +6 -6
- config.json +1 -1
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model: vaibhav9/hangman-bert-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
@@ -13,9 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# hangman-bert-base-2
|
15 |
|
16 |
-
This model is a fine-tuned version of [vaibhav9/hangman-bert-base](https://huggingface.co/vaibhav9/hangman-bert-base) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss:
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -46,9 +46,9 @@ The following hyperparameters were used during training:
|
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
-
|
|
50 |
-
|
|
51 |
-
|
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: vaibhav9/hangman-bert-base-2
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
|
|
13 |
|
14 |
# hangman-bert-base-2
|
15 |
|
16 |
+
This model is a fine-tuned version of [vaibhav9/hangman-bert-base-2](https://huggingface.co/vaibhav9/hangman-bert-base-2) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.0919
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| 0.9947 | 1.0 | 2609 | nan |
|
50 |
+
| 1.0228 | 2.0 | 5218 | 1.1372 |
|
51 |
+
| 1.0838 | 3.0 | 7827 | 1.0919 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "vaibhav9/hangman-bert-base",
|
3 |
"architectures": [
|
4 |
"BertForMaskedLM"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "vaibhav9/hangman-bert-base-2",
|
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:67b85c615aaab8221f6b74fa5f76640cab8138e9cbf45516e9f9238f3e74819f
|
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:41e5d39852db845e3e3d44a86794f3eebbf98f39142587103e5cc8c5fd33e8dd
|
3 |
size 4027
|