Junrulu commited on
Commit
094f6f4
·
verified ·
1 Parent(s): eb84c7a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ model-index:
3
+ - name: Junrulu/FIPO-IPL-IPO-Tulu2-70B
4
+ results: []
5
+ datasets:
6
+ - Junrulu/Prompt_Preference_Dataset
7
+ language:
8
+ - en
9
+ base_model: allenai/tulu-2-dpo-70b
10
+ ---
11
+
12
+ # Model Card for FIPO-IPL-IPO-Tulu2-70B
13
+
14
+ Our repository: https://github.com/LuJunru/FIPO_Project.
15
+
16
+ Our paper: https://arxiv.org/abs/2402.11811.
17
+
18
+ ## Input Format
19
+
20
+ The model is trained to use the following format (note the newlines):
21
+ ```
22
+ <|user|>
23
+ Your message here!
24
+ <|assistant|>
25
+ ```
26
+
27
+ For best results, format all inputs in this manner. **Make sure to include a newline after `<|assistant|>`, this can affect generation quality quite a bit.**