doyoungkim
commited on
Commit
•
3f263c1
1
Parent(s):
7259b35
add model
Browse files- README.md +7 -11
- 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 [ikevin98/bert-base-uncased-finetuned-sst2](https://huggingface.co/ikevin98/bert-base-uncased-finetuned-sst2) 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 |
|
@@ -35,23 +35,19 @@ More information needed
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
-
- learning_rate:
|
39 |
- train_batch_size: 32
|
40 |
- eval_batch_size: 32
|
41 |
- seed: 42
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
-
- num_epochs:
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
-
| Training Loss | Epoch | Step
|
49 |
-
|
50 |
-
| 0.
|
51 |
-
| 0.0163 | 2.0 | 7626 | 0.0252 | 0.7493 |
|
52 |
-
| 0.0073 | 3.0 | 11439 | 0.0396 | 0.7729 |
|
53 |
-
| 0.0054 | 4.0 | 15252 | 0.0335 | 0.7661 |
|
54 |
-
| 0.0015 | 5.0 | 19065 | 0.0457 | 0.7669 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [ikevin98/bert-base-uncased-finetuned-sst2](https://huggingface.co/ikevin98/bert-base-uncased-finetuned-sst2) on an unkown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.8022
|
19 |
+
- Accuracy: 0.7953
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 0.0003
|
39 |
- train_batch_size: 32
|
40 |
- eval_batch_size: 32
|
41 |
- seed: 42
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
+
- num_epochs: 1
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
49 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
50 |
+
| 0.4027 | 1.0 | 3813 | 0.8022 | 0.7953 |
|
|
|
|
|
|
|
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438817755
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29969f31ea9080ef177515080cab3b39731de8002d47a55b6dc05f0600433f0e
|
3 |
size 438817755
|
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:089d5279c465171828b0fe45b3c81431560a3cd3a40a881c7a09abcae5e8951c
|
3 |
size 2671
|