PlayDev commited on
Commit
888d2de
1 Parent(s): 5ec6e63

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -1
README.md CHANGED
@@ -1,3 +1,58 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-sa-4.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - nsmc
7
+ model-index:
8
+ - name: klue-bert-finetuned-nsmc
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
+ # klue-bert-finetuned-nsmc
16
+
17
+ This model is a fine-tuned version of [klue/bert-base](https://huggingface.co/klue/bert-base) on the nsmc dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - eval_loss: 0.2402
20
+ - eval_accuracy: 0.9029
21
+ - eval_f1: 0.9029
22
+ - eval_runtime: 343.6707
23
+ - eval_samples_per_second: 145.488
24
+ - eval_steps_per_second: 4.548
25
+ - epoch: 1.0
26
+ - step: 4688
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 2e-05
46
+ - train_batch_size: 32
47
+ - eval_batch_size: 32
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 2
52
+
53
+ ### Framework versions
54
+
55
+ - Transformers 4.13.0
56
+ - Pytorch 1.13.1+cu116
57
+ - Datasets 2.8.0
58
+ - Tokenizers 0.10.3