Add pipeline_tag and library_name to metadata
#1
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 |
- allenai/tmax-sft-8b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
|
|
|
| 8 |

|
| 9 |
<p align="center">
|
| 10 |
💻 <a href="https://github.com/hamishivi/tmax">Code</a> ·
|
|
@@ -111,5 +114,4 @@ If you use our model or data, please cite our paper:
|
|
| 111 |
primaryClass={cs.CL},
|
| 112 |
url={https://arxiv.org/abs/2606.23321},
|
| 113 |
}
|
| 114 |
-
```
|
| 115 |
-
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
base_model:
|
| 3 |
- allenai/tmax-sft-8b
|
| 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> ·
|
|
|
|
| 114 |
primaryClass={cs.CL},
|
| 115 |
url={https://arxiv.org/abs/2606.23321},
|
| 116 |
}
|
| 117 |
+
```
|
|
|