初始化项目,由ModelHub XC社区提供模型
Model: ysn-rfd/FIBO_IDEN_MODEL-GGUF Source: Original Platform
This commit is contained in:
36
README.md
Normal file
36
README.md
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
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)<br/>
|
||||
**Original model**: [ysn-rfd/FIBO_IDEN_MODEL](https://huggingface.co/ysn-rfd/FIBO_IDEN_MODEL)<br/>
|
||||
**GGUF quantization:** provided by [ysn-rfd](https:/huggingface.co/ysn-rfd) using `llama.cpp`<br/>
|
||||
## 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
|
||||
```
|
||||
Reference in New Issue
Block a user