Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
Pythia-1b supervised finetuned with Anthropic-hh-rlhf dataset for 1 epoch.
|
14 |
+
|
15 |
+
[wandb log](https://wandb.ai/pythia_dpo/Pythia_DPO_new/runs/xk2ub7ig?workspace=user-leogrin)
|
16 |
+
|
17 |
+
[Benchmark evaluations done using lm-evaluation-harness.](todo)
|
18 |
+
|
19 |
+
See [Pythia-1b](https://huggingface.co/EleutherAI/pythia-1b) for model details [(paper)](https://arxiv.org/abs/2101.00027).
|