Instructions to use daviBera/intern35_8b_lora_expert_general-102400 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use daviBera/intern35_8b_lora_expert_general-102400 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("../checkpoints/base_models/InternVL3_5-8B-Pretrained-HF") model = PeftModel.from_pretrained(base_model, "daviBera/intern35_8b_lora_expert_general-102400") - Notebooks
- Google Colab
- Kaggle
File size: 72 Bytes
cd3b7f4 | 1 2 3 4 5 | {
"image_seq_length": 256,
"processor_class": "InternVLProcessor"
}
|