Text Generation
Safetensors
Chinese
English
llama
conversational
WZYDL123 commited on
Commit
5a6ab77
·
verified ·
1 Parent(s): 31cf2a9

Update README.md

Browse files

oklm-sft

Overview
受smollm启发,训练了一个中英文混合的语言模型,其参数量58M,由oklm-pt的基础模型SFT得到,具有简单的指令跟随能力。

Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,3 +1,11 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - HuggingFaceTB/smoltalk
5
+ - opencsg/smoltalk-chinese
6
+ - BAAI/Infinity-Instruct
7
+ language:
8
+ - zh
9
+ - en
10
+ pipeline_tag: text-generation
11
+ ---