Commit
•
fddbbd7
1
Parent(s):
1af63c6
Add base_model metadata (#22)
Browse files- Add base_model metadata (4506b26b0bfbf9d83ac107038c8100a8d79f0f27)
Co-authored-by: Daniel van Strien <[email protected]>
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 |
---
|