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

chef2121
/
bert_3101

PEFT
Safetensors
Transformers
lora
Model card Files Files and versions
xet
Community

Instructions to use chef2121/bert_3101 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use chef2121/bert_3101 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("distilbert-base-uncased")
    model = PeftModel.from_pretrained(base_model, "chef2121/bert_3101")
  • Transformers

    How to use chef2121/bert_3101 with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("chef2121/bert_3101", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert_3101
20.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
chef2121's picture
chef2121
Upload folder using huggingface_hub
1c9f797 verified 7 months ago
  • checkpoint-1646
    Upload folder using huggingface_hub 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    5.17 kB
    Upload folder using huggingface_hub 7 months ago
  • adapter_config.json
    953 Bytes
    Upload folder using huggingface_hub 7 months ago
  • adapter_model.safetensors
    4.74 MB
    xet
    Upload folder using huggingface_hub 7 months ago
  • special_tokens_map.json
    132 Bytes
    Upload folder using huggingface_hub 7 months ago
  • tokenizer.json
    711 kB
    Upload folder using huggingface_hub 7 months ago
  • tokenizer_config.json
    1.28 kB
    Upload folder using huggingface_hub 7 months ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub 7 months ago