Instructions to use nutorbit/yi-6b-xllm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nutorbit/yi-6b-xllm with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("01-ai/Yi-6B") model = PeftModel.from_pretrained(base_model, "nutorbit/yi-6b-xllm") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
d85b8ee | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:386c49cf943d71aa110361135338c50e38beeff0a66593480421f37b319e1a39
size 1033105
|