--- base_model: ysn-rfd/FIBO_IDEN_MODEL tags: - text-generation-inference - transformers - unsloth - qwen3 - llama-cpp - gguf-my-repo license: apache-2.0 language: - en --- # FIBO_IDEN_MODEL **Model creator:** [ysn-rfd](https://huggingface.co/ysn-rfd)
**Original model**: [ysn-rfd/FIBO_IDEN_MODEL](https://huggingface.co/ysn-rfd/FIBO_IDEN_MODEL)
**GGUF quantization:** provided by [ysn-rfd](https:/huggingface.co/ysn-rfd) using `llama.cpp`
## Special thanks 🙏 Special thanks to [Georgi Gerganov](https://github.com/ggerganov) and the whole team working on [llama.cpp](https://github.com/ggerganov/llama.cpp/) for making all of this possible. ## Use with Ollama ```bash ollama run "hf.co/ysn-rfd/FIBO_IDEN_MODEL-GGUF:Q4_K_S" ``` ## Use with LM Studio ```bash lms load "ysn-rfd/FIBO_IDEN_MODEL-GGUF" ``` ## Use with llama.cpp CLI ```bash llama-cli --hf "ysn-rfd/FIBO_IDEN_MODEL-GGUF:Q4_K_S" -p "The meaning to life and the universe is" ``` ## Use with llama.cpp Server: ```bash llama-server --hf "ysn-rfd/FIBO_IDEN_MODEL-GGUF:Q4_K_S" -c 4096 ```