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

  • Log In
  • Sign Up

dbg-adapter
/
chien

PEFT
Model card Files Files and versions
xet
Community

Instructions to use dbg-adapter/chien with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use dbg-adapter/chien with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForTokenClassification
    
    base_model = AutoModelForTokenClassification.from_pretrained("gguichard/camembert-large-resaved")
    model = PeftModel.from_pretrained(base_model, "dbg-adapter/chien")
  • Notebooks
  • Google Colab
  • Kaggle
chien
20.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
gguichard's picture
gguichard
Upload folder using huggingface_hub
caf739e verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    88 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • adapter_config.json
    481 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    20.1 MB
    xet
    Upload folder using huggingface_hub almost 2 years ago