Instructions to use prashanth07/ard_docs_check with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use prashanth07/ard_docs_check with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ybelkada/falcon-7b-sharded-bf16") model = PeftModel.from_pretrained(base_model, "prashanth07/ard_docs_check") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
f366fca | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d288dfcdac08eebece317b6ee8dee916a5b34ef011fddbfa40c33fae11912f6a
size 9460849
|