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 /sdk /src /controlmt
17.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
anandkaman's picture
anandkaman
SDK 0.1.4: client.py edits + version bump
3e3e232 verified 18 days ago
  • __init__.py
    1.1 kB
    SDK source: assets/sdk/ (8 files; pip install controlmt) 20 days ago
  • _version.py
    22 Bytes
    SDK 0.1.4: client.py edits + version bump 18 days ago
  • batching.py
    1.51 kB
    SDK source: assets/sdk/ (8 files; pip install controlmt) 20 days ago
  • client.py
    9.23 kB
    Replace stray § symbol with "Section " (model card, DEPLOYMENT, SDK 0.1.1) 20 days ago
  • device.py
    5.5 kB
    SDK 0.1.2: detect_libraries() now probes sentencepiece + huggingface_hub 20 days ago