Minh141120 commited on
Commit
7fd139a
·
verified ·
1 Parent(s): 029c305

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,12 +11,12 @@ tags:
11
  ## Variants
12
  | No | Variant | Cortex CLI command |
13
  | --- | --- | --- |
14
- | 1 | [gguf](https://huggingface.co/cortexso/phi-3.5/tree/main) | `cortex run phi-3.5` |
15
 
16
  ## Use it with Jan (UI)
17
  1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
18
  2. Use in Jan model Hub:
19
- ```text
20
  cortexso/phi-3.5
21
  ```
22
 
@@ -30,5 +30,5 @@ tags:
30
  ## Credits
31
  - **Author:** Microsoft
32
  - **Converter:** [Homebrew](https://www.homebrew.ltd/)
33
- - **Original License:** [License](https://huggingface.co/microsoft/Phi-3.5-mini-instruct/blob/main/LICENSE)
34
  - **Papers:** [Phi-3.5 Paper](https://arxiv.org/abs/2404.14219)
 
11
  ## Variants
12
  | No | Variant | Cortex CLI command |
13
  | --- | --- | --- |
14
+ | 1 | [Phi-3.5-3b](https://huggingface.co/cortexso/phi-3.5/tree/3b) | `cortex run phi-3.5:3b` |
15
 
16
  ## Use it with Jan (UI)
17
  1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
18
  2. Use in Jan model Hub:
19
+ ```bash
20
  cortexso/phi-3.5
21
  ```
22
 
 
30
  ## Credits
31
  - **Author:** Microsoft
32
  - **Converter:** [Homebrew](https://www.homebrew.ltd/)
33
+ - **Original License:** [License](https://choosealicense.com/licenses/mit/)
34
  - **Papers:** [Phi-3.5 Paper](https://arxiv.org/abs/2404.14219)