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

aiknight87
/
falcon-40b-instruct-test-system

PEFT
RefinedWeb
custom_code
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community
4

Instructions to use aiknight87/falcon-40b-instruct-test-system with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use aiknight87/falcon-40b-instruct-test-system with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-40b-instruct")
    model = PeftModel.from_pretrained(base_model, "aiknight87/falcon-40b-instruct-test-system")
  • Notebooks
  • Google Colab
  • Kaggle
falcon-40b-instruct-test-system
36.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
aiknight87's picture
aiknight87
Upload tokenizer (#3)
7d824d1 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    469 Bytes
    Upload model (#2) almost 3 years ago
  • adapter_config.json
    443 Bytes
    Upload model (#2) almost 3 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    33.5 MB
    xet
    Upload model (#2) almost 3 years ago
  • config.json
    1.16 kB
    Upload config.json with huggingface_hub (#1) almost 3 years ago
  • special_tokens_map.json
    313 Bytes
    Upload tokenizer (#3) almost 3 years ago
  • tokenizer.json
    2.73 MB
    Upload tokenizer (#3) almost 3 years ago
  • tokenizer_config.json
    180 Bytes
    Upload tokenizer (#3) almost 3 years ago