Qi Wang
commited on
Commit
•
7b5a580
1
Parent(s):
e3d6b7f
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# 中文微型Llama2基础模型
|
2 |
|
3 |
这是一个参数量58M左右的超微型小模型,采用Llama2架构,这里上传的版本是预训练版本,尚未进行SFT。近期将会推出SFT后的聊天版本。
|
@@ -67,5 +73,4 @@ Llama2分词器是32000个token,针对英文字符进行了优化;而Baby LL
|
|
67 |
|
68 |
[llama2.c](https://github.com/karpathy/llama2.c)
|
69 |
|
70 |
-
[baby-llama2-chinese](baby-llama2-chinese](https://github.com/DLLXW/baby-llama2-chinese)
|
71 |
-
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
pipeline_tag: text2text-generation
|
6 |
+
---
|
7 |
# 中文微型Llama2基础模型
|
8 |
|
9 |
这是一个参数量58M左右的超微型小模型,采用Llama2架构,这里上传的版本是预训练版本,尚未进行SFT。近期将会推出SFT后的聊天版本。
|
|
|
73 |
|
74 |
[llama2.c](https://github.com/karpathy/llama2.c)
|
75 |
|
76 |
+
[baby-llama2-chinese](baby-llama2-chinese](https://github.com/DLLXW/baby-llama2-chinese)
|
|