haryoaw commited on
Commit
774db8a
1 Parent(s): b9f655d

Initial Commit

Browse files
Files changed (4) hide show
  1. README.md +24 -16
  2. config.json +1 -1
  3. pytorch_model.bin +3 -0
  4. training_args.bin +2 -2
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.3184
21
- - Accuracy: 0.8656
22
 
23
  ## Model description
24
 
@@ -38,10 +38,10 @@ More information needed
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 5e-05
41
- - train_batch_size: 8
42
  - eval_batch_size: 32
43
  - seed: 42
44
- - gradient_accumulation_steps: 4
45
  - total_train_batch_size: 32
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
@@ -51,19 +51,27 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
54
- | 2.0351 | 1.0 | 3273 | 1.4221 | 0.8567 |
55
- | 1.4555 | 2.0 | 6546 | 1.4660 | 0.8504 |
56
- | 0.9549 | 3.0 | 9819 | 1.4297 | 0.8678 |
57
- | 0.7553 | 4.0 | 13093 | 1.4296 | 0.8631 |
58
- | 0.66 | 5.0 | 16366 | 1.2841 | 0.8653 |
59
- | 0.5769 | 6.0 | 19639 | 1.3951 | 0.8609 |
60
- | 0.5347 | 7.0 | 22912 | 1.3986 | 0.8607 |
61
- | 0.4957 | 8.0 | 26186 | 1.3184 | 0.8656 |
 
 
 
 
 
 
 
 
62
 
63
 
64
  ### Framework versions
65
 
66
- - Transformers 4.36.2
67
- - Pytorch 2.1.2
68
- - Datasets 2.16.0
69
- - Tokenizers 0.15.0
 
17
 
18
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.9762
21
+ - Accuracy: 0.8739
22
 
23
  ## Model description
24
 
 
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 5e-05
41
+ - train_batch_size: 16
42
  - eval_batch_size: 32
43
  - seed: 42
44
+ - gradient_accumulation_steps: 2
45
  - total_train_batch_size: 32
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
54
+ | 1.5564 | 1.0 | 3273 | 1.2134 | 0.8580 |
55
+ | 1.0321 | 2.0 | 6547 | 1.2086 | 0.8484 |
56
+ | 0.7719 | 3.0 | 9820 | 1.0734 | 0.8658 |
57
+ | 0.6442 | 4.0 | 13094 | 1.0303 | 0.8708 |
58
+ | 0.5748 | 5.0 | 16367 | 1.0708 | 0.8697 |
59
+ | 0.5294 | 6.0 | 19641 | 1.0210 | 0.8699 |
60
+ | 0.4891 | 7.0 | 22914 | 0.9795 | 0.8763 |
61
+ | 0.4704 | 8.0 | 26188 | 0.9826 | 0.8750 |
62
+ | 0.4382 | 9.0 | 29461 | 0.9420 | 0.8726 |
63
+ | 0.4238 | 10.0 | 32735 | 1.0060 | 0.8724 |
64
+ | 0.4066 | 11.0 | 36008 | 0.9511 | 0.8788 |
65
+ | 0.3885 | 12.0 | 39282 | 0.9843 | 0.8741 |
66
+ | 0.3793 | 13.0 | 42555 | 0.9625 | 0.8763 |
67
+ | 0.3663 | 14.0 | 45829 | 0.9639 | 0.8768 |
68
+ | 0.3575 | 15.0 | 49102 | 0.9728 | 0.8761 |
69
+ | 0.3498 | 16.0 | 52376 | 0.9762 | 0.8739 |
70
 
71
 
72
  ### Framework versions
73
 
74
+ - Transformers 4.33.3
75
+ - Pytorch 2.1.1
76
+ - Datasets 2.14.5
77
+ - Tokenizers 0.13.3
config.json CHANGED
@@ -20,7 +20,7 @@
20
  "position_embedding_type": "absolute",
21
  "problem_type": "single_label_classification",
22
  "torch_dtype": "float32",
23
- "transformers_version": "4.36.2",
24
  "type_vocab_size": 2,
25
  "use_cache": true,
26
  "vocab_size": 30522
 
20
  "position_embedding_type": "absolute",
21
  "problem_type": "single_label_classification",
22
  "torch_dtype": "float32",
23
+ "transformers_version": "4.33.3",
24
  "type_vocab_size": 2,
25
  "use_cache": true,
26
  "vocab_size": 30522
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08005d6108447f659c97255413b201c98e0c40eb62fa35dad3ac518aed66b073
3
+ size 267862062
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dbdbcb5d25734150b10979b7d7c3ae5538dce76be98d1eee95979976075d5035
3
- size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a082dca989a4ab896f2138189f46df935142e30050c745f80244e7c30301de9
3
+ size 4664