Training in progress, epoch 1
Browse files- README.md +4 -4
- pytorch_model.bin +1 -1
- tokenizer.json +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [bert-base-chinese](https://huggingface.co/bert-base-chinese) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 1.
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -47,9 +47,9 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:-----:|:---------------:|
|
50 |
-
| 0.
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [bert-base-chinese](https://huggingface.co/bert-base-chinese) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 1.3820
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:-----:|:---------------:|
|
50 |
+
| 0.6399 | 1.0 | 13821 | 1.3820 |
|
51 |
+
| 0.4027 | 2.0 | 27642 | 1.3894 |
|
52 |
+
| 0.2129 | 3.0 | 41463 | 1.5486 |
|
53 |
|
54 |
|
55 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 406782566
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2d526d1bfd513e2a8feeff68d61a7e40a73f35b3415437576f7afaaa8d670c6
|
3 |
size 406782566
|
tokenizer.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"direction": "Right",
|
5 |
"max_length": 512,
|
6 |
"strategy": "OnlySecond",
|
7 |
-
"stride":
|
8 |
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
|
|
4 |
"direction": "Right",
|
5 |
"max_length": 512,
|
6 |
"strategy": "OnlySecond",
|
7 |
+
"stride": 0
|
8 |
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
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:4dda71e87162c848e7bbe59790f095290860bfbb50cb279e20180d5c92fe29b1
|
3 |
size 4600
|