Instructions to use robinhad/open_llama_3b_uk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use robinhad/open_llama_3b_uk with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openlm-research/open_llama_3b_v2") model = PeftModel.from_pretrained(base_model, "robinhad/open_llama_3b_uk") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
ab30e89 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4679d18b74e04dae0ca9db6f8f6f82c3cc9a49de4c8b1cb0b37bb66aae3bf102
size 10686701
|