dd3434 commited on
Commit
eb5fbaa
·
verified ·
1 Parent(s): 6f822b0

End of training

Browse files
Files changed (2) hide show
  1. README.md +66 -0
  2. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: kykim/bert-kor-base
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: test_model
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # test_model
16
+
17
+ This model is a fine-tuned version of [kykim/bert-kor-base](https://huggingface.co/kykim/bert-kor-base) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.2414
20
+ - Accuracy: 0.9149
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 128
41
+ - eval_batch_size: 128
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 2
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 0.23 | 100 | 0.3599 | 0.8855 |
52
+ | No log | 0.46 | 200 | 0.3003 | 0.8995 |
53
+ | No log | 0.7 | 300 | 0.2731 | 0.9092 |
54
+ | No log | 0.93 | 400 | 0.2682 | 0.9103 |
55
+ | 0.3663 | 1.16 | 500 | 0.2616 | 0.9105 |
56
+ | 0.3663 | 1.39 | 600 | 0.2522 | 0.9144 |
57
+ | 0.3663 | 1.62 | 700 | 0.2462 | 0.9149 |
58
+ | 0.3663 | 1.86 | 800 | 0.2414 | 0.9149 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.32.0
64
+ - Pytorch 2.1.2
65
+ - Datasets 2.16.0
66
+ - Tokenizers 0.13.3
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:be7e2d36cc9e9921bd1b05d06d5ad6145b9a438016d0115fdfd52a5a4a8de3db
3
  size 473279726
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a3a1c6a8a952fae69338a905499e845035bc74569a1ee9b5c110577fe532210
3
  size 473279726