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

song9
/
CC-KuLLM3-LoRA

Text Generation
PEFT
Safetensors
Korean
contact-center
conversational
Model card Files Files and versions
xet
Community

Instructions to use song9/CC-KuLLM3-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use song9/CC-KuLLM3-LoRA with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("nlpai-lab/KULLM3")
    model = PeftModel.from_pretrained(base_model, "song9/CC-KuLLM3-LoRA")
  • Notebooks
  • Google Colab
  • Kaggle
CC-KuLLM3-LoRA
711 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 35 commits
song9's picture
song9
Update README.md
62c42a9 verified over 1 year ago
  • .gitattributes
    62 Bytes
    Training in progress, step 8000 over 1 year ago
  • .gitignore
    31 Bytes
    Create .gitignore over 1 year ago
  • PEFT_LoRA_CLM_KULLM3_TrainingCode.py
    10.3 kB
    Upload Training Code over 1 year ago
  • README.md
    5 kB
    Update README.md over 1 year ago
  • adapter_config.json
    678 Bytes
    Training in progress, step 8000 over 1 year ago
  • adapter_model.safetensors
    706 MB
    xet
    Training in progress, step 82422 over 1 year ago
  • added_tokens.json
    73 Bytes
    Create added_tokens.json over 1 year ago
  • ai_hub_CC_QA_data_preprocessing_multithread_for_hf.py
    14.1 kB
    data preprocessing codes over 1 year ago
  • ai_hub_multi_subject_conversations_data_preprocessing_multithread_for_hf.py
    10.9 kB
    data preprocessing codes over 1 year ago
  • korean_stopwords.txt
    7.65 kB
    files for data preprocessing over 1 year ago
  • short_sentences.json
    4.24 kB
    Update short_sentences.json over 1 year ago
  • special_tokens_map.json
    530 Bytes
    Create special_tokens_map.json over 1 year ago
  • tokenizer.json
    3.51 MB
    Upload tokenizer files over 1 year ago
  • tokenizer.model
    493 kB
    Upload tokenizer files over 1 year ago
  • tokenizer_config.json
    3.32 kB
    Upload tokenizer files over 1 year ago
  • trainer_state.json
    20.5 kB
    Upload trainer_state.json over 1 year ago