Reinforcement Learning
Transformers
GGUF
Chinese
English
incremental-pretraining
sft
roleplay
cot
conversational
Instructions to use ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4", dtype="auto") - llama-cpp-python
How to use ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4 with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4", filename="Tifa-DeepsexV2-7b-0218-Q4_KM.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4 with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4 # Run inference directly in the terminal: llama-cli -hf ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4 # Run inference directly in the terminal: llama-cli -hf ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4
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 ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4 # Run inference directly in the terminal: ./llama-cli -hf ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4
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 ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4 # Run inference directly in the terminal: ./build/bin/llama-cli -hf ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4
Use Docker
docker model run hf.co/ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4
- LM Studio
- Jan
- Ollama
How to use ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4 with Ollama:
ollama run hf.co/ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4
- Unsloth Studio
How to use ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4 with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4 to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4 to start chatting
- Atomic Chat new
- Docker Model Runner
How to use ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4 with Docker Model Runner:
docker model run hf.co/ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4
- Lemonade
How to use ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4 with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull ValueFX9507/Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4
Run and chat with the model
lemonade run user.Tifa-DeepsexV2-7b-MGRPO-GGUF-Q4-{{QUANT_TAG}}List all available models
lemonade list
Update README.md
Browse files
README.md
CHANGED
|
@@ -38,6 +38,11 @@ Please note this "sex" should not be interpreted as sexual relations, but rather
|
|
| 38 |
|
| 39 |
## 更新记录
|
| 40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
- 0222更新-(进度23%,双版本发布,增加普通版)
|
| 42 |
|
| 43 |
- 为了解决部分平台不兼容模型的问题,去掉思维链训练了一个普通版本,为NoCot版,同样采用MGRPO策略训练,但可能效果不及Cot版,也可能上下文连贯性好于Cot版。
|
|
|
|
| 38 |
|
| 39 |
## 更新记录
|
| 40 |
|
| 41 |
+
- 0228/0301更新-(进度40%,双版本发布,增加普通版)
|
| 42 |
+
|
| 43 |
+
- NoCot为适配其他前端做的努力,但是没有了Cot效果明显下降。不是很推荐
|
| 44 |
+
- Cot版本改为可控Cot设计,eva Loss下降到惊人的0.5!!效果提升明显,可控思考长度请下载适配的前端进行使用。[Github下载地址](https://github.com/Value99/Tifa-Deepsex-OllamaWebUI)。如果用其他前端可以在问题最后输入:使用<think>思考,即可激活思维链。
|
| 45 |
+
|
| 46 |
- 0222更新-(进度23%,双版本发布,增加普通版)
|
| 47 |
|
| 48 |
- 为了解决部分平台不兼容模型的问题,去掉思维链训练了一个普通版本,为NoCot版,同样采用MGRPO策略训练,但可能效果不及Cot版,也可能上下文连贯性好于Cot版。
|