seongyeon1 commited on
Commit
794fe8f
1 Parent(s): d3502e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -13
README.md CHANGED
@@ -12,14 +12,6 @@ pipeline_tag: text-classification
12
 
13
  ## Model Details
14
 
15
- {'eval_loss': 0.2575262784957886,
16
- 'eval_accuracy': 0.9041,
17
- 'eval_runtime': 163.2129,
18
- 'eval_samples_per_second': 306.348,
19
- 'eval_steps_per_second': 9.576,
20
- 'epoch': 2.0}
21
-
22
-
23
  ### Model Description
24
 
25
  - **Finetuned from model klue/bert :** (https://huggingface.co/klue/bert-base)
@@ -73,12 +65,18 @@ def tokenize_function_with_max(examples, maxlen=maxlen):
73
 
74
  - learning rate=2e-5, weight decay=0.01, batch size=32, epochs=2
75
 
76
- #### Speeds, Sizes, Times [optional]
77
-
78
- - about 40 minutes
79
-
80
-
81
  #### Metrics
82
 
83
  - **accuracy**
84
  - label ratio is about almost balanced
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
  ## Model Details
14
 
 
 
 
 
 
 
 
 
15
  ### Model Description
16
 
17
  - **Finetuned from model klue/bert :** (https://huggingface.co/klue/bert-base)
 
65
 
66
  - learning rate=2e-5, weight decay=0.01, batch size=32, epochs=2
67
 
 
 
 
 
 
68
  #### Metrics
69
 
70
  - **accuracy**
71
  - label ratio is about almost balanced
72
+
73
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/634330a304d4ff28aeb8de56/_S5TTyec8I25Kx-yaqeJo.png)
74
+
75
+ #### Result
76
+
77
+ {'eval_loss': 0.2575262784957886,
78
+ 'eval_accuracy': 0.9041,
79
+ 'eval_runtime': 163.2129,
80
+ 'eval_samples_per_second': 306.348,
81
+ 'eval_steps_per_second': 9.576,
82
+ 'epoch': 2.0}