Instructions to use 316usman/Qwen3.5-4B-Base-3-epochs-med-qa-option-with-answer-format-64a-64r-fp16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 316usman/Qwen3.5-4B-Base-3-epochs-med-qa-option-with-answer-format-64a-64r-fp16 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("316usman/Qwen3.5-4B-Base-3-epochs-med-qa-option-with-answer-format-64a-64r-fp16", device_map="auto") - Notebooks
- Google Colab
- Kaggle