Add pipeline_tag and library_name to metadata
#2
by nielsr HF Staff - opened
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 |

|
| 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 |

|
| 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 |
+
```
|
|
|