teknium commited on
Commit
b78852d
1 Parent(s): 1347b67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -212,3 +212,14 @@ for chat in prompts:
212
  response = tokenizer.decode(generated_ids[0][input_ids.shape[-1]:], skip_special_tokens=True, clean_up_tokenization_space=True)
213
  print(f"Response: {response}")
214
  ```
 
 
 
 
 
 
 
 
 
 
 
 
212
  response = tokenizer.decode(generated_ids[0][input_ids.shape[-1]:], skip_special_tokens=True, clean_up_tokenization_space=True)
213
  print(f"Response: {response}")
214
  ```
215
+
216
+ # How to cite:
217
+
218
+ ```bibtext
219
+ @misc{Nous-Hermes-2-Mistral-7B-DPO,
220
+ url={[https://huggingface.co/NousResearch/Nous-Hermes-2-Mistral-7B-DPO](https://huggingface.co/NousResearch/Nous-Hermes-2-Mistral-7B-DPO)},
221
+ title={Nous Hermes 2 Mistral 7B DPO},
222
+ author={"Teknium", "theemozilla", "karan4d", "huemin_art"}
223
+ }
224
+ ```
225
+