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

  • Log In
  • Sign Up

honicky
/
t5-large-lora-character-extraction

PEFT
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use honicky/t5-large-lora-character-extraction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use honicky/t5-large-lora-character-extraction with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSeq2SeqLM
    
    base_model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-large")
    model = PeftModel.from_pretrained(base_model, "honicky/t5-large-lora-character-extraction")
  • Notebooks
  • Google Colab
  • Kaggle
t5-large-lora-character-extraction
9.48 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
honicky's picture
honicky
Update README.md
d1531a5 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.4 kB
    Update README.md almost 2 years ago
  • adapter_config.json
    637 Bytes
    Upload model almost 2 years ago
  • adapter_model.safetensors
    9.48 MB
    xet
    Upload model almost 2 years ago