kawine commited on
Commit
ae549a1
·
1 Parent(s): b88c463

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -25,10 +25,10 @@ If A had been written before B, then we could not conclude this, since its highe
25
 
26
  How is SHP different from [Anthropic's HH-RLHF dataset](https://huggingface.co/datasets/Anthropic/hh-rlhf)?
27
 
28
- | Dataset | Input | Output | No. Domains | Data Format | Input Length |
29
  | -------------------- | -------------------------- | ---------------------------- | ------------------------- | ------------------------------------- | --------------- |
30
- | SHP | Reddit post and comments | Aggregate Human Preference Label + Scores | 18 (cooking, cars, etc.) | Question/Instruction + Response | up to 10672 T5 tokens |
31
- | Anthropic/HH-RLHF | Dialogue with LLM | Individual Human Preference Label | 2 (harmful, helpful) | Multi-turn Dialogue | up to 1435 T5 tokens |
32
 
33
 
34
  ## Data Structure
 
25
 
26
  How is SHP different from [Anthropic's HH-RLHF dataset](https://huggingface.co/datasets/Anthropic/hh-rlhf)?
27
 
28
+ | Dataset | Input | Output | No. Domains | Data Format | Length |
29
  | -------------------- | -------------------------- | ---------------------------- | ------------------------- | ------------------------------------- | --------------- |
30
+ | SHP | Reddit post and comments | Aggregate Human Preference Label + Scores | 18 (cooking, cars, etc.) | Question/Instruction + Response | input up to 10672 T5 tokens |
31
+ | Anthropic/HH-RLHF | Dialogue with LLM | Individual Human Preference Label | 2 (harmful, helpful) | Multi-turn Dialogue | input up to 1435 T5 tokens |
32
 
33
 
34
  ## Data Structure