Text Generation
Transformers
Safetensors
English
olmo3
conversational

Add pipeline tag, update paper link and add homepage

#15
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -1,12 +1,14 @@
1
  ---
2
- license: apache-2.0
3
  base_model: allenai/Olmo-3-32B-Think-DPO
4
- language:
5
- - en
6
  datasets:
7
  - allenai/Dolci-Think-RL
 
 
8
  library_name: transformers
 
9
  new_version: allenai/Olmo-3.1-32B-Think
 
 
10
  ---
11
 
12
  # Model Details
@@ -123,7 +125,7 @@ Moo Moo the cow would certinaly win.<|im_end|>
123
  - Open-Instruct for DPO and RLVR: https://github.com/allenai/open-instruct
124
  - OLMo-Core for pre-training and SFT: https://github.com/allenai/OLMo-core
125
  - OLMo-Eval for evaluation: https://github.com/allenai/OLMo-Eval
126
- - **Paper:** [TBD]
127
  <!-- - **Technical blog post:** (URL) -->
128
  <!-- - **W&B Logs:** [SFT](()), [DPO](()), [RLVR](()) -->
129
 
 
1
  ---
 
2
  base_model: allenai/Olmo-3-32B-Think-DPO
 
 
3
  datasets:
4
  - allenai/Dolci-Think-RL
5
+ language:
6
+ - en
7
  library_name: transformers
8
+ license: apache-2.0
9
  new_version: allenai/Olmo-3.1-32B-Think
10
+ pipeline_tag: text-generation
11
+ homepage: https://playground.allenai.org/?model=Olmo-3.1-32B-Think
12
  ---
13
 
14
  # Model Details
 
125
  - Open-Instruct for DPO and RLVR: https://github.com/allenai/open-instruct
126
  - OLMo-Core for pre-training and SFT: https://github.com/allenai/OLMo-core
127
  - OLMo-Eval for evaluation: https://github.com/allenai/OLMo-Eval
128
+ - **Paper:** [Olmo 3](https://huggingface.co/papers/2512.13961)
129
  <!-- - **Technical blog post:** (URL) -->
130
  <!-- - **W&B Logs:** [SFT](()), [DPO](()), [RLVR](()) -->
131