doyoungkim
commited on
Commit
•
e3a1145
1
Parent(s):
1a302ea
fine tuned, probability as logits
Browse files- README.md +9 -9
- config.json +1 -1
- pytorch_model.bin +1 -1
- tokenizer.json +0 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -16,7 +16,7 @@ model_index:
|
|
16 |
metric:
|
17 |
name: Accuracy
|
18 |
type: accuracy
|
19 |
-
value: 0.
|
20 |
---
|
21 |
|
22 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -26,8 +26,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
26 |
|
27 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the glue dataset.
|
28 |
It achieves the following results on the evaluation set:
|
29 |
-
- Loss: 0.
|
30 |
-
- Accuracy: 0.
|
31 |
|
32 |
## Model description
|
33 |
|
@@ -58,16 +58,16 @@ The following hyperparameters were used during training:
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
60 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
|
67 |
|
68 |
### Framework versions
|
69 |
|
70 |
-
- Transformers 4.9.
|
71 |
- Pytorch 1.8.1
|
72 |
- Datasets 1.11.0
|
73 |
- Tokenizers 0.10.1
|
|
|
16 |
metric:
|
17 |
name: Accuracy
|
18 |
type: accuracy
|
19 |
+
value: 0.926605504587156
|
20 |
---
|
21 |
|
22 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
26 |
|
27 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the glue dataset.
|
28 |
It achieves the following results on the evaluation set:
|
29 |
+
- Loss: 0.2716
|
30 |
+
- Accuracy: 0.9266
|
31 |
|
32 |
## Model description
|
33 |
|
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
60 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
61 |
+
| 0.1666 | 1.0 | 2105 | 0.2403 | 0.9232 |
|
62 |
+
| 0.1122 | 2.0 | 4210 | 0.2716 | 0.9266 |
|
63 |
+
| 0.0852 | 3.0 | 6315 | 0.3150 | 0.9232 |
|
64 |
+
| 0.056 | 4.0 | 8420 | 0.3209 | 0.9163 |
|
65 |
+
| 0.0344 | 5.0 | 10525 | 0.3740 | 0.9243 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
69 |
|
70 |
+
- Transformers 4.9.2
|
71 |
- Pytorch 1.8.1
|
72 |
- Datasets 1.11.0
|
73 |
- Tokenizers 0.10.1
|
config.json
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
"pretrained_model_name_or_path": "bert-base-uncased",
|
21 |
"problem_type": "single_label_classification",
|
22 |
"torch_dtype": "float32",
|
23 |
-
"transformers_version": "4.9.
|
24 |
"type_vocab_size": 2,
|
25 |
"use_cache": true,
|
26 |
"vocab_size": 30522
|
|
|
20 |
"pretrained_model_name_or_path": "bert-base-uncased",
|
21 |
"problem_type": "single_label_classification",
|
22 |
"torch_dtype": "float32",
|
23 |
+
"transformers_version": "4.9.2",
|
24 |
"type_vocab_size": 2,
|
25 |
"use_cache": true,
|
26 |
"vocab_size": 30522
|
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:08529ab64918137e60028b1db6d71a974e89768657a53720df6dba21499433e6
|
3 |
size 438024457
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
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:fdb5057e819519716b9f578fcdaebe281cb15630cdb063a47cf41f69fb884138
|
3 |
size 2671
|