Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

hyyoka
/
multi-tapt-lora-mbert

PEFT
Model card Files Files and versions
xet
Community

Instructions to use hyyoka/multi-tapt-lora-mbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use hyyoka/multi-tapt-lora-mbert with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("bert-base-multilingual-cased")
    model = PeftModel.from_pretrained(base_model, "hyyoka/multi-tapt-lora-mbert")
  • Notebooks
  • Google Colab
  • Kaggle
multi-tapt-lora-mbert
1.27 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
hyyoka's picture
hyyoka
Upload tokenizer
2f9cd34 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
    445 Bytes
    Upload model over 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.2 MB
    xet
    Upload model over 2 years ago
  • added_tokens.json
    74 Bytes
    Upload tokenizer over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.json
    59.5 kB
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    1.22 kB
    Upload tokenizer over 2 years ago
  • vocab.txt
    12.2 kB
    Upload tokenizer over 2 years ago