w.json 1.14 KB
Newer Older
lintangsutawika's avatar
lintangsutawika committed
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
  "results": {
    "winogrande": {
      "acc,none": 0.5,
      "acc_stderr,none": 0.5
    }
  },
  "configs": {
    "winogrande": {
      "task": "winogrande",
      "dataset_path": "winogrande",
      "dataset_name": "winogrande_xl",
      "training_split": "train",
      "validation_split": "validation",
      "doc_to_text": "<function doc_to_text at 0x7efcf0c7b1f0>",
      "doc_to_target": "<function doc_to_target at 0x7efcf0c7be50>",
      "gold_alias": "<function gold_alias at 0x7efcf0aaf1f0>",
      "description": "",
      "target_delimiter": " ",
      "fewshot_delimiter": "\n\n",
      "num_fewshot": 0,
      "metric_list": [
        {
          "metric": "acc",
          "aggregation": "mean",
          "higher_is_better": true
        }
      ],
      "output_type": "multiple_choice",
      "repeats": 1,
      "should_decontaminate": false
    }
  },
  "versions": {
    "winogrande": "Yaml"
  },
  "config": {
    "model": "hf",
    "model_args": "",
    "num_fewshot": 0,
    "batch_size": 1,
    "batch_sizes": [],
    "device": null,
    "use_cache": null,
    "limit": 2.0,
    "bootstrap_iters": 100000
  },
  "git_hash": "656c310"
}