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

ChatrealAI
/
Hunyuan-MT-Chimera-7B

Translation
Transformers
Safetensors
hunyuan_v1_dense
text-generation
Model card Files Files and versions
xet
Community

Instructions to use ChatrealAI/Hunyuan-MT-Chimera-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ChatrealAI/Hunyuan-MT-Chimera-7B 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="ChatrealAI/Hunyuan-MT-Chimera-7B")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("ChatrealAI/Hunyuan-MT-Chimera-7B")
    model = AutoModelForCausalLM.from_pretrained("ChatrealAI/Hunyuan-MT-Chimera-7B")
  • Notebooks
  • Google Colab
  • Kaggle
Hunyuan-MT-Chimera-7B
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
admaisun's picture
admaisun
Upload 12 files
c661137 verified 7 months ago
  • .gitattributes
    1.57 kB
    Upload 12 files 7 months ago
  • LICENSE
    15.7 kB
    Upload 12 files 7 months ago
  • README.md
    7.78 kB
    Upload 12 files 7 months ago
  • config.json
    1.34 kB
    Upload 12 files 7 months ago
  • generation_config.json
    205 Bytes
    Upload 12 files 7 months ago
  • gitattributes
    1.57 kB
    Upload 12 files 7 months ago
  • model-0001-of-0004.safetensors
    5.27 GB
    xet
    Upload 12 files 7 months ago
  • model-0002-of-0004.safetensors
    5.35 GB
    xet
    Upload 12 files 7 months ago
  • model-0003-of-0004.safetensors
    5.36 GB
    xet
    Upload 12 files 7 months ago
  • model-0004-of-0004.safetensors
    75.5 MB
    xet
    Upload 12 files 7 months ago
  • model.safetensors.index.json
    27.6 kB
    Upload 12 files 7 months ago
  • tokenizer.json
    16.4 MB
    xet
    Upload 12 files 7 months ago
  • tokenizer_config.json
    892 Bytes
    Upload 12 files 7 months ago