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

Duplicated from  google/madlad400-3b-mt

aoiandroid
/
madlad400-3b-mt

Translation
Transformers
Safetensors
GGUF
JAX
t5
text2text-generation
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use aoiandroid/madlad400-3b-mt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use aoiandroid/madlad400-3b-mt with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "translation" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("translation", model="aoiandroid/madlad400-3b-mt")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("aoiandroid/madlad400-3b-mt")
    model = AutoModelForSeq2SeqLM.from_pretrained("aoiandroid/madlad400-3b-mt")
  • Notebooks
  • Google Colab
  • Kaggle
madlad400-3b-mt
15.7 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
aoiandroid's picture
aoiandroid
amyeroberts's picture
amyeroberts
Duplicate from google/madlad400-3b-mt
2cf0348 2 months ago
  • .gitattributes
    1.72 kB
    Duplicate from google/madlad400-3b-mt 2 months ago
  • README.md
    9.67 kB
    Duplicate from google/madlad400-3b-mt 2 months ago
  • added_tokens.json
    4 Bytes
    Duplicate from google/madlad400-3b-mt 2 months ago
  • config.json
    749 Bytes
    Duplicate from google/madlad400-3b-mt 2 months ago
  • generation_config.json
    142 Bytes
    Duplicate from google/madlad400-3b-mt 2 months ago
  • model-q2k.gguf
    965 MB
    xet
    Duplicate from google/madlad400-3b-mt 2 months ago
  • model-q3k.gguf
    1.26 GB
    xet
    Duplicate from google/madlad400-3b-mt 2 months ago
  • model-q4k.gguf
    1.65 GB
    xet
    Duplicate from google/madlad400-3b-mt 2 months ago
  • model.safetensors
    11.8 GB
    xet
    Duplicate from google/madlad400-3b-mt 2 months ago
  • special_tokens_map.json
    414 Bytes
    Duplicate from google/madlad400-3b-mt 2 months ago
  • spiece.model
    4.43 MB
    xet
    Duplicate from google/madlad400-3b-mt 2 months ago
  • tokenizer.json
    16.6 MB
    xet
    Duplicate from google/madlad400-3b-mt 2 months ago
  • tokenizer_config.json
    830 Bytes
    Duplicate from google/madlad400-3b-mt 2 months ago