Instructions to use screenmate/minicpm_22.06-2000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use screenmate/minicpm_22.06-2000 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openbmb/MiniCPM-Llama3-V-2_5") model = PeftModel.from_pretrained(base_model, "screenmate/minicpm_22.06-2000") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
78cb834 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:36e7c9edd5220d631361912ab09adaf7d162b8f6c062dfce24f5f894d76b8a87
size 7928
|