doyoungkim
commited on
Commit
•
a879ec2
1
Parent(s):
06419f0
add model
Browse files- README.md +7 -7
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -15,8 +15,8 @@ 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 unkown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
-
- Accuracy: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -47,11 +47,11 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
49 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
50 |
-
| 0.
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unkown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.6296
|
19 |
+
- Accuracy: 0.8681
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
49 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
50 |
+
| 0.6921 | 1.0 | 3813 | 0.6263 | 0.8360 |
|
51 |
+
| 0.6916 | 2.0 | 7626 | 0.6296 | 0.8681 |
|
52 |
+
| 0.6904 | 3.0 | 11439 | 0.6105 | 0.8406 |
|
53 |
+
| 0.6886 | 4.0 | 15252 | 0.6192 | 0.8200 |
|
54 |
+
| 0.6845 | 5.0 | 19065 | 0.6250 | 0.7798 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438024457
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c1e2ab80003a6821371b5e529aa410b1d0f400a1c1cfc5acb7ee3f0afe1ebed
|
3 |
size 438024457
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2671
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8919aaf85275f362ce66e5b6ed398056ccaf8a67eeb3712c7ca885541139d741
|
3 |
size 2671
|