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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

kastan
/
sf_medium_bf16

PEFT
Model card Files Files and versions
xet
Community
1

Instructions to use kastan/sf_medium_bf16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use kastan/sf_medium_bf16 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("ybelkada/falcon-7b-sharded-bf16")
    model = PeftModel.from_pretrained(base_model, "kastan/sf_medium_bf16")
  • Notebooks
  • Google Colab
  • Kaggle
sf_medium_bf16
1.57 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
kastan's picture
kastan
First attempt at a BitsNBytes QLoRA Falcon model.
aa1f0cc about 3 years ago
  • .gitattributes
    1.52 kB
    initial commit about 3 years ago
  • README.md
    805 Bytes
    First attempt at a BitsNBytes QLoRA Falcon model. about 3 years ago
  • adapter_config.json
    479 Bytes
    First attempt at a BitsNBytes QLoRA Falcon model. about 3 years ago
  • adapter_model.bin
    522 MB
    xet
    First attempt at a BitsNBytes QLoRA Falcon model. about 3 years ago
  • optimizer.pt
    1.04 GB
    xet
    First attempt at a BitsNBytes QLoRA Falcon model. about 3 years ago
  • rng_state.pth
    14.6 kB
    xet
    First attempt at a BitsNBytes QLoRA Falcon model. about 3 years ago
  • scheduler.pt
    627 Bytes
    xet
    First attempt at a BitsNBytes QLoRA Falcon model. about 3 years ago
  • special_tokens_map.json
    313 Bytes
    First attempt at a BitsNBytes QLoRA Falcon model. about 3 years ago
  • tokenizer.json
    2.73 MB
    First attempt at a BitsNBytes QLoRA Falcon model. about 3 years ago
  • tokenizer_config.json
    180 Bytes
    First attempt at a BitsNBytes QLoRA Falcon model. about 3 years ago
  • trainer_state.json
    42.6 kB
    First attempt at a BitsNBytes QLoRA Falcon model. about 3 years ago
  • training_args.bin
    3.96 kB
    xet
    First attempt at a BitsNBytes QLoRA Falcon model. about 3 years ago