teknium commited on
Commit
868f0aa
·
verified ·
1 Parent(s): dfb6938

Update README.md

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