bnjmnmarie commited on
Commit
6fd1421
1 Parent(s): 5ff8f6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -1,3 +1,28 @@
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
+ language:
6
+ - en
7
  ---
8
+
9
+ # Model Card for Model ID
10
+
11
+ This a model is a chat model fine-tuned with RLHF using DeepSpeed Chat and LoRA.
12
+ It is based on OPT1.3B.
13
+
14
+ ## Model Details
15
+
16
+ ### Model Description
17
+
18
+ - **Developed by:** [The Kaitchup](https://kaitchup.substack.com/)
19
+ - **Model type:** Causal
20
+ - **Language(s) (NLP):** English
21
+ - **License:** cc-by-nc-sa-4.0
22
+ - **Finetuned from model:** [facebook/opt-1.3b](https://huggingface.co/facebook/opt-1.3b)
23
+
24
+ ### Model Sources
25
+
26
+ The model has been trained with the procedure described in this article:
27
+
28
+ [Train Instruct LLMs On Your GPU with DeepSpeed Chat — Step #3: Reinforcement Learning with Human Feedback](https://kaitchup.substack.com/p/train-instruct-llms-on-your-gpu-with-6a5)