Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

MightyDragon-Dev
/
language-dragon-lora

Text Generation
PEFT
Safetensors
Chinese
English
gpt2
lora
aviation
slm
mobile-ai
Model card Files Files and versions
xet
Community

Instructions to use MightyDragon-Dev/language-dragon-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use MightyDragon-Dev/language-dragon-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("gpt2")
    model = PeftModel.from_pretrained(base_model, "MightyDragon-Dev/language-dragon-lora")
  • Notebooks
  • Google Colab
  • Kaggle
language-dragon-lora
5.93 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
MightyDragon-Dev's picture
MightyDragon-Dev
Update README.md
82c1dba verified 29 days ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    2.08 kB
    Update README.md 29 days ago
  • adapter_config.json
    982 Bytes
    Language Dragon LoRA v1.1: Fixed Schema Error & Enhanced Aviation about 1 month ago
  • adapter_model.safetensors
    2.36 MB
    xet
    Language Dragon LoRA v1.1: Fixed Schema Error & Enhanced Aviation about 1 month ago
  • tokenizer.json
    3.56 MB
    Language Dragon LoRA v1.1: Fixed Schema Error & Enhanced Aviation about 1 month ago
  • tokenizer_config.json
    309 Bytes
    Language Dragon LoRA v1.1: Fixed Schema Error & Enhanced Aviation about 1 month ago