Minh141120 commited on
Commit
5b4edf7
·
verified ·
1 Parent(s): 5ddb075

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -6,7 +6,9 @@ tags:
6
  ---
7
 
8
  ## Overview
 
9
 
 
10
 
11
  ## Variants
12
 
@@ -18,7 +20,7 @@ tags:
18
 
19
  1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
20
  2. Use in Jan model Hub:
21
- ```
22
  cortexhub/olmo-2
23
  ```
24
 
@@ -26,7 +28,7 @@ tags:
26
 
27
  1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
28
  2. Run the model with command:
29
- ```
30
  cortex run olmo-2
31
  ```
32
 
 
6
  ---
7
 
8
  ## Overview
9
+ OLMo-2 is a series of Open Language Models designed to enable the science of language models. These models are trained on the Dolma dataset, with all code, checkpoints, logs (coming soon), and associated training details made openly available.
10
 
11
+ The OLMo-2 13B Instruct November 2024 is a post-trained variant of the OLMo-2 13B model, which has undergone supervised fine-tuning on an OLMo-specific variant of the Tülu 3 dataset. Additional training techniques include Direct Preference Optimization (DPO) and Reinforcement Learning from Virtual Rewards (RLVR), optimizing it for state-of-the-art performance across various tasks, including chat, MATH, GSM8K, and IFEval.
12
 
13
  ## Variants
14
 
 
20
 
21
  1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
22
  2. Use in Jan model Hub:
23
+ ```bash
24
  cortexhub/olmo-2
25
  ```
26
 
 
28
 
29
  1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
30
  2. Run the model with command:
31
+ ```bash
32
  cortex run olmo-2
33
  ```
34