Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- pytorch
|
6 |
+
- causal-lm
|
7 |
+
- pythia
|
8 |
+
license: apache-2.0
|
9 |
+
datasets:
|
10 |
+
- Anthropic/hh-rlhf
|
11 |
+
---
|
12 |
+
|
13 |
+
|
14 |
+
# Infos
|
15 |
+
|
16 |
+
Pythia-1b supervised finetuned with Anthropic-hh-rlhf dataset for 1 epoch (sft-model), before DPO [(paper)](https://arxiv.org/abs/2305.18290) with same dataset for 1 epoch.
|
17 |
+
|
18 |
+
[wandb log](https://wandb.ai/pythia_dpo/Pythia_DPO_new/runs/xm0pxfej)
|
19 |
+
|
20 |
+
See [Pythia-1b](https://huggingface.co/EleutherAI/pythia-1b) for model details [(paper)](https://arxiv.org/abs/2101.00027).
|
21 |
+
|
22 |
+
|
23 |
+
# Benchmark results:
|
24 |
+
|
25 |
+
## Zero shot
|
26 |
+
|
27 |
+
Results for the base model are taken from the [Pythia paper](https://arxiv.org/abs/2101.00027).
|
28 |
+
|
29 |
+
|
30 |
+
|
31 |
+
## Five shot
|