Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

vishnun
/
lora-NLIGraph

Token Classification
PEFT
English
nlp
deep learning
code
Model card Files Files and versions
xet
Community
1

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
lora-NLIGraph
4.36 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
vishnun's picture
vishnun
Update README.md
1cb0796 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    2.57 kB
    Update README.md almost 3 years ago
  • adapter_config.json
    431 Bytes
    Upload model almost 3 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    4.35 MB
    xet
    Upload model almost 3 years ago