fireballoon
commited on
Commit
•
ef5a5e4
1
Parent(s):
0d7eadb
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# baichuan-vicuna-7b
|
2 |
baichuan-vicuna-7b is a chat model supervised finetuned on vicuna sharegpt data.
|
3 |
- The foundation model is [baichuan-7B](https://huggingface.co/baichuan-inc/baichuan-7B), which is a large-scale pre-training model developed by Baichuan Intelligence allowing for commercial purposes.
|
@@ -98,6 +110,4 @@ A: 目前,中国通用的是119火警电话。
|
|
98 |
|
99 |
Q: 现在有一个水桶,可以装3升水。要把一个9升的大水缸装满,需要装几次?
|
100 |
A: 先将水桶装满,然后倒进大水缸里。之后再把水桶装满,然后倒进大水缸里。这样可以做三次。
|
101 |
-
```
|
102 |
-
|
103 |
-
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- zh
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
inference: false
|
7 |
+
datasets:
|
8 |
+
- anon8231489123/ShareGPT_Vicuna_unfiltered
|
9 |
+
- QingyiSi/Alpaca-CoT
|
10 |
+
- mhhmm/leetcode-solutions-python
|
11 |
+
---
|
12 |
+
|
13 |
# baichuan-vicuna-7b
|
14 |
baichuan-vicuna-7b is a chat model supervised finetuned on vicuna sharegpt data.
|
15 |
- The foundation model is [baichuan-7B](https://huggingface.co/baichuan-inc/baichuan-7B), which is a large-scale pre-training model developed by Baichuan Intelligence allowing for commercial purposes.
|
|
|
110 |
|
111 |
Q: 现在有一个水桶,可以装3升水。要把一个9升的大水缸装满,需要装几次?
|
112 |
A: 先将水桶装满,然后倒进大水缸里。之后再把水桶装满,然后倒进大水缸里。这样可以做三次。
|
113 |
+
```
|
|
|
|