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

anandkaman
/
controlmt-v2.3

Translation
Transformers
Safetensors
Kannada
English
controlmt
text2text-generation
machine-translation
kannada
english
indic
low-resource
code-mix
encoder-decoder
custom_code
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use anandkaman/controlmt-v2.3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use anandkaman/controlmt-v2.3 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="anandkaman/controlmt-v2.3", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForSeq2SeqLM
    model = AutoModelForSeq2SeqLM.from_pretrained("anandkaman/controlmt-v2.3", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
controlmt-v2.3 / assets /space
61.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
anandkaman's picture
anandkaman
Sync space/static/ assets with deployed Space (elapsed counter)
51a7678 verified 15 days ago
  • static
    Sync space/static/ assets with deployed Space (elapsed counter) 15 days ago
  • Dockerfile
    714 Bytes
    Verified deployment matrix + pinned versions + assets/space + assets/scripts + bench JSONs 15 days ago
  • README.md
    1.17 kB
    Verified deployment matrix + pinned versions + assets/space + assets/scripts + bench JSONs 15 days ago
  • main.py
    7.65 kB
    Verified deployment matrix + pinned versions + assets/space + assets/scripts + bench JSONs 15 days ago
  • pipeline.py
    6.69 kB
    Verified deployment matrix + pinned versions + assets/space + assets/scripts + bench JSONs 15 days ago
  • requirements.txt
    144 Bytes
    Verified deployment matrix + pinned versions + assets/space + assets/scripts + bench JSONs 15 days ago