llama-7B_arithmetic_5-shot.json 1.32 KB
Newer Older
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
60
61
62
63
64
65
66
67
{
  "results": {
    "arithmetic_3ds": {
      "acc": 0.0,
      "acc_stderr": 0.0
    },
    "arithmetic_1dc": {
      "acc": 0.0,
      "acc_stderr": 0.0
    },
    "arithmetic_2da": {
      "acc": 0.0,
      "acc_stderr": 0.0
    },
    "arithmetic_4ds": {
      "acc": 0.0,
      "acc_stderr": 0.0
    },
    "arithmetic_3da": {
      "acc": 0.0,
      "acc_stderr": 0.0
    },
    "arithmetic_2ds": {
      "acc": 0.0,
      "acc_stderr": 0.0
    },
    "arithmetic_4da": {
      "acc": 0.0,
      "acc_stderr": 0.0
    },
    "arithmetic_5ds": {
      "acc": 0.0,
      "acc_stderr": 0.0
    },
    "arithmetic_2dm": {
      "acc": 0.0,
      "acc_stderr": 0.0
    },
    "arithmetic_5da": {
      "acc": 0.0,
      "acc_stderr": 0.0
    }
  },
  "versions": {
    "arithmetic_3ds": 0,
    "arithmetic_1dc": 0,
    "arithmetic_2da": 0,
    "arithmetic_4ds": 0,
    "arithmetic_3da": 0,
    "arithmetic_2ds": 0,
    "arithmetic_4da": 0,
    "arithmetic_5ds": 0,
    "arithmetic_2dm": 0,
    "arithmetic_5da": 0
  },
  "config": {
    "model": "hf-causal-experimental",
    "model_args": "pretrained=/gaueko1/hizkuntza-ereduak/LLaMA/lm/huggingface/7B,use_accelerate=True",
    "num_fewshot": 5,
    "batch_size": "auto",
    "device": "cuda:0",
    "no_cache": false,
    "limit": null,
    "bootstrap_iters": 100000,
    "description_dict": {}
  }
}