Commit
•
4506b26
1
Parent(s):
1af63c6
Add base_model metadata
Browse filesAdds `base_model` metadata to add this model to the Qwen/Qwen2-72B model tree:
![Screenshot 2024-08-19 at 14.46.03.png](https://cdn-uploads.huggingface.co/production/uploads/60107b385ac3e86b3ea4fc34/mkUaAps06UKzlQ1FdLu8W.png)
README.md
CHANGED
@@ -5,6 +5,7 @@ license_link: https://huggingface.co/Qwen/Qwen2-72B-Instruct/blob/main/LICENSE
|
|
5 |
language:
|
6 |
- en
|
7 |
pipeline_tag: text-generation
|
|
|
8 |
tags:
|
9 |
- chat
|
10 |
---
|
|
|
5 |
language:
|
6 |
- en
|
7 |
pipeline_tag: text-generation
|
8 |
+
base_model: Qwen/Qwen2-72B
|
9 |
tags:
|
10 |
- chat
|
11 |
---
|