nielsr HF Staff commited on
Commit
2882151
·
verified ·
1 Parent(s): b3e530f

Add `library_name: transformers` to metadata

Browse files

This PR adds the `library_name: transformers` metadata tag to the model card. This will enable the automatic display of the "how to use" widget on the model page, providing users with a quick and easy way to interact with the model using the `transformers` library.

The existing model card is comprehensive and well-structured, requiring no further content modifications.

Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -3,13 +3,14 @@ language:
3
  - en
4
  - zh
5
  license: apache-2.0
 
6
  tags:
7
  - reasoning
8
  - small-language-model
9
  - efficient-training
10
  - xmodel
11
  - xiaoduo-ai
12
- pipeline_tag: text-generation
13
  ---
14
 
15
  # Xmodel-2.5: 1.3B Data-Efficient Reasoning SLM
@@ -177,4 +178,4 @@ For questions or suggestions, please contact us through:
177
 
178
  ## License
179
 
180
- This project is licensed under the Apache-2.0 License. See the [LICENSE](LICENSE) file for details.
 
3
  - en
4
  - zh
5
  license: apache-2.0
6
+ pipeline_tag: text-generation
7
  tags:
8
  - reasoning
9
  - small-language-model
10
  - efficient-training
11
  - xmodel
12
  - xiaoduo-ai
13
+ library_name: transformers
14
  ---
15
 
16
  # Xmodel-2.5: 1.3B Data-Efficient Reasoning SLM
 
178
 
179
  ## License
180
 
181
+ This project is licensed under the Apache-2.0 License. See the [LICENSE](LICENSE) file for details.