Safetensors
qwen3_5
Eval Results
nielsr HF Staff commited on
Commit
e025f31
·
verified ·
1 Parent(s): 39227cc

Add pipeline_tag and library_name to metadata

Browse files

This PR updates the YAML metadata at the top of the model card to include:
- `pipeline_tag: text-generation` so users can easily discover this model under the text generation category.
- `library_name: transformers` to indicate compatibility with the Transformers library.

No changes were made to the markdown content itself as it is already highly detailed and well-documented.

Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
- license: apache-2.0
3
- datasets:
4
- - allenai/tmax-15k-open-instruct
5
  base_model:
6
  - Qwen/Qwen3.5-2B
 
 
 
 
 
7
  ---
 
8
  ![image](https://cdn-uploads.huggingface.co/production/uploads/62608fc2ffe8827cb1d89f9f/XMW9_q0GCubxzTOgdsb4K.png)
9
  <p align="center">
10
  💻 <a href="https://github.com/hamishivi/tmax">Code</a> ·
@@ -122,5 +125,4 @@ If you use our model or data, please cite our paper:
122
  primaryClass={cs.CL},
123
  url={https://arxiv.org/abs/2606.23321},
124
  }
125
- ```
126
-
 
1
  ---
 
 
 
2
  base_model:
3
  - Qwen/Qwen3.5-2B
4
+ datasets:
5
+ - allenai/tmax-15k-open-instruct
6
+ license: apache-2.0
7
+ pipeline_tag: text-generation
8
+ library_name: transformers
9
  ---
10
+
11
  ![image](https://cdn-uploads.huggingface.co/production/uploads/62608fc2ffe8827cb1d89f9f/XMW9_q0GCubxzTOgdsb4K.png)
12
  <p align="center">
13
  💻 <a href="https://github.com/hamishivi/tmax">Code</a> ·
 
125
  primaryClass={cs.CL},
126
  url={https://arxiv.org/abs/2606.23321},
127
  }
128
+ ```