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

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

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

  • Libraries
  • Transformers

    How to use DanVP/MoxhiMT-30 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-30")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("DanVP/MoxhiMT-30")
    model = AutoModelForSeq2SeqLM.from_pretrained("DanVP/MoxhiMT-30")
  • Notebooks
  • Google Colab
  • Kaggle
MoxhiMT-30
188 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 24 commits
DanVP's picture
DanVP
Update README.md
665a9dc verified about 6 hours ago
  • assets
    Remove non-transparent assets/moxhimt-logo-icon.svg 8 days ago
  • ct2-int8_float32
    v4.0: diversity-scaled pool + light DPO polish (drop-in over v3.0) 2 days ago
  • .gitattributes
    1.61 kB
    Initial upload: MoxhiMT-30 model weights 8 days ago
  • README.md
    3.49 kB
    Update README.md about 6 hours ago
  • config.json
    921 Bytes
    v4.0: diversity-scaled pool + light DPO polish (drop-in over v3.0) 2 days ago
  • generation_config.json
    286 Bytes
    v4.0: diversity-scaled pool + light DPO polish (drop-in over v3.0) 2 days ago
  • model.safetensors
    146 MB
    xet
    v4.0: diversity-scaled pool + light DPO polish (drop-in over v3.0) 2 days ago
  • source.spm
    606 kB
    xet
    Initial upload: MoxhiMT-30 model weights 8 days ago
  • special_tokens_map.json
    100 Bytes
    v3.0: V2-grammar (g120k) β€” better grammar/idiom, less repetition (drop-in over v2.2) 6 days ago
  • target.spm
    606 kB
    xet
    Initial upload: MoxhiMT-30 model weights 8 days ago
  • tokenizer_config.json
    1.12 kB
    v4.0: diversity-scaled pool + light DPO polish (drop-in over v3.0) 2 days ago
  • vocab.json
    614 kB
    v4.0: diversity-scaled pool + light DPO polish (drop-in over v3.0) 2 days ago