Commit
•
c83fbd4
1
Parent(s):
8799379
Expose metadata link to next version of the model
Browse filesThis PR adds a metadata field to link this model to a newer version of the same model family: Qwen/Qwen2.5-72B. 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)
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
license: other
|
3 |
license_name: tongyi-qianwen
|
|
|
4 |
license_link: https://huggingface.co/Qwen/Qwen2-72B/blob/main/LICENSE
|
5 |
language:
|
6 |
- en
|
|
|
1 |
---
|
2 |
license: other
|
3 |
license_name: tongyi-qianwen
|
4 |
+
new_version: Qwen/Qwen2.5-72B
|
5 |
license_link: https://huggingface.co/Qwen/Qwen2-72B/blob/main/LICENSE
|
6 |
language:
|
7 |
- en
|