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

ngtoanrob
/
vien-translation

Translation
Transformers
PyTorch
TensorBoard
Vietnamese
English
t5
text2text-generation
text-generation-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use ngtoanrob/vien-translation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ngtoanrob/vien-translation 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="ngtoanrob/vien-translation")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("ngtoanrob/vien-translation")
    model = AutoModelForSeq2SeqLM.from_pretrained("ngtoanrob/vien-translation")
  • Notebooks
  • Google Colab
  • Kaggle
vien-translation
1.1 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 32 commits
ngtoanrob's picture
ngtoanrob
Update README.md
5ae0679 over 3 years ago
  • runs
    Training in progress, step 10000 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 over 3 years ago
  • README.md
    3.49 kB
    Update README.md over 3 years ago
  • config.json
    760 Bytes
    Upload T5ForConditionalGeneration over 3 years ago
  • generation_config.json
    142 Bytes
    Upload T5ForConditionalGeneration over 3 years ago
  • pytorch_model.bin
    1.1 GB
    xet
    Upload T5ForConditionalGeneration over 3 years ago
  • special_tokens_map.json
    1.11 kB
    Upload tokenizer over 3 years ago
  • tokenizer.json
    3.5 MB
    Upload tokenizer over 3 years ago
  • tokenizer_config.json
    1.45 kB
    Upload tokenizer over 3 years ago
  • training_args.bin
    3.64 kB
    xet
    Training in progress, step 500 over 3 years ago