carsonhxsu commited on
Commit
fa2f67e
·
1 Parent(s): f50d964

update readme

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -4,9 +4,12 @@ language: en
4
  tags:
5
  - LLM
6
  - Baichuan-7B
7
- - Baichuan-13B
8
- - Baichuan2-7B
9
- - Baichuan2-13B
 
 
 
10
  ---
11
  ## Model Card for lyraBaichuan
12
 
@@ -95,6 +98,22 @@ print(output_texts)
95
 
96
  #### output
97
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  ## TODO
99
  1. Support for int4
100
  2. Inference for longer context situations
 
4
  tags:
5
  - LLM
6
  - Baichuan-7B
7
+ - Baichuan-13B-base
8
+ - Baichuan-13B-chat
9
+ - Baichuan2-7B-base
10
+ - Baichuan2-13B-base
11
+ - Baichuan2-7B-chat
12
+ - Baichuan2-13B-chat
13
  ---
14
  ## Model Card for lyraBaichuan
15
 
 
98
 
99
  #### output
100
 
101
+ 李商隐
102
+
103
+ 望洞庭->刘禹锡
104
+
105
+ 黄鹤楼送孟浩然之广陵->李白
106
+
107
+ 登岳阳楼->杜甫
108
+
109
+ 秋词->刘禹锡
110
+
111
+ 枫桥夜泊->张继
112
+
113
+ 饮湖上初晴后雨->苏轼
114
+
115
+ 浪淘沙->刘禹锡
116
+
117
  ## TODO
118
  1. Support for int4
119
  2. Inference for longer context situations