saattrupdan
commited on
Commit
•
5d3b366
1
Parent(s):
275c9b7
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,18 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
-
|
5 |
tags:
|
6 |
-
|
7 |
-
pipeline_tag:
|
8 |
widget:
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
- base model: [OpenAssistant/pythia-12b-pre-v8-12.5k-steps](https://huggingface.co/OpenAssistant/pythia-12b-pre-v8-12.5k-steps)
|
14 |
- wandb: https://wandb.ai/open-assistant/supervised-finetuning/runs/pcw1ejda
|
@@ -66,4 +70,4 @@ pythia-12b-sft-8:
|
|
66 |
- poem_instructions:
|
67 |
fraction: 0.5
|
68 |
val_split: 0.025
|
69 |
-
```
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
+
- en
|
5 |
tags:
|
6 |
+
- sft
|
7 |
+
pipeline_tag: conversational
|
8 |
widget:
|
9 |
+
- text: >-
|
10 |
+
<|prompter|>What is a meme, and what's the history behind this
|
11 |
+
word?<|endoftext|><|assistant|>
|
12 |
+
- text: <|prompter|>What's the Earth total population<|endoftext|><|assistant|>
|
13 |
+
- text: >-
|
14 |
+
<|prompter|>Write a story about future of AI
|
15 |
+
development<|endoftext|><|assistant|>
|
16 |
---
|
17 |
- base model: [OpenAssistant/pythia-12b-pre-v8-12.5k-steps](https://huggingface.co/OpenAssistant/pythia-12b-pre-v8-12.5k-steps)
|
18 |
- wandb: https://wandb.ai/open-assistant/supervised-finetuning/runs/pcw1ejda
|
|
|
70 |
- poem_instructions:
|
71 |
fraction: 0.5
|
72 |
val_split: 0.025
|
73 |
+
```
|