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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

indiejoseph
/
bart-translation-zh-yue

Translation
Transformers
PyTorch
TensorBoard
Safetensors
Chinese
Yue Chinese
bart
text2text-generation
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use indiejoseph/bart-translation-zh-yue with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use indiejoseph/bart-translation-zh-yue 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="indiejoseph/bart-translation-zh-yue")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("indiejoseph/bart-translation-zh-yue")
    model = AutoModelForSeq2SeqLM.from_pretrained("indiejoseph/bart-translation-zh-yue", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bart-translation-zh-yue / runs
101 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
indiejoseph's picture
indiejoseph
Training in progress, step 500
f31f0bc almost 3 years ago
  • Oct24_10-35-56_18834f239cd6
    Training in progress, step 500 almost 3 years ago
  • Oct24_10-37-00_18834f239cd6
    Training in progress, step 500 almost 3 years ago
  • Oct25_11-03-30_18834f239cd6
    Training in progress, step 500 almost 3 years ago
  • Oct25_14-36-07_18834f239cd6
    Training in progress, step 500 almost 3 years ago
  • Oct26_16-39-36_18834f239cd6
    Training in progress, step 500 almost 3 years ago
  • Oct26_18-00-19_18834f239cd6
    Training in progress, step 500 almost 3 years ago
  • Oct27_15-33-29_18834f239cd6
    Training in progress, step 500 almost 3 years ago