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

tkay264
/
data_set_tk

PEFT
Safetensors
bert
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use tkay264/data_set_tk with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("BAAI/bge-small-en")
    model = PeftModel.from_pretrained(base_model, "tkay264/data_set_tk")
  • Notebooks
  • Google Colab
  • Kaggle
data_set_tk
4.73 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
tkay264's picture
tkay264
Upload config.json
ca39c11 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    5.44 kB
    Upload model over 2 years ago
  • adapter_config.json
    482 Bytes
    Upload model over 2 years ago
  • adapter_model.safetensors
    4.73 MB
    xet
    Upload model over 2 years ago
  • config.json
    1.09 kB
    Upload config.json over 2 years ago