Reinforcement Learning
MLX
Safetensors
English
qwen2_5_vl
IQA
Reasoning
VLM
Pytorch
R1
GRPO
RL2R
8-bit precision
Instructions to use mlx-community/VisualQuality-R1-7B-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/VisualQuality-R1-7B-8bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir VisualQuality-R1-7B-8bit mlx-community/VisualQuality-R1-7B-8bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 312 Bytes
e8628cc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"attn_implementation": "flash_attention_2",
"bos_token_id": 151643,
"do_sample": true,
"eos_token_id": [
151645,
151643
],
"pad_token_id": 151643,
"repetition_penalty": 1.05,
"temperature": 0.1,
"top_k": 1,
"top_p": 0.001,
"transformers_version": "4.49.0",
"use_cache": false
}
|