mzbac commited on
Commit
45194e5
·
verified ·
1 Parent(s): ba21751

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  A Moe model built on top of microsoft/phi-2, g-ronimo/phi-2-OpenHermes-2.5 and mlx-community/phi-2-dpo-7k, then qlora on WizardLM_evol_instruct_70k
2
 
3
 
@@ -33,4 +38,4 @@ generate_kwargs = dict(
33
 
34
  outputs = model.generate(**generate_kwargs)
35
  print(tokenizer.decode(outputs[0]))
36
- ```
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ ---
6
  A Moe model built on top of microsoft/phi-2, g-ronimo/phi-2-OpenHermes-2.5 and mlx-community/phi-2-dpo-7k, then qlora on WizardLM_evol_instruct_70k
7
 
8
 
 
38
 
39
  outputs = model.generate(**generate_kwargs)
40
  print(tokenizer.decode(outputs[0]))
41
+ ```