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

  • Log In
  • Sign Up

under-tree
/
mirody-decody

PEFT
Model card Files Files and versions
xet
Community
1

Instructions to use under-tree/mirody-decody with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use under-tree/mirody-decody with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("ai-forever/rugpt3small_based_on_gpt2")
    model = PeftModel.from_pretrained(base_model, "under-tree/mirody-decody")
  • Notebooks
  • Google Colab
  • Kaggle
mirody-decody
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
under-tree's picture
under-tree
Upload tokenizer
36c9c12 almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • README.md
    27 Bytes
    Upload model almost 3 years ago
  • adapter_config.json
    420 Bytes
    Upload model almost 3 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.37 MB
    xet
    Upload model almost 3 years ago
  • added_tokens.json
    84 Bytes
    Upload tokenizer almost 3 years ago
  • merges.txt
    1.27 MB
    Upload tokenizer almost 3 years ago
  • special_tokens_map.json
    577 Bytes
    Upload tokenizer almost 3 years ago
  • tokenizer.json
    3.74 MB
    Upload tokenizer almost 3 years ago
  • tokenizer_config.json
    900 Bytes
    Upload tokenizer almost 3 years ago
  • vocab.json
    1.61 MB
    Upload tokenizer almost 3 years ago