Instructions to use vishnun/lora-NLIGraph with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vishnun/lora-NLIGraph with PEFT:
from peft import PeftModel from transformers import AutoModelForTokenClassification base_model = AutoModelForTokenClassification.from_pretrained("roberta-large") model = PeftModel.from_pretrained(base_model, "vishnun/lora-NLIGraph") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
bb12751 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0013524c6480d0ffc65658e67903e34ef5d6be93c8b12354fd46d6d8b27757c2
size 4353437
|