powidla commited on
Commit
5d9cf0b
·
verified ·
1 Parent(s): aa8e3c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -2
README.md CHANGED
@@ -21,7 +21,23 @@ widget:
21
  library_name: transformers
22
  ---
23
 
24
- # Phi-4 Model Card
25
 
26
- [Phi-4 Technical Report](https://arxiv.org/pdf/2412.08905)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
 
 
21
  library_name: transformers
22
  ---
23
 
24
+ ## Model Description
25
 
26
+ - **Developed by**: Microsoft Research
27
+ - **Model type**: Causal Language Models
28
+ - **License**: MIT
29
+
30
+ ## Bias, Risks, and Limitations
31
+
32
+ Warning: This model may produce harmful content
33
+
34
+ ## Citation
35
+
36
+ ```
37
+ @article{abdin2024phi,
38
+ title={Phi-4 technical report},
39
+ author={Abdin, Marah and Aneja, Jyoti and Behl, Harkirat and Bubeck, S{\'e}bastien and Eldan, Ronen and Gunasekar, Suriya and Harrison, Michael and Hewett, Russell J and Javaheripi, Mojan and Kauffmann, Piero and others},
40
+ journal={arXiv preprint arXiv:2412.08905},
41
+ year={2024}
42
+ }
43