Minh141120 commited on
Commit
05e5db4
·
verified ·
1 Parent(s): dceb586

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -9,7 +9,7 @@ The 'simplescaling-s1' model is a refined version of 'simplescaling/s1-32B,' des
9
  ## Variants
10
  | No | Variant | Cortex CLI command |
11
  | --- | --- | --- |
12
- | 1 | [gguf](https://huggingface.co/cortexso/simplescaling-s1/tree/main) | cortex run simplescaling-s1:32b |
13
  ## Use it with Jan (UI)
14
  1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
15
  2. Use in Jan model Hub:
@@ -21,9 +21,10 @@ The 'simplescaling-s1' model is a refined version of 'simplescaling/s1-32B,' des
21
  1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
22
  2. Run the model with command:
23
  ```bash
24
- cortex run simplescaling-s1:32b
25
  ```
26
  ## Credits
27
  - **Author:** simplescaling
28
  - **Converter:** [Homebrew](https://www.homebrew.ltd/)
29
- - **Original License:** [License](#)
 
 
9
  ## Variants
10
  | No | Variant | Cortex CLI command |
11
  | --- | --- | --- |
12
+ | 1 | [Simplescaling-s1-32b](https://huggingface.co/cortexso/simplescaling-s1/tree/main) | cortex run simplescaling-s1:32b |
13
  ## Use it with Jan (UI)
14
  1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
15
  2. Use in Jan model Hub:
 
21
  1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
22
  2. Run the model with command:
23
  ```bash
24
+ cortex run simplescaling-s1
25
  ```
26
  ## Credits
27
  - **Author:** simplescaling
28
  - **Converter:** [Homebrew](https://www.homebrew.ltd/)
29
+ - **Original License:** [License](https://choosealicense.com/licenses/apache-2.0/)
30
+ - **Paper**: [Paper](https://arxiv.org/abs/2501.19393)