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

potsunwu
/
taiwan-llm-taigi-reading-lora

PEFT
Safetensors
Chinese
Min Nan Chinese
taiwanese
taigi
reading-comprehension
lora
Model card Files Files and versions
xet
Community

Instructions to use potsunwu/taiwan-llm-taigi-reading-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use potsunwu/taiwan-llm-taigi-reading-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("yentinglin/Taiwan-LLM-7B-v2.1-chat")
    model = PeftModel.from_pretrained(base_model, "potsunwu/taiwan-llm-taigi-reading-lora")
  • Notebooks
  • Google Colab
  • Kaggle
taiwan-llm-taigi-reading-lora
324 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
potsunwu's picture
potsunwu
Update README.md
6f49fdb verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    3.26 kB
    Update README.md 6 months ago
  • adapter_config.json
    1.2 kB
    Upload folder using huggingface_hub 6 months ago
  • adapter_model.safetensors
    320 MB
    xet
    Upload folder using huggingface_hub 6 months ago
  • chat_template.jinja
    874 Bytes
    Upload folder using huggingface_hub 6 months ago
  • special_tokens_map.json
    552 Bytes
    Upload folder using huggingface_hub 6 months ago
  • tokenizer.json
    3.62 MB
    Upload folder using huggingface_hub 6 months ago
  • tokenizer.model
    500 kB
    xet
    Upload folder using huggingface_hub 6 months ago
  • tokenizer_config.json
    992 Bytes
    Upload folder using huggingface_hub 6 months ago