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 / __pycache__
40 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
anandkaman's picture
anandkaman
ControlMT v2.2 initial release
4b22190 verified 5 days ago
  • configuration_controlmt.cpython-312.pyc
    2.74 kB
    ControlMT v2.2 initial release 5 days ago
  • model.cpython-312.pyc
    20.5 kB
    ControlMT v2.2 initial release 5 days ago
  • modeling_controlmt.cpython-312.pyc
    10.1 kB
    ControlMT v2.2 initial release 5 days ago
  • tokenization_controlmt.cpython-312.pyc
    6.66 kB
    ControlMT v2.2 initial release 5 days ago