sergiopaniego HF Staff commited on
Commit
cc3b630
·
verified ·
1 Parent(s): 77b8ba5

Update library_name to transformers

Browse files

Hi!

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.

![Screenshot 2025-05-26 at 09.52.49.png](https://cdn-uploads.huggingface.co/production/uploads/61929226ded356549e20c5da/nMKyLAaWQxeF4pmnA6_OX.png)

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

![Screenshot 2025-05-26 at 09.53.07.png](https://cdn-uploads.huggingface.co/production/uploads/61929226ded356549e20c5da/_lL_Fjw9NA-eqiHYYWz5z.png)

Happy to help if you have any further questions! 🙂

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -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
+ ```