Update library_name to transformers
Browse filesHi!
Congrats on the release :) Sergio from HF here.
I'm updating the `library_name` and `pipeline_tag` for the model to improve its visibility and reproducibility.
Using the most appropriate `library_name` and `pipeline_tag` ensures the model is automatically indexed in the Hub's Models tab and enables features like the **“Use this model”** button.

Resulting in something like this when we access `Use this model`:

Happy to help if you have any further questions! 🙂
@@ -7,6 +7,8 @@ base_model:
|
|
7 |
tags:
|
8 |
- long-context
|
9 |
- large-reasoning-model
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# QwenLong-L1: Towards Long-Context Large Reasoning Models with Reinforcement Learning
|
@@ -347,4 +349,4 @@ If you find this work is relevant with your research or applications, please fee
|
|
347 |
journal={arXiv preprint arXiv:2505.17667},
|
348 |
year={2025}
|
349 |
}
|
350 |
-
```
|
|
|
7 |
tags:
|
8 |
- long-context
|
9 |
- large-reasoning-model
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
library_name: transformers
|
12 |
---
|
13 |
|
14 |
# QwenLong-L1: Towards Long-Context Large Reasoning Models with Reinforcement Learning
|
|
|
349 |
journal={arXiv preprint arXiv:2505.17667},
|
350 |
year={2025}
|
351 |
}
|
352 |
+
```
|