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

ShinojiResearch
/
Senku-70B

PEFT
llama
Generated from Trainer
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community
1

Instructions to use ShinojiResearch/Senku-70B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ShinojiResearch/Senku-70B with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("152334H/miqu-1-70b-sf")
    model = PeftModel.from_pretrained(base_model, "ShinojiResearch/Senku-70B")
  • Notebooks
  • Google Colab
  • Kaggle
Senku-70B
1.66 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
alicecomfy's picture
alicecomfy
Diffs are public domain
0461338 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    3.25 kB
    Diffs are public domain over 2 years ago
  • adapter_config.json
    673 Bytes
    Upload 7 files 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?

    1.66 GB
    xet
    Upload 7 files over 2 years ago
  • config.json
    1.15 kB
    Upload 7 files over 2 years ago
  • special_tokens_map.json
    551 Bytes
    Upload 7 files over 2 years ago
  • tokenizer.model
    500 kB
    xet
    Upload 7 files over 2 years ago
  • tokenizer_config.json
    1.48 kB
    Upload 7 files over 2 years ago