fortunetelling / README.md
RuiLi2023's picture
Add README
cc3d07e verified
|
Raw
History Blame Contribute Delete
765 Bytes
metadata
tags:
  - gguf
  - llama.cpp
  - unsloth

fortunetelling : GGUF

This model was finetuned and converted to GGUF format using Unsloth.

Example usage:

  • For text only LLMs: ./llama.cpp/llama-cli -hf RuiLi2023/fortunetelling --jinja
  • For multimodal models: ./llama.cpp/llama-mtmd-cli -hf RuiLi2023/fortunetelling --jinja

Available Model files:

  • deepseek-r1-distill-llama-8b.Q8_0.gguf

Note

The model's BOS token behavior was adjusted for GGUF compatibility. This was trained 2x faster with Unsloth