theblackcat102
commited on
Commit
•
82dd366
1
Parent(s):
55365f9
Update README.md
Browse files
README.md
CHANGED
@@ -3,16 +3,28 @@ license: afl-3.0
|
|
3 |
language:
|
4 |
- en
|
5 |
widget:
|
6 |
-
- text:
|
7 |
-
|
8 |
-
|
9 |
-
example_title:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# Supervised Finetuning demonstration
|
13 |
|
14 |
Models are finetuned on generated conversation curated from the [Open Assistant](https://github.com/LAION-AI/Open-Assistant).
|
15 |
|
|
|
16 |
|
17 |
# Mixing reward model with sampling
|
18 |
|
@@ -60,6 +72,6 @@ for question in questions:
|
|
60 |
```
|
61 |
|
62 |
|
63 |
-
|
64 |
|
65 |
-
Thanks to [BASIC lab](https://basiclab.lab.nycu.edu.tw/Yummy/index.html#) for compute resource. BASIC Lab is an academic research lab which focuses in multi-modality learning and data mining domain.
|
|
|
3 |
language:
|
4 |
- en
|
5 |
widget:
|
6 |
+
- text: >-
|
7 |
+
<prefix>You are a helpful chatbot name Stan</prefix><human>What's my
|
8 |
+
name?<bot>
|
9 |
+
example_title: Who am I?
|
10 |
+
- text: >-
|
11 |
+
<prefix>You are a helpful chatbot name Stan</prefix><human>How to make a
|
12 |
+
campfire<bot>
|
13 |
+
example_title: Tutorial
|
14 |
+
datasets:
|
15 |
+
- Dahoas/instruct-synthetic-prompt-responses
|
16 |
+
- openai/webgpt_comparisons
|
17 |
+
- squad_v2
|
18 |
+
- samsum
|
19 |
+
- allenai/soda
|
20 |
+
- xsum
|
21 |
---
|
22 |
|
23 |
# Supervised Finetuning demonstration
|
24 |
|
25 |
Models are finetuned on generated conversation curated from the [Open Assistant](https://github.com/LAION-AI/Open-Assistant).
|
26 |
|
27 |
+
**This model was finetune for only 2,000 iterations, uploaded for ease of sharing only.**
|
28 |
|
29 |
# Mixing reward model with sampling
|
30 |
|
|
|
72 |
```
|
73 |
|
74 |
|
75 |
+
This work is done under the [Open Assistant](https://github.com/LAION-AI/Open-Assistant) initiative which democratize open source AI assistant. Feel free to join discord and contribute to github!
|
76 |
|
77 |
+
Thanks to [BASIC lab](https://basiclab.lab.nycu.edu.tw/Yummy/index.html#) for compute resource. BASIC Lab is an academic research lab which focuses in multi-modality learning and data mining domain.
|