Update README.md
Browse files
README.md
CHANGED
@@ -36,8 +36,9 @@ Results in [LogicKor](https://github.com/StableFluffy/LogicKor)* are as follows:
|
|
36 |
|:------------------------------:|:------------:|:-----------:|:--------:|
|
37 |
| MLP-KTLim/llama-3-Korean-Bllossom-8B | 4.238 | 3.404 | 3.821 |
|
38 |
| Alpha-Ko-Evo | 5.143 | 5.238 | 5.190 |
|
39 |
-
| Alpha-Ko-Instruct (
|
40 |
| Alpha-Ko-Instruct | **7.143** | 6.048 | 6.600 |
|
|
|
41 |
|
42 |
*Self report(Default settings with 'alpha' template, mean of 3).
|
43 |
|
@@ -52,6 +53,8 @@ Result in KoBEST(acc, num_shot=5) are as follows:
|
|
52 |
| kobest_sentineg| 0.8388 | 0.9194 |0.9471 | 0.9244
|
53 |
| kobest_wic| 0.5738| 0.6040 |0.6095 | 0.5730
|
54 |
|
|
|
|
|
55 |
## How to use
|
56 |
|
57 |
```python
|
|
|
36 |
|:------------------------------:|:------------:|:-----------:|:--------:|
|
37 |
| MLP-KTLim/llama-3-Korean-Bllossom-8B | 4.238 | 3.404 | 3.821 |
|
38 |
| Alpha-Ko-Evo | 5.143 | 5.238 | 5.190 |
|
39 |
+
| Alpha-Ko-Instruct (alt) | 7.095 | 6.571 | **6.833** |
|
40 |
| Alpha-Ko-Instruct | **7.143** | 6.048 | 6.600 |
|
41 |
+
| Alpha-Ko-Instruct-marlin (4bit) | 6.857 | 5.738 | 6.298 |
|
42 |
|
43 |
*Self report(Default settings with 'alpha' template, mean of 3).
|
44 |
|
|
|
53 |
| kobest_sentineg| 0.8388 | 0.9194 |0.9471 | 0.9244
|
54 |
| kobest_wic| 0.5738| 0.6040 |0.6095 | 0.5730
|
55 |
|
56 |
+
* 'Merged' models are chosen for reference
|
57 |
+
|
58 |
## How to use
|
59 |
|
60 |
```python
|