Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,16 @@ tags:
|
|
13 |
|
14 |
Experimental Repository :)
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
Here's some test:
|
17 |
|
18 |
```python
|
|
|
13 |
|
14 |
Experimental Repository :)
|
15 |
|
16 |
+
Contents will updated without any notice at all. If you plan to use this repository, please use with `revision` with git hash.
|
17 |
+
|
18 |
+
This experiment is aimed to:
|
19 |
+
|
20 |
+
- Maintain NLU capability of Mistral-Instruct model(mistralai/Mistral-7B-Instruct-v0.1)
|
21 |
+
- Adapt new Korean vocab seamlessly
|
22 |
+
- Use minimal dataset (used Korean wikipedia only)
|
23 |
+
- Computationally efficient method
|
24 |
+
- Let model answer using English knowledge and NLU capability even the question/answer is Korean only.
|
25 |
+
|
26 |
Here's some test:
|
27 |
|
28 |
```python
|