lomahony commited on
Commit
9d16809
1 Parent(s): 3d01241

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-12b](https://huggingface.co/EleutherAI/pythia-12b) supervised finetuned with [Anthropic-hh-rlhf dataset](https://huggingface.co/datasets/Anthropic/hh-rlhf) for 1 epoch.
14
+
15
+ [wandb log](https://wandb.ai/pythia_dpo/Pythia_LOM/runs/wi6z7z0n?workspace=user-lauraomahony)
16
+
17
+ [Benchmark evaluations](https://github.com/lomahony/direct-preference-optimization/blob/main/model_eval_files/eleuther-pythia12b-hh-sft.txt) done using [lm-evaluation-harness](https://github.com/EleutherAI/lm-evaluation-harness/tree/big-refactor).
18
+
19
+ See [Pythia-12b](https://huggingface.co/EleutherAI/pythia-12b) for model details [(paper)](https://arxiv.org/abs/2101.00027).
20
+