Instructions to use timlim123/13b_random with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use timlim123/13b_random with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/workspace/weights_hf/llama_v2/weights_hf/13B") model = PeftModel.from_pretrained(base_model, "timlim123/13b_random") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
a427efb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:13427dad8c540f09f09705952751fe7e380b829b32ff01fe8e67ba916a5b0aed
size 26271757
|