Instructions to use QuantFactory/cybertron-v4-qw7B-MGS-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use QuantFactory/cybertron-v4-qw7B-MGS-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("QuantFactory/cybertron-v4-qw7B-MGS-GGUF", dtype="auto") - llama-cpp-python
How to use QuantFactory/cybertron-v4-qw7B-MGS-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="QuantFactory/cybertron-v4-qw7B-MGS-GGUF", filename="cybertron-v4-qw7B-MGS.Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use QuantFactory/cybertron-v4-qw7B-MGS-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf QuantFactory/cybertron-v4-qw7B-MGS-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf QuantFactory/cybertron-v4-qw7B-MGS-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf QuantFactory/cybertron-v4-qw7B-MGS-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf QuantFactory/cybertron-v4-qw7B-MGS-GGUF:Q4_K_M
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 QuantFactory/cybertron-v4-qw7B-MGS-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf QuantFactory/cybertron-v4-qw7B-MGS-GGUF:Q4_K_M
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 QuantFactory/cybertron-v4-qw7B-MGS-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf QuantFactory/cybertron-v4-qw7B-MGS-GGUF:Q4_K_M
Use Docker
docker model run hf.co/QuantFactory/cybertron-v4-qw7B-MGS-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use QuantFactory/cybertron-v4-qw7B-MGS-GGUF with Ollama:
ollama run hf.co/QuantFactory/cybertron-v4-qw7B-MGS-GGUF:Q4_K_M
- Unsloth Studio new
How to use QuantFactory/cybertron-v4-qw7B-MGS-GGUF 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 QuantFactory/cybertron-v4-qw7B-MGS-GGUF 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 QuantFactory/cybertron-v4-qw7B-MGS-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for QuantFactory/cybertron-v4-qw7B-MGS-GGUF to start chatting
- Pi new
How to use QuantFactory/cybertron-v4-qw7B-MGS-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf QuantFactory/cybertron-v4-qw7B-MGS-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "QuantFactory/cybertron-v4-qw7B-MGS-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use QuantFactory/cybertron-v4-qw7B-MGS-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf QuantFactory/cybertron-v4-qw7B-MGS-GGUF:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default QuantFactory/cybertron-v4-qw7B-MGS-GGUF:Q4_K_M
Run Hermes
hermes
- Docker Model Runner
How to use QuantFactory/cybertron-v4-qw7B-MGS-GGUF with Docker Model Runner:
docker model run hf.co/QuantFactory/cybertron-v4-qw7B-MGS-GGUF:Q4_K_M
- Lemonade
How to use QuantFactory/cybertron-v4-qw7B-MGS-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull QuantFactory/cybertron-v4-qw7B-MGS-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.cybertron-v4-qw7B-MGS-GGUF-Q4_K_M
List all available models
lemonade list
QuantFactory/cybertron-v4-qw7B-MGS-GGUF
This is quantized version of fblgit/cybertron-v4-qw7B-MGS created using llama.cpp
Original Model Card
cybertron-v4-qw7B-MGS
WE ARE BACK Cybertron v4, #1 LLM in its class. Based on the amazing Qwen2.5 7B
Scoring #1 LLM of 7B and 8B at 30.10.2024.
Here we use our novel approach called MGS. Its up to you to figure out what it means.
Cybertron V4 went thru SFT over Magpie-Align/Magpie-Qwen2.5-Pro-1M-v0.1
Quantz
Avaialble at https://huggingface.co/bartowski/cybertron-v4-qw7B-MGS-GGUF
MGS
Being fair:
https://arxiv.org/pdf/2410.21228
MGS, among other things.. a strategy of tackling corpora forgetful.
Open LLM Leaderboard Evaluation Results
Detailed results can be found here
| Metric | Value |
|---|---|
| Avg. | 31.21 |
| IFEval (0-Shot) | 62.64 |
| BBH (3-Shot) | 37.04 |
| MATH Lvl 5 (4-Shot) | 27.72 |
| GPQA (0-shot) | 8.05 |
| MuSR (0-shot) | 13.20 |
| MMLU-PRO (5-shot) | 38.59 |
Try Cybertron v4!
Thanks to @rombodawg for contributing with a free to use Inference space hosted at:
https://huggingface.co/spaces/rombodawg/Try_fblgit_cybertron-v4-qw7B-MGS
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- seed: 42
- distributed_type: multi-GPU
- num_devices: 8
- total_train_batch_size: 128
- total_eval_batch_size: 16
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- num_epochs: 1
Training results
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.7405 | 0.0007 | 1 | 0.5760 |
| 0.6146 | 0.0502 | 71 | 0.5045 |
| 0.5908 | 0.1003 | 142 | 0.4930 |
| 0.5669 | 0.1505 | 213 | 0.4854 |
| 0.5575 | 0.2007 | 284 | 0.4811 |
| 0.535 | 0.2508 | 355 | 0.4765 |
| 0.5161 | 0.3010 | 426 | 0.4736 |
| 0.5268 | 0.3511 | 497 | 0.4726 |
| 0.5119 | 0.4013 | 568 | 0.4701 |
| 0.5329 | 0.4515 | 639 | 0.4687 |
| 0.5167 | 0.5016 | 710 | 0.4673 |
| 0.5105 | 0.5518 | 781 | 0.4660 |
| 0.5203 | 0.6020 | 852 | 0.4653 |
| 0.5035 | 0.6521 | 923 | 0.4646 |
| 0.4903 | 0.7023 | 994 | 0.4641 |
| 0.5031 | 0.7525 | 1065 | 0.4628 |
| 0.5147 | 0.8026 | 1136 | 0.4629 |
| 0.5037 | 0.8528 | 1207 | 0.4620 |
| 0.5029 | 0.9029 | 1278 | 0.4620 |
| 0.492 | 0.9531 | 1349 | 0.4621 |
Framework versions
- PEFT 0.13.2
- Transformers 4.45.2
- Pytorch 2.3.0+cu121
- Datasets 3.0.1
- Tokenizers 0.20.1
Citations
@misc{thebeagle-v2,
title={TheBeagle v2: MGS},
author={Xavier Murias},
year={2024},
publisher = {HuggingFace},
journal = {HuggingFace repository},
howpublished = {\url{https://huggingface.co/fblgit/TheBeagle-v2beta-32B-MGS}},
}
@misc{qwen2.5,
title = {Qwen2.5: A Party of Foundation Models},
url = {https://qwenlm.github.io/blog/qwen2.5/},
author = {Qwen Team},
month = {September},
year = {2024}
}
@article{qwen2,
title={Qwen2 Technical Report},
author={An Yang and Baosong Yang and Binyuan Hui and Bo Zheng and Bowen Yu and Chang Zhou and Chengpeng Li and Chengyuan Li and Dayiheng Liu and Fei Huang and Guanting Dong and Haoran Wei and Huan Lin and Jialong Tang and Jialin Wang and Jian Yang and Jianhong Tu and Jianwei Zhang and Jianxin Ma and Jin Xu and Jingren Zhou and Jinze Bai and Jinzheng He and Junyang Lin and Kai Dang and Keming Lu and Keqin Chen and Kexin Yang and Mei Li and Mingfeng Xue and Na Ni and Pei Zhang and Peng Wang and Ru Peng and Rui Men and Ruize Gao and Runji Lin and Shijie Wang and Shuai Bai and Sinan Tan and Tianhang Zhu and Tianhao Li and Tianyu Liu and Wenbin Ge and Xiaodong Deng and Xiaohuan Zhou and Xingzhang Ren and Xinyu Zhang and Xipin Wei and Xuancheng Ren and Yang Fan and Yang Yao and Yichang Zhang and Yu Wan and Yunfei Chu and Yuqiong Liu and Zeyu Cui and Zhenru Zhang and Zhihao Fan},
journal={arXiv preprint arXiv:2407.10671},
year={2024}
}
- Downloads last month
- 104
2-bit
3-bit
4-bit
5-bit
6-bit
8-bit
Model tree for QuantFactory/cybertron-v4-qw7B-MGS-GGUF
Dataset used to train QuantFactory/cybertron-v4-qw7B-MGS-GGUF
Papers for QuantFactory/cybertron-v4-qw7B-MGS-GGUF
LoRA vs Full Fine-tuning: An Illusion of Equivalence
Qwen2 Technical Report
Evaluation results
- strict accuracy on IFEval (0-Shot)Open LLM Leaderboard62.640
- normalized accuracy on BBH (3-Shot)Open LLM Leaderboard37.040
- exact match on MATH Lvl 5 (4-Shot)Open LLM Leaderboard27.720
- acc_norm on GPQA (0-shot)Open LLM Leaderboard8.050
- acc_norm on MuSR (0-shot)Open LLM Leaderboard13.200
- accuracy on MMLU-PRO (5-shot)test set Open LLM Leaderboard38.590
