davanstrien HF staff commited on
Commit
e250bf2
·
verified ·
1 Parent(s): 6eb5569

Expose metadata link to next version of the model

Browse files

This PR adds a metadata field to link this model to a newer version of the same model family: Qwen/Qwen1.5-72B-Chat. This metadata field helps ensure people are using the latest version of your model.

If there are multiple version i.e. version 1, version 2 and version 3. Linking version 1 and 2, and 2 and 3 will mean the latest version is always shown. See https://huggingface.co/docs/hub/model-cards#specifying-a-new-version for more info.

Here is an example of what this looks like:

![Screenshot 2024-09-27 at 10.29.23.png](https://cdn-uploads.huggingface.co/production/uploads/60107b385ac3e86b3ea4fc34/RlYrO5w86Tnxr0pxSlfDx.png)

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -5,6 +5,7 @@ language:
5
  tags:
6
  - qwen
7
  pipeline_tag: text-generation
 
8
  inference: false
9
  license: other
10
  license_name: tongyi-qianwen-license-agreement
 
5
  tags:
6
  - qwen
7
  pipeline_tag: text-generation
8
+ new_version: Qwen/Qwen1.5-72B-Chat
9
  inference: false
10
  license: other
11
  license_name: tongyi-qianwen-license-agreement