nguyenbh commited on
Commit
19f7775
1 Parent(s): d6b5c7b

Update README

Browse files
Files changed (1) hide show
  1. README.md +10 -3
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/phi3blog-april)
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 GGUF: [4K](https://aka.ms/Phi3-mini-4k-instruct-gguf)
34
- + Phi-3 ONNX: [4K](https://aka.ms/Phi3-mini-4k-instruct-onnx)
 
 
 
 
 
 
 
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