Update README.md
Browse files
README.md
CHANGED
@@ -3,17 +3,8 @@ license: apache-2.0
|
|
3 |
---
|
4 |
# maywell/EXAONE-3.0-7.8B-Instruct-Llamafied
|
5 |
|
6 |
-
**Update 08/08:**
|
7 |
|
8 |
-
|
9 |
-
|
10 |
-
Special thanks to [@kuotient](https://huggingface.co/kuotient) for model uploads!
|
11 |
-
|
12 |
-
|
13 |
-
---
|
14 |
-
์ด์ ๊ธ)
|
15 |
-
|
16 |
-
๋์ผ ๋ผ์ด์ผ์ค ์ฌ๋ฐฐํฌ์กฐ์ฐจ ๊ธ์ง๋์ด์๋ ๊ด๊ณ๋ก Llamafied ๋ชจ๋ธ์ ๊ณต์ ํ ์ ์๊ฒ ๋์์ต๋๋ค. vLLM, ์ถ๋ก ๋ฐ ๊ธฐํ ํ์ฉ์ผ๋ก Llamafied ๋ชจ๋ธ์ด ํ์ํ๋ค๋ฉด ์๋ ์คํฌ๋ฆฝํธ๋ฅผ ์คํํด์ ์ฌ์ฉํด์ฃผ์๋ฉด ๊ฐ์ฌํ๊ฒ ์ต๋๋ค.
|
17 |
|
18 |
```python
|
19 |
import torch
|
@@ -111,5 +102,8 @@ if __name__ == "__main__":
|
|
111 |
port_exaone_to_llama(exaone_model_path, llama_model_path)
|
112 |
```
|
113 |
|
114 |
-
|
115 |
-
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# maywell/EXAONE-3.0-7.8B-Instruct-Llamafied
|
5 |
|
|
|
6 |
|
7 |
+
## Llamafy Script
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
```python
|
10 |
import torch
|
|
|
102 |
port_exaone_to_llama(exaone_model_path, llama_model_path)
|
103 |
```
|
104 |
|
105 |
+
### Thanks to
|
106 |
+
|
107 |
+
> ์ฝ๋ ์
๋ฐ์ดํธ์ ๋ชจ๋ธ ์
๋ก๋๋ฅผ ํด์ฃผ์ [@kuotient](https://huggingface.co/kuotient)
|
108 |
+
|
109 |
+
> ๋ชจ๋ธ์ ๊ณต๊ฐํด์ฃผ์ `LG AI Research` - [Original Repository](https://huggingface.co/LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct)
|