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
      • 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
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
anandkaman's picture
anandkaman
SDK 0.1.4: client.py edits + version bump
3e3e232 verified 10 days ago
  • scripts
    Verified deployment matrix + pinned versions + assets/space + assets/scripts + bench JSONs 12 days ago
  • sdk
    SDK 0.1.4: client.py edits + version bump 10 days ago
  • space
    Sync space/static/ assets with deployed Space (elapsed counter) 12 days ago