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

Jujeong
/
1k_dataset_ft_adaper

PEFT
TensorBoard
Safetensors
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Jujeong/1k_dataset_ft_adaper with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Jujeong/1k_dataset_ft_adaper with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("vaiv/GeM2-Llamion-14B-Chat")
    model = PeftModel.from_pretrained(base_model, "Jujeong/1k_dataset_ft_adaper")
  • Notebooks
  • Google Colab
  • Kaggle
1k_dataset_ft_adaper
318 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Jujeong's picture
Jujeong
Initial commit
cff336f verified about 2 years ago
  • checkpoint-30
    Initial commit about 2 years ago
  • runs
    Initial commit about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • 1K_Dataset_FineTuned_model.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    533 Bytes
    xet
    Initial commit about 2 years ago
  • README.md
    5.1 kB
    Initial commit about 2 years ago
  • adapter_config.json
    666 Bytes
    Initial commit about 2 years ago
  • adapter_model.safetensors
    78.7 MB
    xet
    Initial commit about 2 years ago
  • special_tokens_map.json
    441 Bytes
    Initial commit about 2 years ago
  • tokenizer.json
    3.54 MB
    Initial commit about 2 years ago
  • tokenizer_config.json
    1.95 kB
    Initial commit about 2 years ago