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