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 / ct2-int8_float32
40.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
DanVP's picture
DanVP
v4.0: diversity-scaled pool + light DPO polish (drop-in over v3.0)
d9ff4c6 verified 7 days ago
  • config.json
    233 Bytes
    v3.0: V2-grammar (g120k) β€” better grammar/idiom, less repetition (drop-in over v2.2) 11 days ago
  • model.bin

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    37.9 MB
    xet
    v4.0: diversity-scaled pool + light DPO polish (drop-in over v3.0) 7 days ago
  • shared_vocabulary.json
    457 kB
    v3.0: V2-grammar (g120k) β€” better grammar/idiom, less repetition (drop-in over v2.2) 11 days ago
  • source.spm
    606 kB
    xet
    Add ct2-int8_float32 conversion for faster inference 14 days ago
  • special_tokens_map.json
    100 Bytes
    v3.0: V2-grammar (g120k) β€” better grammar/idiom, less repetition (drop-in over v2.2) 11 days ago
  • target.spm
    606 kB
    xet
    Add ct2-int8_float32 conversion for faster inference 14 days ago
  • tokenizer_config.json
    1.12 kB
    v4.0: diversity-scaled pool + light DPO polish (drop-in over v3.0) 7 days ago
  • vocab.json
    614 kB
    v4.0: diversity-scaled pool + light DPO polish (drop-in over v3.0) 7 days ago