Commit ·
4dc6480
1
Parent(s): db5e777
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-sa-4.0
|
| 3 |
+
datasets:
|
| 4 |
+
- Dahoas/rm-static
|
| 5 |
+
- Dahoas/synthetic-instruct-gptj-pairwise
|
| 6 |
+
- Anthropic/hh-rlhf
|
| 7 |
+
language:
|
| 8 |
+
- en
|
| 9 |
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
This a model is a reward model for RLHF fine-tuned using DeepSpeed Chat.
|
| 14 |
+
It is based on OPT-350M.
|
| 15 |
+
|
| 16 |
+
## Model Details
|
| 17 |
+
|
| 18 |
+
### Model Description
|
| 19 |
+
|
| 20 |
+
- **Developed by:** [The Kaitchup](https://kaitchup.substack.com/)
|
| 21 |
+
- **Model type:** Reward model
|
| 22 |
+
- **Language(s) (NLP):** English
|
| 23 |
+
- **License:** cc-by-nc-sa-4.0
|
| 24 |
+
- **Finetuned from model:** [facebook/opt-350m](https://huggingface.co/facebook/opt-350m)
|
| 25 |
+
|
| 26 |
+
### Model Sources
|
| 27 |
+
|
| 28 |
+
The model has been trained with the procedure described in this article:
|
| 29 |
+
|
| 30 |
+
[Train Instruct LLMs On Your GPU with DeepSpeed Chat — Step #2: Training a Reward Model](https://kaitchup.substack.com/p/train-instruct-llms-on-your-gpu-with-1e1)
|