duyntnet's picture
Update README.md
1ae0e41 verified
metadata
license: other
inference: false
language:
  - en
pipeline_tag: text-generation
tags:
  - transformers
  - gguf
  - imatrix
  - wizardlm

Quantizations of https://huggingface.co/dreamgen/WizardLM-2-7B

From original readme

Usage

Note for model system prompts usage:

WizardLM-2 adopts the prompt format from Vicuna and supports multi-turn conversation. The prompt should be as following:

A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, 
detailed, and polite answers to the user's questions. USER: Hi ASSISTANT: Hello.</s>
USER: Who are you? ASSISTANT: I am WizardLM.</s>......

Inference WizardLM-2 Demo Script

We provide a WizardLM-2 inference demo code on our github.