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-NF4

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

Instructions to use AMAImedia/NOESIS-Hy-MT2-7.5B-NF4 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-NF4 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-NF4")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("AMAImedia/NOESIS-Hy-MT2-7.5B-NF4")
    model = AutoModelForCausalLM.from_pretrained("AMAImedia/NOESIS-Hy-MT2-7.5B-NF4", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
NOESIS-Hy-MT2-7.5B-NF4
4.67 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
AMAImedia's picture
AMAImedia
Unify NOESIS model card header
4ebe816 verified 4 days ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 4 days ago
  • LICENSE
    20.8 kB
    Upload folder using huggingface_hub 4 days ago
  • NOESIS_NF4_MANIFEST.json
    695 Bytes
    Upload folder using huggingface_hub 4 days ago
  • README.md
    8.24 kB
    Unify NOESIS model card header 4 days ago
  • chat_template.jinja
    662 Bytes
    Upload folder using huggingface_hub 4 days ago
  • config.json
    1.96 kB
    Upload folder using huggingface_hub 4 days ago
  • generation_config.json
    235 Bytes
    Upload folder using huggingface_hub 4 days ago
  • model.safetensors
    4.65 GB
    xet
    Upload folder using huggingface_hub 4 days ago
  • tokenizer.json
    16.4 MB
    xet
    Upload folder using huggingface_hub 4 days ago
  • tokenizer_config.json
    288 Bytes
    Upload folder using huggingface_hub 4 days ago