bgaurav7 commited on
Commit
3506923
·
verified ·
1 Parent(s): 70d2c4d

Add README

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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` (**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
 
 
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 | 27 | Transcription, spoken QA, translation, noise and edge cases |
46
+ | Text | 41 | QA, translation, summarization, reasoning-style prompts |
47
  | Multi-turn | 24 | Context retention, KV-cache stress |
48
  | Combination | 28 | Cross-modal alignment |
49
+ | Structured output | 32 | JSON schema, regex, grammar-style constraints (`constraint_type`) |
50
+ | Tool call | 14 | Correct tool name, arguments, or valid refusal text |
51
+ | **Total** | **200** | |
52
 
53
  ## Usage
54