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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

AMAImedia
/
NOESIS-Hy-MT2-7.5B-BF16

Translation
Transformers
Safetensors
hunyuan_v1_dense
text-generation
noesis
noesis-dub-lm
dhcf-fno
amaimedia
sft
qlora
bf16
hunyuan
hy-mt2
tencent
dub-lm
live-voice-translate
Model card Files Files and versions
xet
Community

Instructions to use AMAImedia/NOESIS-Hy-MT2-7.5B-BF16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AMAImedia/NOESIS-Hy-MT2-7.5B-BF16 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="AMAImedia/NOESIS-Hy-MT2-7.5B-BF16")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("AMAImedia/NOESIS-Hy-MT2-7.5B-BF16")
    model = AutoModelForCausalLM.from_pretrained("AMAImedia/NOESIS-Hy-MT2-7.5B-BF16", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
NOESIS-Hy-MT2-7.5B-BF16
15 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
AMAImedia's picture
AMAImedia
docs: model card last updated 2026-08-29
bf5f022 verified 5 days ago
  • train
    Upload folder using huggingface_hub 18 days ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 18 days ago
  • LICENSE
    20.8 kB
    Upload folder using huggingface_hub 18 days ago
  • NOESIS_MERGE_MANIFEST.json
    533 Bytes
    Upload folder using huggingface_hub 18 days ago
  • README.md
    7.89 kB
    docs: model card last updated 2026-08-29 5 days ago
  • chat_template.jinja
    662 Bytes
    Upload folder using huggingface_hub 18 days ago
  • config.json
    1.46 kB
    Upload folder using huggingface_hub 18 days ago
  • generation_config.json
    235 Bytes
    Upload folder using huggingface_hub 18 days ago
  • model.safetensors
    15 GB
    xet
    Upload folder using huggingface_hub 18 days ago
  • tokenizer.json
    16.4 MB
    xet
    Upload folder using huggingface_hub 18 days ago
  • tokenizer_config.json
    288 Bytes
    Upload folder using huggingface_hub 18 days ago