yangdonghun3 commited on
Commit
c14b5ec
1 Parent(s): 60d7ffe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -12
README.md CHANGED
@@ -20,20 +20,19 @@ license: llama3.1
20
 
21
  ### 4. Benchmark Results
22
  The performances were evaluated using the [LogicKor](https://github.com/instructkr/LogicKor) benchmark dataset as follows:
23
- Will be updated soon
24
- <!--
25
  | Metric | Score |
26
  |:--------------:|:-----:|
27
- | Reasoning | 8.57 |
28
- | Math | 8.93 |
29
- | Writing | 9.43 |
30
- | Coding | 8.93 |
31
- | Comprehension | 8.93 |
32
- | Grammar | 8.64 |
33
- | Single-turn | 8.81 |
34
- | Multi-turn | 9.00 |
35
- | **Overall** | **8.91** |
36
- -->
37
  ### 5. How to use the model
38
  ```python
39
  import transformers
 
20
 
21
  ### 4. Benchmark Results
22
  The performances were evaluated using the [LogicKor](https://github.com/instructkr/LogicKor) benchmark dataset as follows:
23
+
 
24
  | Metric | Score |
25
  |:--------------:|:-----:|
26
+ | Reasoning | 9.07 |
27
+ | Math | 9.65 |
28
+ | Writing | 9.50 |
29
+ | Coding | 9.65 |
30
+ | Comprehension | 9.86 |
31
+ | Grammar | 8.57 |
32
+ | Single-turn | 9.48 |
33
+ | Multi-turn | 9.29 |
34
+ | **Overall** | **9.38** |
35
+
36
  ### 5. How to use the model
37
  ```python
38
  import transformers