jan-hq commited on
Commit
97de836
·
verified ·
1 Parent(s): 9faf55d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ ## Overview
6
+ **Microsoft** developed and released the [Phi-3.5](https://huggingface.co/microsoft/Phi-3.5-mini-instruct) model, a state-of-the-art large language model built upon the Phi-3 architecture. With its focus on high-quality, reasoning-dense data, this model represents a significant advancement in instruction-tuned language models. Phi-3.5 has been fine-tuned through supervised learning, proximal policy optimization (PPO), and direct preference optimization (DPO) to ensure precise instruction following and robust safety measures. Supporting a 128K token context length, the model demonstrates exceptional performance in tasks requiring extended context understanding and complex reasoning. The model's training data consists of synthetic datasets and carefully filtered publicly available web content, inheriting the high-quality foundation established in the Phi-3 series.
7
+
8
+ ## Variants
9
+ | No | Variant | Cortex CLI command |
10
+ | --- | --- | --- |
11
+ | 1 | [gguf](https://huggingface.co/cortexso/phi-3.5/tree/main) | `cortex run phi-3.5` |
12
+
13
+ ## Use it with Jan (UI)
14
+ 1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
15
+ 2. Use in Jan model Hub:
16
+ ```text
17
+ cortexso/phi-3.5
18
+ ```
19
+
20
+ ## Use it with Cortex (CLI)
21
+ 1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
22
+ 2. Run the model with command:
23
+ ```bash
24
+ cortex run phi-3.5
25
+ ```
26
+
27
+ ## Credits
28
+ - **Author:** Microsoft
29
+ - **Converter:** [Homebrew](https://www.homebrew.ltd/)
30
+ - **Original License:** [License](https://huggingface.co/microsoft/Phi-3.5-mini-instruct/blob/main/LICENSE)
31
+ - **Papers:** [Phi-3.5 Paper](https://arxiv.org/abs/2404.14219)