nguyenbh commited on
Commit
30e8c65
1 Parent(s): 8a362e7

Update README

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -24,10 +24,19 @@ After initial training, the model underwent a post-training process that involve
24
  When evaluated against benchmarks that test common sense, language understanding, mathematics, coding, long-term context, and logical reasoning, the Phi-3 Mini-128K-Instruct demonstrated robust and state-of-the-art performance among models with fewer than 13 billion parameters.
25
  Resources and Technical Documentation:
26
 
27
- + [Phi-3 Microsoft Blog](https://aka.ms/phi3blog-april)
 
28
  + [Phi-3 Technical Report](https://aka.ms/phi3-tech-report)
29
  + [Phi-3 on Azure AI Studio](https://aka.ms/phi3-azure-ai)
30
- + Phi-3 ONNX: [128K](https://aka.ms/Phi3-mini-128k-instruct-onnx)
 
 
 
 
 
 
 
 
31
 
32
  ## Intended Uses
33
 
 
24
  When evaluated against benchmarks that test common sense, language understanding, mathematics, coding, long-term context, and logical reasoning, the Phi-3 Mini-128K-Instruct demonstrated robust and state-of-the-art performance among models with fewer than 13 billion parameters.
25
  Resources and Technical Documentation:
26
 
27
+
28
+ + [Phi-3 Microsoft Blog](https://aka.ms/Phi-3Build2024)
29
  + [Phi-3 Technical Report](https://aka.ms/phi3-tech-report)
30
  + [Phi-3 on Azure AI Studio](https://aka.ms/phi3-azure-ai)
31
+ + [Phi-3 Cookbook](https://github.com/microsoft/Phi-3CookBook)
32
+
33
+ | | Short Context | Long Context |
34
+ | ------- | ------------- | ------------ |
35
+ | 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)|
36
+ | 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)|
37
+ | 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)|
38
+ | Vision | | 128K [[HF]](https://huggingface.co/microsoft/Phi-3-vision-128k-instruct)|
39
+
40
 
41
  ## Intended Uses
42