lomahony commited on
Commit
bd62148
1 Parent(s): 64b602b

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/hdct406x)
16
+
17
+ Benchmark evaluations included in repo 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
+