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

  • Log In
  • Sign Up

dbg-adapter
/
avocat

PEFT
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use dbg-adapter/avocat 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/avocat")
  • Notebooks
  • Google Colab
  • Kaggle
avocat
20.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
gguichard's picture
gguichard
Upload word_to_indice.pickle with huggingface_hub
02316a0 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.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    20.1 MB
    xet
    Upload folder using huggingface_hub almost 2 years ago
  • word_to_indice.pickle

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    61 Bytes
    xet
    Upload word_to_indice.pickle with huggingface_hub almost 2 years ago