Edit model card
YAML Metadata Warning: The pipeline tag "conversational" is not in the official list: text-classification, token-classification, table-question-answering, question-answering, zero-shot-classification, translation, summarization, feature-extraction, text-generation, text2text-generation, fill-mask, sentence-similarity, text-to-speech, text-to-audio, automatic-speech-recognition, audio-to-audio, audio-classification, audio-text-to-text, voice-activity-detection, depth-estimation, image-classification, object-detection, image-segmentation, text-to-image, image-to-text, image-to-image, image-to-video, unconditional-image-generation, video-classification, reinforcement-learning, robotics, tabular-classification, tabular-regression, tabular-to-text, table-to-text, multiple-choice, text-retrieval, time-series-forecasting, text-to-video, image-text-to-text, visual-question-answering, document-question-answering, zero-shot-image-classification, graph-ml, mask-generation, zero-shot-object-detection, text-to-3d, image-to-3d, image-feature-extraction, video-text-to-text, keypoint-detection, any-to-any, other

UKPMAN0/Guanaco-3B-Uncensored-Q5_0-GGUF

This model was converted to GGUF format from Fredithefish/Guanaco-3B-Uncensored using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.

Use with llama.cpp

Install llama.cpp through brew (works on Mac and Linux)

brew install llama.cpp

Invoke the llama.cpp server or the CLI.

CLI:

llama-cli --hf-repo UKPMAN0/Guanaco-3B-Uncensored-Q5_0-GGUF --hf-file guanaco-3b-uncensored-q5_0.gguf -p "The meaning to life and the universe is"

Server:

llama-server --hf-repo UKPMAN0/Guanaco-3B-Uncensored-Q5_0-GGUF --hf-file guanaco-3b-uncensored-q5_0.gguf -c 2048

Note: You can also use this checkpoint directly through the usage steps listed in the Llama.cpp repo as well.

Step 1: Clone llama.cpp from GitHub.

git clone https://github.com/ggerganov/llama.cpp

Step 2: Move into the llama.cpp folder and build it with LLAMA_CURL=1 flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).

cd llama.cpp && LLAMA_CURL=1 make

Step 3: Run inference through the main binary.

./llama-cli --hf-repo UKPMAN0/Guanaco-3B-Uncensored-Q5_0-GGUF --hf-file guanaco-3b-uncensored-q5_0.gguf -p "The meaning to life and the universe is"

or

./llama-server --hf-repo UKPMAN0/Guanaco-3B-Uncensored-Q5_0-GGUF --hf-file guanaco-3b-uncensored-q5_0.gguf -c 2048
Downloads last month
27
GGUF
Model size
2.78B params
Architecture
gptneox

5-bit

Inference Examples
Inference API (serverless) has been turned off for this model.

Model tree for UKPMAN0/Guanaco-3B-Uncensored-Q5_0-GGUF

Quantized
(2)
this model

Dataset used to train UKPMAN0/Guanaco-3B-Uncensored-Q5_0-GGUF