Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
-
|
3 |
---
|
4 |
|
5 |
## Overview
|
6 |
|
7 |
-
|
8 |
|
9 |
## Variants
|
10 |
|
@@ -13,7 +13,7 @@ Meta developed and released the Meta Llama 3 family of large language models (LL
|
|
13 |
| 1 | [mini-onnx](https://huggingface.co/cortexhub/phi3/tree/mini-onnx) | `cortex run phi3:mini-onnx` |
|
14 |
| 2 | [mini-gguf](https://huggingface.co/cortexhub/phi3/tree/mini-gguf) | `cortex run phi3:mini-gguf` |
|
15 |
| 3 | [medium-gguf](https://huggingface.co/cortexhub/phi3/tree/medium-gguf) | `cortex run phi3:medium-gguf` |
|
16 |
-
| 4 | [medium-onnx](https://huggingface.co/cortexhub/phi3/tree/medium-onnx) | `cortex run phi3:medium-onnx |
|
17 |
|
18 |
## Use it with Jan (UI)
|
19 |
|
|
|
1 |
---
|
2 |
+
license: ms-pl
|
3 |
---
|
4 |
|
5 |
## Overview
|
6 |
|
7 |
+
The Phi-3, state-of-the-art open model trained with the Phi-3 datasets that includes both synthetic data and the filtered publicly available websites data with a focus on high-quality and reasoning dense properties. The model belongs to the Phi-3 family with the 4B, 7B version in two variants 8K and 128K which is the context length (in tokens) that it can support.
|
8 |
|
9 |
## Variants
|
10 |
|
|
|
13 |
| 1 | [mini-onnx](https://huggingface.co/cortexhub/phi3/tree/mini-onnx) | `cortex run phi3:mini-onnx` |
|
14 |
| 2 | [mini-gguf](https://huggingface.co/cortexhub/phi3/tree/mini-gguf) | `cortex run phi3:mini-gguf` |
|
15 |
| 3 | [medium-gguf](https://huggingface.co/cortexhub/phi3/tree/medium-gguf) | `cortex run phi3:medium-gguf` |
|
16 |
+
| 4 | [medium-onnx](https://huggingface.co/cortexhub/phi3/tree/medium-onnx) | `cortex run phi3:medium-onnx` |
|
17 |
|
18 |
## Use it with Jan (UI)
|
19 |
|