Instructions to use Rupak100/Fine_Tuining_Scoring with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Rupak100/Fine_Tuining_Scoring 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, "Rupak100/Fine_Tuining_Scoring") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
b88bf9a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:74c152cdfb87ee69effc032b06cd1285d334117cb1c9820b8a839787bdc6c4f3
size 7564860349
|