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

CARD-AI
/
mt5-abstractive-v3-lt

PEFT
Safetensors
Transformers
lora
Model card Files Files and versions
xet
Community

Instructions to use CARD-AI/mt5-abstractive-v3-lt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use CARD-AI/mt5-abstractive-v3-lt with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSeq2SeqLM
    
    base_model = AutoModelForSeq2SeqLM.from_pretrained("google/mt5-base")
    model = PeftModel.from_pretrained(base_model, "CARD-AI/mt5-abstractive-v3-lt")
  • Transformers

    How to use CARD-AI/mt5-abstractive-v3-lt with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("CARD-AI/mt5-abstractive-v3-lt", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mt5-abstractive-v3-lt
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
dklpp's picture
dklpp
Upload folder using huggingface_hub
bb66bc1 verified about 2 months ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub about 2 months ago
  • README.md
    5.15 kB
    Upload folder using huggingface_hub about 2 months ago
  • adapter_config.json
    860 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • adapter_model.safetensors
    14.2 MB
    xet
    Upload folder using huggingface_hub about 2 months ago
  • eval_per_domain.json
    1.65 kB
    Upload folder using huggingface_hub about 2 months ago
  • special_tokens_map.json
    416 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • spiece.model
    4.31 MB
    xet
    Upload folder using huggingface_hub about 2 months ago
  • summarization_config.json
    263 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • tokenizer.json
    16.4 MB
    xet
    Upload folder using huggingface_hub about 2 months ago
  • tokenizer_config.json
    19.3 kB
    Upload folder using huggingface_hub about 2 months ago