File size: 1,269 Bytes
e0a3412
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
50
51
52
53
54
55
56
57
58
59
{
  "results": {
    "rte": {
      "acc,none": 0.8014440433212996,
      "acc_stderr,none": 0.024011733902867625,
      "alias": "rte"
    }
  },
  "configs": {
    "rte": {
      "task": "rte",
      "group": "glue",
      "dataset_path": "glue",
      "dataset_name": "rte",
      "training_split": "train",
      "validation_split": "validation",
      "doc_to_text": "{{sentence1}}\nQuestion: {{sentence2}} True or False?\nAnswer:",
      "doc_to_target": "label",
      "doc_to_choice": [
        "True",
        "False"
      ],
      "description": "",
      "target_delimiter": " ",
      "fewshot_delimiter": "\n\n",
      "metric_list": [
        {
          "metric": "acc"
        }
      ],
      "output_type": "multiple_choice",
      "repeats": 1,
      "should_decontaminate": false,
      "metadata": {
        "version": 1.0
      }
    }
  },
  "versions": {
    "rte": 1.0
  },
  "n-shot": {
    "rte": 0
  },
  "config": {
    "model": "hf",
    "model_args": "pretrained=bigscience/bloomz-7b1-mt,dtype=bfloat16,trust_remote_code=True",
    "batch_size": "auto",
    "batch_sizes": [
      16
    ],
    "device": null,
    "use_cache": null,
    "limit": null,
    "bootstrap_iters": 100000,
    "gen_kwargs": null
  },
  "git_hash": "62513ca"
}