yangdonghun3
commited on
Commit
•
c14b5ec
1
Parent(s):
60d7ffe
Update README.md
Browse files
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 |
-
|
24 |
-
<!--
|
25 |
| Metric | Score |
|
26 |
|:--------------:|:-----:|
|
27 |
-
| Reasoning |
|
28 |
-
| Math |
|
29 |
-
| Writing | 9.
|
30 |
-
| Coding
|
31 |
-
| Comprehension
|
32 |
-
| Grammar
|
33 |
-
| Single-turn
|
34 |
-
| Multi-turn
|
35 |
-
| **Overall** | **
|
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
|