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: 135 Bytes
105a34f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b9cf33854d955d9eda983600882ae0179d96e1dd12b36ef899c96abd5aa3b02e
size 7564860349
|