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

  • Log In
  • Sign Up

MJK12341234
/
roberta-large-lora-token-classification

PEFT
Model card Files Files and versions
xet
Community

Instructions to use MJK12341234/roberta-large-lora-token-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use MJK12341234/roberta-large-lora-token-classification with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForTokenClassification
    
    base_model = AutoModelForTokenClassification.from_pretrained("roberta-large")
    model = PeftModel.from_pretrained(base_model, "MJK12341234/roberta-large-lora-token-classification")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-large-lora-token-classification
6.59 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
MJK12341234's picture
MJK12341234
Upload model
dce9965 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    88 Bytes
    Upload model over 2 years ago
  • adapter_config.json
    438 Bytes
    Upload model over 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    6.59 MB
    xet
    Upload model over 2 years ago