metadata
language:
- en
library_name: transformers
pipeline_tag: text-generation
datasets:
- jondurbin/airoboros-2.2.1
- Open-Orca/OpenOrca
- garage-bAInd/Open-Platypus
- ehartford/samantha-data
tags:
- llama-2
- code
- TensorBlock
- GGUF
license: llama2
base_model: uukuguy/speechless-mistral-dolphin-orca-platypus-samantha-7b
model-index:
- name: SpeechlessCoder
results:
- task:
type: text-generation
dataset:
name: HumanEval
type: openai_humaneval
metrics:
- type: pass@1
value: 34.146
name: pass@1
verified: false
Feedback and support: TensorBlock's Twitter/X, Telegram Group and Discord server
uukuguy/speechless-mistral-dolphin-orca-platypus-samantha-7b - GGUF
This repo contains GGUF format model files for uukuguy/speechless-mistral-dolphin-orca-platypus-samantha-7b.
The files were quantized using machines provided by TensorBlock, and they are compatible with llama.cpp as of commit b4011.
Prompt template
Model file specification
Downloading instruction
Command line
Firstly, install Huggingface Client
pip install -U "huggingface_hub[cli]"
Then, downoad the individual model file the a local directory
huggingface-cli download tensorblock/speechless-mistral-dolphin-orca-platypus-samantha-7b-GGUF --include "speechless-mistral-dolphin-orca-platypus-samantha-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
If you wanna download multiple model files with a pattern (e.g., *Q4_K*gguf
), you can try:
huggingface-cli download tensorblock/speechless-mistral-dolphin-orca-platypus-samantha-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'