ehzoah commited on
Commit
3a00d48
·
verified ·
1 Parent(s): 21dbd18

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,3 +1,14 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ # Towards Efficient Exact Optimization of Language Model Alignment
5
+
6
+ - **model**: [exo-imdb-reward-model](https://huggingface.co/ehzoah/exo-imdb-reward-model)
7
+
8
+ - Finetuned from model: [pythia-2.8b](https://huggingface.co/EleutherAI/pythia-2.8b)
9
+
10
+ - **dataset**: [imdb](https://ai.stanford.edu/~amaas/data/sentiment/aclImdb_v1.tar.gz) (original stanford version)
11
+
12
+ Reward model used in the imdb experiment of the ICML'24 paper [*Towards Efficient Exact Optimization of Language Model Alignment*](https://arxiv.org/pdf/2402.00856).
13
+
14
+ For details of the dataset, training and inference of this model, please refer to https://github.com/haozheji/exact-optimization/blob/main/exp/imdb_exp/README.md