intervitens commited on
Commit
507aadd
1 Parent(s): 5025b68

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ language:
4
+ - en
5
+ - zh
6
+ base_model: internlm/internlm2-base-20b
7
+ ---
8
+
9
+ #### Special thanks to <a href="https://huggingface.co/chargoddard">Charles Goddard</a> for the conversion script to create llama models from internlm
10
+ [internlm2-base-20b](https://huggingface.co/internlm/internlm2-base-20b) converted into Llama-format weights. As with 7B, not 100% sure if it's a correct conversion yet - play with at your own risk.
11
+
12
+ Subject to internlm's license.