model-card-templates / verified_template.md
3morixd's picture
Upload verified_template.md with huggingface_hub
0f6981c verified
|
Raw
History Blame Contribute Delete
285 Bytes

{MODEL_NAME}

✅ Verified

Prompt Response Correct?
What is the capital of France? Paris

Usage

from dispatchai import load_model
model = load_model("{MODEL_NAME}", backend="gguf")
print(model.chat("Hello!"))