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

alphaedge-ai
/
mt5-base-nob-32768

Fill-Mask
Transformers
Safetensors
Norwegian Bokmål
mt5
text2text-generation
trimmed
Model card Files Files and versions
xet
Community

Instructions to use alphaedge-ai/mt5-base-nob-32768 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use alphaedge-ai/mt5-base-nob-32768 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="alphaedge-ai/mt5-base-nob-32768")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("alphaedge-ai/mt5-base-nob-32768")
    model = AutoModelForSeq2SeqLM.from_pretrained("alphaedge-ai/mt5-base-nob-32768")
  • Notebooks
  • Google Colab
  • Kaggle
mt5-base-nob-32768
995 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
lbourdois's picture
lbourdois
Update model card for Norwegian Bokmål
70b25ec verified 8 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    2.37 kB
    Update model card for Norwegian Bokmål 8 days ago
  • config.json
    727 Bytes
    Trimmed google/mt5-base for Norwegian_Bokmal (32768 tokens) 3 months ago
  • generation_config.json
    153 Bytes
    Trimmed google/mt5-base for Norwegian_Bokmal (32768 tokens) 3 months ago
  • model.safetensors
    994 MB
    xet
    Trimmed google/mt5-base for Norwegian_Bokmal (32768 tokens) 3 months ago
  • special_tokens_map.json
    113 Bytes
    Trimmed google/mt5-base for Norwegian_Bokmal (32768 tokens) 3 months ago
  • spiece.model
    737 kB
    xet
    Trimmed google/mt5-base for Norwegian_Bokmal (32768 tokens) 3 months ago
  • tokenizer_config.json
    96 Bytes
    Trimmed google/mt5-base for Norwegian_Bokmal (32768 tokens) 3 months ago