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

RohanMuralidharan
/
Transync

Translation
Transformers
PyTorch
mbart
text2text-generation
multilingual
indic
model
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use RohanMuralidharan/Transync 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="RohanMuralidharan/Transync")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("RohanMuralidharan/Transync")
    model = AutoModelForSeq2SeqLM.from_pretrained("RohanMuralidharan/Transync")
  • Notebooks
  • Google Colab
  • Kaggle
Transync
2.45 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
RohanMuralidharan's picture
RohanMuralidharan
Update transync_inference.py
385a1f9 verified 3 days ago
  • .gitattributes
    114 Bytes
    Upload 10 files 3 days ago
  • LICENSE
    1.09 kB
    Upload 10 files 3 days ago
  • README.md
    4.09 kB
    Update README.md 3 days ago
  • config.json
    1.4 kB
    Upload 10 files 3 days ago
  • generation_config.json
    255 Bytes
    Upload 10 files 3 days ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    2.44 GB
    xet
    Upload 10 files 3 days ago
  • requirements.txt
    128 Bytes
    Upload 10 files 3 days ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload 10 files 3 days ago
  • special_tokens_map.json
    811 Bytes
    Upload 10 files 3 days ago
  • tokenizer_config.json
    538 Bytes
    Upload 10 files 3 days ago
  • transync_inference.py
    16.2 kB
    Update transync_inference.py 3 days ago