Text Generation
Transformers
Safetensors
English
olmo3
conversational
nielsr HF Staff commited on
Commit
fc88da7
·
verified ·
1 Parent(s): f395de0

Add pipeline tag, update paper link and add homepage

Browse files

This PR improves the model card by:
- Adding the `pipeline_tag: text-generation` to the metadata, which enables the "Use in Transformers" widget on the Hub and improves model discoverability.
- Updating the `Paper: [TBD]` placeholder in the "Model Sources" section to link to the official Hugging Face paper page: [Olmo 3](https://huggingface.co/papers/2512.13961).
- Adding a more specific `homepage` URL to the metadata, pointing to the Olmo 3 playground: `https://playground.allenai.org/?model=Olmo-3.1-32B-Think`.

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