Skip to content

Supported Resources

Note: This page is auto-generated during the CI/CD pipeline. Last updated: 2025-07-25 10:57:32 UTC

The following resources are currently supported by KARMA:

Currently supported datasets (20 total):

DatasetTask TypeMetricsRequired ArgsProcessorsSplit
ChuGyouk/MedXpertQAmcqaexact_matchtest
Tonic/Health-Bench-Eval-OSS-2025-07rubric_evaluationrubric_evaluationoss_eval
ai4bharat/IN22-Convtranslationbleusource_language, target_languagedevnagari_transliteratortest
ai4bharat/IndicVoicestranscriptionwer, cer, asr_semantic_metriclanguagemultilingual_text_processorvalid
ekacare/MedMCQA-Indicmcqaexact_matchsubsettest
ekacare/clinical_note_generation_datasettext_to_jsonjson_rubric_evaluationtest
ekacare/eka-medical-asr-evaluation-datasettranscriptionwer, cer, asr_semantic_metriclanguagemultilingual_text_processortest
ekacare/ekacare_medical_history_summarisationrubric_evaluationrubric_evaluationtest
ekacare/medical_records_parsing_validation_setimage_to_jsonjson_rubric_evaluationtest
ekacare/vistaar_small_asr_evaltranscriptionwer, cer, asr_semantic_metriclanguagemultilingual_text_processortest
flaviagiammarino/vqa-radvqaexact_match, tokenised_f1test
mdwiratathya/SLAKE-vqa-englishvqaexact_match, tokenised_f1test
openlifescienceai/medmcqamcqaexact_matchvalidation
openlifescienceai/medqamcqaexact_matchtest
openlifescienceai/mmlu_anatomymcqaexact_matchtest
openlifescienceai/mmlu_clinical_knowledgemcqaexact_matchtest
openlifescienceai/mmlu_college_biologymcqaexact_matchtest
openlifescienceai/mmlu_college_medicinemcqaexact_matchtest
openlifescienceai/mmlu_professional_medicinemcqaexact_matchtest
openlifescienceai/pubmedqamcqaexact_matchtest

Recreate this through

karma list datasets

Currently supported models (17 total):

Model Name
Qwen/Qwen3-0.6B
Qwen/Qwen3-1.7B
aws-transcribe
docassistchat/default
ekacare/parrotlet-v-lite-4b
gemini-2.0-flash
gemini-2.5-flash
google/medgemma-4b-it
gpt-3.5-turbo
gpt-4.1
gpt-4o
gpt-4o-mini
gpt-4o-transcribe
o3
us.anthropic.claude-3-5-sonnet-20240620-v1:0
us.anthropic.claude-3-5-sonnet-20241022-v2:0
us.anthropic.claude-sonnet-4-20250514-v1:0

Recreate this through

karma list models

Currently supported metrics (8 total):

Metric Name
bleu
cer
exact_match
f1
json_rubric_evaluation
rubric_evaluation
tokenised_f1
wer

Recreate this through

karma list metrics

Use the following commands to explore available resources:

Terminal window
# List all models
karma list models
# List all datasets
karma list datasets
# List all metrics
karma list metrics
# List all processors
karma list processors
# Get detailed information about a specific resource
karma info model "Qwen/Qwen3-0.6B"
karma info dataset "openlifescienceai/pubmedqa"

To add new models, datasets, or metrics to KARMA:

For more detailed information about the registry system, see the Registry Documentation.