cnfusion commited on
Commit
c54c7b4
·
verified ·
1 Parent(s): 50ffde4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -5,6 +5,7 @@ license_link: LICENSE
5
  tags:
6
  - mlx
7
  base_model: NyxKrage/Microsoft_Phi-4
 
8
  ---
9
 
10
  # cnfusion/Microsoft_Phi-4-Q3-mlx
@@ -31,4 +32,4 @@ if hasattr(tokenizer, "apply_chat_template") and tokenizer.chat_template is not
31
  )
32
 
33
  response = generate(model, tokenizer, prompt=prompt, verbose=True)
34
- ```
 
5
  tags:
6
  - mlx
7
  base_model: NyxKrage/Microsoft_Phi-4
8
+ pipeline_tag: text-generation
9
  ---
10
 
11
  # cnfusion/Microsoft_Phi-4-Q3-mlx
 
32
  )
33
 
34
  response = generate(model, tokenizer, prompt=prompt, verbose=True)
35
+ ```