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
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
Move AMAImedia author and social block to README header
Browse files
README.md
CHANGED
|
@@ -73,10 +73,6 @@ Released as part of the NOESIS Professional Multilingual Dubbing Automation Plat
|
|
| 73 |
- **NOESIS version:** v16.1
|
| 74 |
- **Release date:** 2026-08-26
|
| 75 |
|
| 76 |
-
## NOESIS / AMAImedia
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
# NOESIS-Hy-MT2-7.5B-BF16
|
| 81 |
|
| 82 |
> **NOESIS Professional Multilingual Dubbing Automation Platform**
|
|
|
|
| 73 |
- **NOESIS version:** v16.1
|
| 74 |
- **Release date:** 2026-08-26
|
| 75 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
# NOESIS-Hy-MT2-7.5B-BF16
|
| 77 |
|
| 78 |
> **NOESIS Professional Multilingual Dubbing Automation Platform**
|