bgaurav7 commited on
Commit
d0510f4
·
verified ·
1 Parent(s): d7d352a

Add README

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -36,19 +36,19 @@ output, and tool-calling cases.
36
 
37
  ## Dataset summary
38
 
39
- The test split is defined in `data/test/metadata.jsonl` (**200** rows). Each
40
  row has a `test_id` (for example `IMG-001`, `STO-020`) and a `modality`.
41
 
42
  | Modality | Samples | Focus |
43
  |----------------------|--------:|--------|
44
  | Image | 34 | VQA, OCR, description, classification, resolution / loop stress |
45
- | Audio | 33 | Transcription, spoken QA, translation, noise and edge cases |
46
  | Text | 39 | QA, translation, summarization, reasoning-style prompts |
47
  | Multi-turn | 24 | Context retention, KV-cache stress |
48
  | Combination | 28 | Cross-modal alignment |
49
  | Structured output | 30 | JSON schema, regex, grammar-style constraints (`constraint_type`) |
50
  | Tool call | 12 | Correct tool name, arguments, or valid refusal text |
51
- | **Total** | **200** | |
52
 
53
  ## Usage
54
 
 
36
 
37
  ## Dataset summary
38
 
39
+ The test split is defined in `data/test/metadata.jsonl` (**194** rows). Each
40
  row has a `test_id` (for example `IMG-001`, `STO-020`) and a `modality`.
41
 
42
  | Modality | Samples | Focus |
43
  |----------------------|--------:|--------|
44
  | Image | 34 | VQA, OCR, description, classification, resolution / loop stress |
45
+ | Audio | 27 | Transcription, spoken QA, translation, noise and edge cases |
46
  | Text | 39 | QA, translation, summarization, reasoning-style prompts |
47
  | Multi-turn | 24 | Context retention, KV-cache stress |
48
  | Combination | 28 | Cross-modal alignment |
49
  | Structured output | 30 | JSON schema, regex, grammar-style constraints (`constraint_type`) |
50
  | Tool call | 12 | Correct tool name, arguments, or valid refusal text |
51
+ | **Total** | **194** | |
52
 
53
  ## Usage
54