kashif HF Staff commited on
Commit
42ec4d1
·
1 Parent(s): 006313a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -8,4 +8,8 @@ tags:
8
  - trl
9
  - transformers
10
  - rlhf
11
- ---
 
 
 
 
 
8
  - trl
9
  - transformers
10
  - rlhf
11
+ ---
12
+
13
+ # Stack-Llama-2
14
+
15
+ DPO fine-tuned [Llama-2 7B model](https://huggingface.co/meta-llama/Llama-2-7b). The model is designed to generate human-like responses to questions in Stack Exchange domains of programming, mathematics, physics, and more. For more info check out the [blog post](https://huggingface.co/blog/dpo-trl) and github [example](https://github.com/lvwerra/trl/tree/main/examples/research_projects/stack_llama_2/scripts).