nielsr HF Staff commited on
Commit
87c0b06
·
verified ·
1 Parent(s): 779e147

Update license to Apache-2.0 and add library_name: transformers

Browse files

This PR improves the model card by:

- **Updating the `license` to `apache-2.0`**: This provides a more specific and accurate license identifier, moving from `other` to `apache-2.0`, as found through community verification.
- **Adding `library_name: transformers` to the metadata**: The "Quick Start" section clearly demonstrates compatibility and usage with the `transformers` library, including `AutoModelForCausalLM` and `AutoTokenizer`. Adding this tag will enable the automated "How to use" widget on the model page, offering a convenient code snippet for users.

These changes enhance the discoverability and usability of the model on the Hugging Face Hub.

Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -1,13 +1,14 @@
1
  ---
 
 
 
 
2
  tags:
3
  - text-generation
4
  - agent
5
  - tool-use
6
  - long-context
7
- license: other
8
- language:
9
- - en
10
- pipeline_tag: text-generation
11
  ---
12
 
13
  <div style="display: flex; justify-content: center; align-items: center; gap: 20px;">
@@ -169,5 +170,4 @@ print(out[0].outputs[0].text)
169
  primaryClass={cs.AI},
170
  url={https://arxiv.org/abs/2509.17567},
171
  }
172
- ```
173
-
 
1
  ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ pipeline_tag: text-generation
6
  tags:
7
  - text-generation
8
  - agent
9
  - tool-use
10
  - long-context
11
+ library_name: transformers
 
 
 
12
  ---
13
 
14
  <div style="display: flex; justify-content: center; align-items: center; gap: 20px;">
 
170
  primaryClass={cs.AI},
171
  url={https://arxiv.org/abs/2509.17567},
172
  }
173
+ ```