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 / eval_results
79.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
anandkaman's picture
anandkaman
Replace stray § symbol with "Section " (model card, DEPLOYMENT, SDK 0.1.1)
d46b80d verified 16 days ago
  • deployment_bench
    Verified deployment matrix + pinned versions + assets/space + assets/scripts + bench JSONs 16 days ago
  • README.md
    3.87 kB
    ControlMT v2.2 initial release 18 days ago
  • eval_curated_v22.json
    744 Bytes
    Fix HF auto_map (add tokenizer_config.json + list form); honest style framing + add curated eval scores 18 days ago
  • flores_devtest.json
    1.4 kB
    v2.3 release — single-register retrain, FLORES BLEU 27.20/18.50, COMET 0.8459/0.8443; style endpoints hidden from API 17 days ago
  • flores_devtest_report.md
    587 Bytes
    Replace stray § symbol with "Section " (model card, DEPLOYMENT, SDK 0.1.1) 16 days ago
  • flores_devtest_runlog.txt
    43 kB
    ControlMT v2.2 initial release 18 days ago
  • flores_devtest_samples.md
    13.5 kB
    ControlMT v2.2 initial release 18 days ago
  • in22_conv.json
    1.73 kB
    Add IN22-Conv v2.3 eval results: COMET-DA 0.8232/0.8320, CometKiwi 0.8143/0.8845 (clears all floors) 17 days ago
  • in22_conv_report.md
    581 Bytes
    Replace stray § symbol with "Section " (model card, DEPLOYMENT, SDK 0.1.1) 16 days ago
  • in22_gen.json
    697 Bytes
    Fix HF auto_map (add tokenizer_config.json + list form); honest style framing + add curated eval scores 18 days ago