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

jbochi
/
madlad400-3b-mt

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

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

  • Libraries
  • Transformers

    How to use jbochi/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="jbochi/madlad400-3b-mt")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("jbochi/madlad400-3b-mt")
    model = AutoModelForSeq2SeqLM.from_pretrained("jbochi/madlad400-3b-mt")
  • Notebooks
  • Google Colab
  • Kaggle
madlad400-3b-mt
11.8 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 8 commits
jbochi's picture
jbochi
It works!
bb876df over 2 years ago
  • .gitattributes
    1.57 kB
    initial commit over 2 years ago
  • README.md
    480 Bytes
    Add disclaimer over 2 years ago
  • added_tokens.json
    2.71 kB
    It works! over 2 years ago
  • config.json
    749 Bytes
    It works! over 2 years ago
  • generation_config.json
    142 Bytes
    It works! over 2 years ago
  • model.safetensors
    11.8 GB
    xet
    It works! over 2 years ago
  • special_tokens_map.json
    2.54 kB
    It works! over 2 years ago
  • spiece.model
    4.43 MB
    xet
    It works! over 2 years ago
  • tokenizer.json
    16.6 MB
    xet
    It works! over 2 years ago
  • tokenizer_config.json
    20.6 kB
    It works! over 2 years ago