File size: 901 Bytes
a5381d1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "seed": 42,
  "evidence_context_ratio": 0.5,
  "fulltext_max_chars": null,
  "train": {
    "rows": 2593,
    "context_mode_counts": {
      "evidence": 1296,
      "full_text": 1297
    },
    "answer_type_counts": {
      "free_form": 615,
      "extractive": 1311,
      "yes_no": 396,
      "unanswerable": 271
    }
  },
  "validation": {
    "rows": 1005,
    "context_mode_counts": {
      "evidence": 502,
      "full_text": 503
    },
    "answer_type_counts": {
      "free_form": 355,
      "extractive": 463,
      "yes_no": 127,
      "unanswerable": 60
    }
  },
  "paths": {
    "train_jsonl": "/d/hpc/projects/FRI/DL/Scholar/prepared_datasets/qasper_unsloth/train.jsonl",
    "validation_jsonl": "/d/hpc/projects/FRI/DL/Scholar/prepared_datasets/qasper_unsloth/validation.jsonl",
    "stats_json": "/d/hpc/projects/FRI/DL/Scholar/prepared_datasets/qasper_unsloth/stats.json"
  }
}