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

ngocdang83
/
HachimiMT-30-zh-vi

Translation
Transformers
Safetensors
Chinese
Vietnamese
marian
text2text-generation
zh-vi
chinese-vietnamese
marianmt
machine-translation
Model card Files Files and versions
xet
Community

Instructions to use ngocdang83/HachimiMT-30-zh-vi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ngocdang83/HachimiMT-30-zh-vi 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="ngocdang83/HachimiMT-30-zh-vi")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("ngocdang83/HachimiMT-30-zh-vi")
    model = AutoModelForSeq2SeqLM.from_pretrained("ngocdang83/HachimiMT-30-zh-vi")
  • Notebooks
  • Google Colab
  • Kaggle
HachimiMT-30-zh-vi
164 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
ngocdang83's picture
ngocdang83
Update README.md
e28a933 verified about 1 month ago
  • ct2-int8_float32
    Add CTranslate2 INT8 runtime about 1 month ago
  • .gitattributes
    1.61 kB
    Add Hachimi MT 30 about 1 month ago
  • README.md
    2.24 kB
    Update README.md about 1 month ago
  • config.json
    861 Bytes
    Add Hachimi MT 30 about 1 month ago
  • generation_config.json
    191 Bytes
    Add Hachimi MT 30 about 1 month ago
  • model.safetensors
    127 MB
    xet
    Add Hachimi MT 30 about 1 month ago
  • source.spm
    612 kB
    xet
    Add Hachimi MT 30 about 1 month ago
  • special_tokens_map.json
    96 Bytes
    Add Hachimi MT 30 about 1 month ago
  • target.spm
    612 kB
    xet
    Add Hachimi MT 30 about 1 month ago
  • tokenizer_config.json
    1.03 kB
    Add Hachimi MT 30 about 1 month ago
  • vocab.json
    602 kB
    Add Hachimi MT 30 about 1 month ago