dddsaty commited on
Commit
8a422e6
·
verified ·
1 Parent(s): 386331f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,8 +1,27 @@
1
  ---
2
  license: mit
 
3
  language:
4
  - en
5
- base_model:
6
- - microsoft/phi-4
7
  pipeline_tag: text-generation
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ license_link: https://huggingface.co/microsoft/phi-4/resolve/main/LICENSE
4
  language:
5
  - en
 
 
6
  pipeline_tag: text-generation
7
+ tags:
8
+ - phi
9
+ - nlp
10
+ - math
11
+ - code
12
+ - chat
13
+ - conversational
14
+ inference:
15
+ parameters:
16
+ temperature: 0
17
+ widget:
18
+ - messages:
19
+ - role: user
20
+ content: How should I explain the Internet?
21
+ library_name: transformers
22
+ ---
23
+
24
+ This phi-4 model is a quantized version with Intel [auto-round](https://github.com/intel/auto-round).
25
+
26
+ - [Phi-4 Technical Report](https://arxiv.org/pdf/2412.08905)
27
+ - [Phi-4 HuggingFace Repo](https://huggingface.co/microsoft/phi-4)