lomahony commited on
Commit
5693378
1 Parent(s): f375b28

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-2.8b](https://huggingface.co/EleutherAI/pythia-2.8b) DPO finetuned using original DPO code with the helpful subset of [Anthropic-hh-rlhf dataset](https://huggingface.co/datasets/Anthropic/hh-rlhf) for 1 epoch.
14
+
15
+ Checkpoints are also uploaded.
16
+
17
+ Fully reproducible finetuning code is available on [GitHub](https://github.com/lomahony/direct-preference-optimization/tree/main)
18
+
19
+ [wandb log](https://wandb.ai/lauraomahony999/pythia-dpo/runs/blurtl4v)
20
+
21
+ See [Pythia-2.8b](https://huggingface.co/EleutherAI/pythia-2.8b) for model details [(paper)](https://arxiv.org/abs/2101.00027).