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

DanVP
/
MoxhiMT-60

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

Instructions to use DanVP/MoxhiMT-60 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use DanVP/MoxhiMT-60 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="DanVP/MoxhiMT-60")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("DanVP/MoxhiMT-60")
    model = AutoModelForSeq2SeqLM.from_pretrained("DanVP/MoxhiMT-60")
  • Notebooks
  • Google Colab
  • Kaggle
MoxhiMT-60
288 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
DanVP's picture
DanVP
add CTranslate2 int8 build
768f71b verified 25 days ago
  • ct2-int8
    add CTranslate2 int8 build 25 days ago
  • .gitattributes
    1.61 kB
    add target.spm 25 days ago
  • README.md
    2.09 kB
    README: basic MT model card 25 days ago
  • config.json
    962 Bytes
    add config.json 25 days ago
  • generation_config.json
    191 Bytes
    add generation_config.json 25 days ago
  • model.safetensors
    226 MB
    xet
    add model.safetensors 25 days ago
  • source.spm
    606 kB
    xet
    add source.spm 25 days ago
  • special_tokens_map.json
    96 Bytes
    add special_tokens_map.json 25 days ago
  • target.spm
    606 kB
    xet
    add target.spm 25 days ago
  • tokenizer_config.json
    1 kB
    add tokenizer_config.json 25 days ago
  • vocab.json
    590 kB
    add vocab.json 25 days ago