andysalerno commited on
Commit
519685f
1 Parent(s): eef2347

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -6,4 +6,21 @@ datasets:
6
  ---
7
  This is openchat/openchat-3.5-0106, tuned with DPO on a tiny subset Nectar. Only 200 steps, so nowhere close to a full epoch.
8
 
9
- Careful attention was paid to make sure the chat template was followed properly.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
  This is openchat/openchat-3.5-0106, tuned with DPO on a tiny subset Nectar. Only 200 steps, so nowhere close to a full epoch.
8
 
9
+ Careful attention was paid to make sure the chat template was followed properly.
10
+
11
+ Summary of versions:
12
+
13
+ **[openchat-nectar-0.1](https://huggingface.co/andysalerno/openchat-nectar-0.1)**
14
+ - 200 steps, no filtering on Nectar dataset, 5e-5 learning rate
15
+
16
+ **[openchat-nectar-0.2](https://huggingface.co/andysalerno/openchat-nectar-0.2)**
17
+ - empty repo, failed training. ignore it
18
+
19
+ **[openchat-nectar-0.3](https://huggingface.co/andysalerno/openchat-nectar-0.3)**
20
+ - 500 steps, no filtering on Nectar dataset, 5e-5 learning rate (same as 1 but with more steps)
21
+
22
+ **[openchat-nectar-0.4](https://huggingface.co/andysalerno/openchat-nectar-0.4)**
23
+ - 500 steps, filtered dataset to only include multi-chat-turn examples, used 4th ranking response as the "rejected" instead of 3rd, filtered out "good_natured=False", 5e-5 learning rate
24
+
25
+ **[openchat-nectar-0.5](https://huggingface.co/andysalerno/openchat-nectar-0.5)**
26
+ - 5000 steps (over a full epoch), filtered dataset to only include multi-chat-turn examples, used 4th ranking response as the "rejected" instead of 3rd, filtered out "good_natured=False", 5e-6 learning rate. Same as 0.4 but with 10x the steps, and 1/10th the learning rate