maywell commited on
Commit
5ddccc4
โ€ข
1 Parent(s): acf8bb5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -12
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
- LGAI-EXAONE has updated their license to version 1.1. You can now download the llamafied version of the EXAONE model here with improved usability.
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
- ๋ชจ๋ธ์„ ๊ณต๊ฐœํ•ด์ฃผ์‹  `LG AI Research`๋ถ„๋“ค๊ป˜ ๊ฐ์‚ฌ์˜ ๋ง์”€ ๋“œ๋ฆฝ๋‹ˆ๋‹ค.
115
- [Original Repository](https://huggingface.co/LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct)
 
 
 
 
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)