thuannh commited on
Commit
4f5170f
1 Parent(s): 776e891

Update readme

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -4,21 +4,20 @@ license: gemma
4
 
5
  ## Overview
6
 
7
- The [Gemma](https://huggingface.co/microsoft/Gemma-mini-4k-instruct), state-of-the-art open model trained with the Gemma 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 Gemma 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
 
11
  | No | Variant | Cortex CLI command |
12
  | --- | --- | --- |
13
- | 1 | [7b-gguf](https://huggingface.co/cortexso/gemma/tree/7b-gguf) | `cortex run gemma:7b-gguf` |
14
- | 2 | [7b-onnx](https://huggingface.co/cortexso/gemma/tree/7b-onnx) | `cortex run gemma:7b-onnx` |
15
 
16
  ## Use it with Jan (UI)
17
 
18
  1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
19
  2. Use in Jan model Hub:
20
  ```
21
- cortexso/gemma
22
  ```
23
 
24
  ## Use it with Cortex (CLI)
@@ -26,7 +25,7 @@ The [Gemma](https://huggingface.co/microsoft/Gemma-mini-4k-instruct), state-of-t
26
  1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
27
  2. Run the model with command:
28
  ```
29
- cortex run gemma
30
  ```
31
 
32
  ## Credits
 
4
 
5
  ## Overview
6
 
7
+ The [Gemma](https://huggingface.co/google/gemma-2-2b-it), state-of-the-art open model trained with the Gemma 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 Gemma 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
 
11
  | No | Variant | Cortex CLI command |
12
  | --- | --- | --- |
13
+ | 1 | [2b-gguf](https://huggingface.co/cortexso/gemma2/tree/2b-gguf) | `cortex run gemma:2b-gguf` |
 
14
 
15
  ## Use it with Jan (UI)
16
 
17
  1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
18
  2. Use in Jan model Hub:
19
  ```
20
+ cortexso/gemma2
21
  ```
22
 
23
  ## Use it with Cortex (CLI)
 
25
  1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
26
  2. Run the model with command:
27
  ```
28
+ cortex run gemma2
29
  ```
30
 
31
  ## Credits