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

CATIE-AQ
/
FAT5-base-flan-en

Feature Extraction
Transformers
Safetensors
English
flash_t5
custom_code
Model card Files Files and versions
xet
Community

Instructions to use CATIE-AQ/FAT5-base-flan-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use CATIE-AQ/FAT5-base-flan-en with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="CATIE-AQ/FAT5-base-flan-en", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("CATIE-AQ/FAT5-base-flan-en", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
FAT5-base-flan-en
991 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
Loïck
Update custom_heads_flash_t5.py
6d6e5be verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    658 Bytes
    Update README.md almost 2 years ago
  • attn_ref.py
    868 Bytes
    Upload 10 files almost 2 years ago
  • config.json
    1.89 kB
    Upload config.json with huggingface_hub about 2 years ago
  • configuration_flash_t5.py
    2.78 kB
    Upload 10 files almost 2 years ago
  • cross_entropy_loss.py
    9.5 kB
    Upload 10 files almost 2 years ago
  • custom_heads_flash_t5.py
    12.9 kB
    Update custom_heads_flash_t5.py over 1 year ago
  • fa2_compilable.py
    24.7 kB
    Upload 10 files almost 2 years ago
  • flash_attention_v2_bias.py
    31.9 kB
    Upload 10 files almost 2 years ago
  • gated_mlp.py
    21.4 kB
    Upload 10 files almost 2 years ago
  • generation_config.json
    142 Bytes
    Upload generation_config.json with huggingface_hub about 2 years ago
  • model.safetensors
    990 MB
    xet
    Upload model.safetensors with huggingface_hub about 2 years ago
  • modeling_flash_t5.py
    33.9 kB
    Upload 10 files almost 2 years ago
  • positional_encoding.py
    15.1 kB
    Upload 10 files almost 2 years ago
  • rms_norm.py
    7.35 kB
    Upload 10 files almost 2 years ago