How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf theprint/tinyllama_alpaca_cthulhu_small:
# Run inference directly in the terminal:
llama cli -hf theprint/tinyllama_alpaca_cthulhu_small:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf theprint/tinyllama_alpaca_cthulhu_small:
# Run inference directly in the terminal:
llama cli -hf theprint/tinyllama_alpaca_cthulhu_small:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf theprint/tinyllama_alpaca_cthulhu_small:
# Run inference directly in the terminal:
./llama-cli -hf theprint/tinyllama_alpaca_cthulhu_small:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf theprint/tinyllama_alpaca_cthulhu_small:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf theprint/tinyllama_alpaca_cthulhu_small:
Use Docker
docker model run hf.co/theprint/tinyllama_alpaca_cthulhu_small:
Quick Links

IA IA! A tiny Cthulhu cultist! This TinyLlama variant is fine tuned on Cthulhu Mythos, so you can have your very own cultist AI friend.

5/3/24 Update: The model was given a bit more training and several gguf files were uploaded.

This model was mainly created to test a cthulhu-fied data set. This tiny model is a proof of concept, before a larger model is trained on the full data set. At that point, I will also make the data set public.

The Cthulhu Mythos data set is based on alpaca-cleaned, except all the replies have been re-written to sound like they were given by a cultist of Cthulhu. Only a subset of the data (10k entries) was used to train the first iteration of this model

Uploaded model

  • Developed by: theprint
  • License: apache-2.0
  • Finetuned from model : unsloth/tinyllama-bnb-4bit

This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.

Downloads last month
118
GGUF
Model size
1B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for theprint/tinyllama_alpaca_cthulhu_small

Quantized
(146)
this model

Collection including theprint/tinyllama_alpaca_cthulhu_small