Commit
·
da3e646
1
Parent(s):
57766b5
Update README.md
Browse files
README.md
CHANGED
@@ -10,8 +10,14 @@ Requires a recent version of llama.cpp: https://github.com/ggerganov/llama.cpp/p
|
|
10 |
|
11 |
Link to the original model: https://huggingface.co/internlm/internlm-chat-20b
|
12 |
|
|
|
|
|
13 |
Prompt format:
|
14 |
```
|
15 |
<|User|>: Your input.<eoh>
|
16 |
<|Bot|>:
|
17 |
```
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
Link to the original model: https://huggingface.co/internlm/internlm-chat-20b
|
12 |
|
13 |
+
Github repository: https://github.com/InternLM/InternLM
|
14 |
+
|
15 |
Prompt format:
|
16 |
```
|
17 |
<|User|>: Your input.<eoh>
|
18 |
<|Bot|>:
|
19 |
```
|
20 |
+
|
21 |
+
### License:
|
22 |
+
Model weights are fully open for academic research and also allow **free** commercial usage. To apply for a commercial license, please fill in the [application form (English)](https://wj.qq.com/s2/12727483/5dba/)/[申请表(中文)](https://wj.qq.com/s2/12725412/f7c1/). For other questions or collaborations, please contact <[email protected]>.
|
23 |
+
|