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

evilfreelancer
/
ruGPT-3.5-13B-lora

Text Generation
PEFT
Russian
English
Saiga
ruGPT-3.5
13B
chat
lora
Peft
adapter
conversational
Model card Files Files and versions
xet
Community
1

Instructions to use evilfreelancer/ruGPT-3.5-13B-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use evilfreelancer/ruGPT-3.5-13B-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("ai-forever/ruGPT-3.5-13B")
    model = PeftModel.from_pretrained(base_model, "evilfreelancer/ruGPT-3.5-13B-lora")
  • Notebooks
  • Google Colab
  • Kaggle
ruGPT-3.5-13B-lora
55.5 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
Paul Rock
Merge branch 'main' of hf.co:evilfreelancer/ruGPT-3.5-13B-lora
c316657 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • .gitignore
    8 Bytes
    Initial commit over 2 years ago
  • README.md
    7.14 kB
    Merge branch 'main' of hf.co:evilfreelancer/ruGPT-3.5-13B-lora over 2 years ago
  • adapter_config.json
    433 Bytes
    Tune settings over 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    52.5 MB
    xet
    Initial commit over 2 years ago
  • added_tokens.json
    79 Bytes
    Initial commit over 2 years ago
  • generation_config.json
    310 Bytes
    Readme tuned, generation_config.json added over 2 years ago
  • merges.txt
    1.23 MB
    Initial commit over 2 years ago
  • special_tokens_map.json
    152 Bytes
    Initial commit over 2 years ago
  • tokenizer_config.json
    1.29 kB
    Initial commit over 2 years ago
  • vocab.json
    1.77 MB
    Initial commit over 2 years ago