Instructions to use tech4humans/Qwen2-VL-7B-Instruct-unsloth-r4-rslora-bf16-tuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tech4humans/Qwen2-VL-7B-Instruct-unsloth-r4-rslora-bf16-tuned with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tech4humans/Qwen2-VL-7B-Instruct-unsloth-r4-rslora-bf16-tuned", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
File size: 343 Bytes
6b2d855 | 1 2 3 4 5 6 7 8 9 10 11 | {
"all_params": 8294881792,
"memory_footprint": 16596783440,
"total_flos": 6.808102961998848e+16,
"train_loss": 0.33265126400034534,
"train_runtime": 4751.8019,
"train_samples_per_second": 0.67,
"train_steps_per_second": 0.083,
"trainable_params": 3506176,
"trainable_params_percent": 0.042269149674700995
} |