Update README
Browse files
README.md
CHANGED
@@ -27,11 +27,18 @@ When assessed against benchmarks testing common sense, language understanding, m
|
|
27 |
|
28 |
Resources and Technical Documentation:
|
29 |
|
30 |
-
+ [Phi-3 Microsoft Blog](https://aka.ms/
|
31 |
+ [Phi-3 Technical Report](https://aka.ms/phi3-tech-report)
|
32 |
+ [Phi-3 on Azure AI Studio](https://aka.ms/phi3-azure-ai)
|
33 |
-
+ Phi-3
|
34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
## Intended Uses
|
37 |
|
|
|
27 |
|
28 |
Resources and Technical Documentation:
|
29 |
|
30 |
+
+ [Phi-3 Microsoft Blog](https://aka.ms/Phi-3Build2024)
|
31 |
+ [Phi-3 Technical Report](https://aka.ms/phi3-tech-report)
|
32 |
+ [Phi-3 on Azure AI Studio](https://aka.ms/phi3-azure-ai)
|
33 |
+
+ [Phi-3 Cookbook](https://github.com/microsoft/Phi-3CookBook)
|
34 |
+
|
35 |
+
| | Short Context | Long Context |
|
36 |
+
| ------- | ------------- | ------------ |
|
37 |
+
| Mini | 4K [[HF]](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct) ; [[ONNX]](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct-onnx) ; [[GGUF]](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct-gguf) | 128K [[HF]](https://huggingface.co/microsoft/Phi-3-mini-128k-instruct) ; [[ONNX]](https://huggingface.co/microsoft/Phi-3-mini-128k-instruct-onnx)|
|
38 |
+
| Small | 8K [[HF]](https://huggingface.co/microsoft/Phi-3-small-8k-instruct) ; [[ONNX]](https://huggingface.co/microsoft/Phi-3-small-8k-instruct-onnx-cuda) | 128K [[HF]](https://huggingface.co/microsoft/Phi-3-small-128k-instruct) ; [[ONNX]](https://huggingface.co/microsoft/Phi-3-small-128k-instruct-onnx-cuda)|
|
39 |
+
| Medium | 4K [[HF]](https://huggingface.co/microsoft/Phi-3-medium-4k-instruct) ; [[ONNX]](https://huggingface.co/microsoft/Phi-3-medium-4k-instruct-onnx-cuda) | 128K [[HF]](https://huggingface.co/microsoft/Phi-3-medium-128k-instruct) ; [[ONNX]](https://huggingface.co/microsoft/Phi-3-medium-128k-instruct-onnx-cuda)|
|
40 |
+
| Vision | | 128K [[HF]](https://huggingface.co/microsoft/Phi-3-vision-128k-instruct)|
|
41 |
+
|
42 |
|
43 |
## Intended Uses
|
44 |
|