MaziyarPanahi
commited on
Commit
•
b3c2924
1
Parent(s):
6b80f24
fix base-model meta
Browse filesThe original model is a fine-tuned of `meta-llama/Llama-2-70b-chat-hf`
README.md
CHANGED
@@ -19,7 +19,7 @@ tags:
|
|
19 |
- text-generation-inference
|
20 |
- region:us
|
21 |
model_name: WizardLM-70B-V1.0-GPTQ
|
22 |
-
base_model:
|
23 |
inference: false
|
24 |
model_creator: WizardLM
|
25 |
pipeline_tag: text-generation
|
|
|
19 |
- text-generation-inference
|
20 |
- region:us
|
21 |
model_name: WizardLM-70B-V1.0-GPTQ
|
22 |
+
base_model: meta-llama/Llama-2-70b-chat-hf
|
23 |
inference: false
|
24 |
model_creator: WizardLM
|
25 |
pipeline_tag: text-generation
|