Pham
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
{}
|
3 |
+
---
|
4 |
+
|
5 |
+
## Overview
|
6 |
+
|
7 |
+
Meta developed and released the Meta Llama 3 family of large language models (LLMs), a collection of pretrained and instruction tuned generative text models in 8 and 70B sizes. The Llama 3 instruction tuned models are optimized for dialogue use cases and outperform many of the available open source chat models on common industry benchmarks. Further, in developing these models, we took great care to optimize helpfulness and safety.
|
8 |
+
|
9 |
+
## Variants
|
10 |
+
|
11 |
+
| No | Variant | Cortex CLI command |
|
12 |
+
| --- | --- | --- |
|
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 |
+
|
20 |
+
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
21 |
+
2. Use `cortexhub/phi3` in Jan model Hub
|
22 |
+
|
23 |
+
## Use it with Cortex (CLI)
|
24 |
+
|
25 |
+
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
26 |
+
2. Run the model with the command: `cortex run phi3`
|
27 |
+
|
28 |
+
## Credits
|
29 |
+
|
30 |
+
- **Author:** meta-llama
|
31 |
+
- **Converter:** [Homebrew](https://www.homebrew.ltd/)
|
32 |
+
- **Original License:** [Licence]()
|
33 |
+
- **Papers:** N/A
|