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

ViuAI
/
ViuTranslate

Translation
Transformers
PyTorch
English
Hindi
viuai
viutranslate
sarus-500m
nmt
english-to-hindi
hindi-to-english
indic
devanagari
bfloat16
zero-synthetic
Model card Files Files and versions
xet
Community

Instructions to use ViuAI/ViuTranslate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ViuAI/ViuTranslate 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="ViuAI/ViuTranslate")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("ViuAI/ViuTranslate", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ViuTranslate
4.69 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 35 commits
ViuAI's picture
ViuAI
Fix: disable progress bars and memory copy during base checkpoint download
51eb3b0 verified 3 days ago
  • runners
    Add 1-click rental GPU Jupyter notebook runner 3 days ago
  • scripts
    Fix: disable progress bars and memory copy during base checkpoint download 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 4 days ago
  • README.md
    9.48 kB
    Design upgrade: Sleek tier-1 model card matching ViuAI-500M standards 4 days ago
  • config.py
    1.27 kB
    Upload config.py with huggingface_hub 4 days ago
  • generation_config.json
    221 Bytes
    Upload generation_config.json with huggingface_hub 4 days ago
  • model.py
    12.6 kB
    Upload model.py with huggingface_hub 4 days ago
  • special_tokens_map.json
    199 Bytes
    Upload special_tokens_map.json with huggingface_hub 4 days ago
  • tokenizer.json
    4.62 MB
    Upload tokenizer.json with huggingface_hub 4 days ago
  • tokenizer_config.json
    227 Bytes
    Upload tokenizer_config.json with huggingface_hub 4 days ago