Instructions to use NoobCoder10/Scoring_V_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use NoobCoder10/Scoring_V_1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("abhishek/llama-2-7b-hf-small-shards") model = PeftModel.from_pretrained(base_model, "NoobCoder10/Scoring_V_1") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
9273e2a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:973abce88fe2fc34896c57b08cb7407ce0da5b8d64471dd6f046eb5fe970dcaa
size 33600461
|