jerryzh168 commited on
Commit
2570290
·
verified ·
1 Parent(s): e014bbb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -2,9 +2,19 @@
2
  library_name: transformers
3
  tags:
4
  - torchao
 
 
 
 
 
 
 
5
  license: mit
 
 
6
  base_model:
7
  - microsoft/Phi-4-mini-instruct
 
8
  ---
9
 
10
  [Phi4-mini](https://huggingface.co/microsoft/Phi-4-mini-instruct) model quantized with [torchao](https://huggingface.co/docs/transformers/main/en/quantization/torchao) int4 weight only quantization, by PyTorch team.
 
2
  library_name: transformers
3
  tags:
4
  - torchao
5
+ - phi
6
+ - phi4
7
+ - nlp
8
+ - code
9
+ - math
10
+ - chat
11
+ - conversational
12
  license: mit
13
+ language:
14
+ - multilingual
15
  base_model:
16
  - microsoft/Phi-4-mini-instruct
17
+ pipeline_tag: text-generation
18
  ---
19
 
20
  [Phi4-mini](https://huggingface.co/microsoft/Phi-4-mini-instruct) model quantized with [torchao](https://huggingface.co/docs/transformers/main/en/quantization/torchao) int4 weight only quantization, by PyTorch team.