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

illian64
/
madlad400-7b-mt-ct2-bfloat16

Translation
Transformers
JAX
text2text-generation
Model card Files Files and versions
xet
Community

Instructions to use illian64/madlad400-7b-mt-ct2-bfloat16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use illian64/madlad400-7b-mt-ct2-bfloat16 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="illian64/madlad400-7b-mt-ct2-bfloat16")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("illian64/madlad400-7b-mt-ct2-bfloat16", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
madlad400-7b-mt-ct2-bfloat16
16.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
illian64's picture
illian64
Upload model.bin
50b9b9b verified 8 months ago
  • .gitattributes
    1.57 kB
    Upload 4 files 8 months ago
  • README.md
    2.98 kB
    Create README.md 8 months ago
  • config.json
    234 Bytes
    Upload 4 files 8 months ago
  • model.bin
    16.6 GB
    xet
    Upload model.bin 8 months ago
  • shared_vocabulary.json
    5.73 MB
    Upload 4 files 8 months ago
  • tokenizer.json
    16.6 MB
    xet
    Upload 4 files 8 months ago
  • tokenizer_config.json
    830 Bytes
    Upload 4 files 8 months ago