Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -18,6 +18,9 @@ base_model: mistralai/Mixtral-8x7B-v0.1
18
  model-index:
19
  - name: Nous-Hermes-2-Mixtral-8x7B-DPO
20
  results: []
 
 
 
21
  ---
22
 
23
  ![Alt text](https://cdn.discordapp.com/attachments/989904887330521099/1204964869565317120/Alchemist_Hermes_Illustration.jpeg?ex=65d6a5fc&is=65c430fc&hm=9939eb11dd4b7872a67019a328ad2832315a1e2ad273e2d0dc7134a5d45a58ee&)
@@ -46,4 +49,4 @@ from mlx_lm import load, generate
46
 
47
  model, tokenizer = load("mlx-community/NousHermes-Mixtral-8x7B-Reddit-mlx")
48
  response = generate(model, tokenizer, prompt="Question:ELI5 quantum mechanics. Assistant:", verbose=True)
49
- ```
 
18
  model-index:
19
  - name: Nous-Hermes-2-Mixtral-8x7B-DPO
20
  results: []
21
+ datasets:
22
+ - euclaise/reddit-instruct-curated
23
+ - teknium/OpenHermes-2.5
24
  ---
25
 
26
  ![Alt text](https://cdn.discordapp.com/attachments/989904887330521099/1204964869565317120/Alchemist_Hermes_Illustration.jpeg?ex=65d6a5fc&is=65c430fc&hm=9939eb11dd4b7872a67019a328ad2832315a1e2ad273e2d0dc7134a5d45a58ee&)
 
49
 
50
  model, tokenizer = load("mlx-community/NousHermes-Mixtral-8x7B-Reddit-mlx")
51
  response = generate(model, tokenizer, prompt="Question:ELI5 quantum mechanics. Assistant:", verbose=True)
52
+ ```