File size: 2,123 Bytes
ecde7c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
  "results": {
    "polemo2_in2": {
      "exact_match,score-first": 0.2257617728531856,
      "exact_match_stderr,score-first": 0.015570224561218982,
      "alias": "polemo2_in2"
    }
  },
  "configs": {
    "polemo2_in2": {
      "task": "polemo2_in2",
      "group": [
        "polemo2"
      ],
      "dataset_path": "allegro/klej-polemo2-in",
      "training_split": "train",
      "validation_split": "validation",
      "test_split": "test",
      "doc_to_text": "Opinia: \"{{sentence}}\"\nOkreśl sentyment podanej opinii. Możliwe odpowiedzi:\nA - Neutralny\nB - Negatywny\nC - Pozytywny\nD - Niejednoznaczny\nPrawidłowa odpowiedź:",
      "doc_to_target": "{{{'__label__meta_zero': 'A', '__label__meta_minus_m': 'B', '__label__meta_plus_m': 'C', '__label__meta_amb': 'D'}.get(target)}}",
      "description": "",
      "target_delimiter": " ",
      "fewshot_delimiter": "\n\n",
      "num_fewshot": 5,
      "metric_list": [
        {
          "metric": "exact_match",
          "aggregation": "mean",
          "higher_is_better": true
        }
      ],
      "output_type": "generate_until",
      "generation_kwargs": {
        "until": [
          ".",
          ","
        ],
        "do_sample": false,
        "temperature": 0.0,
        "max_gen_toks": 50
      },
      "repeats": 1,
      "filter_list": [
        {
          "name": "score-first",
          "filter": [
            {
              "function": "regex",
              "regex_pattern": "(\\b[ABCD]\\b)"
            },
            {
              "function": "take_first"
            }
          ]
        }
      ],
      "should_decontaminate": true,
      "doc_to_decontamination_query": "{{sentence}}",
      "metadata": {
        "version": 1.0
      }
    }
  },
  "versions": {
    "polemo2_in2": 1.0
  },
  "n-shot": {
    "polemo2_in2": 5
  },
  "config": {
    "model": "hf",
    "model_args": "pretrained=Azurro/APT3-1B-Base",
    "batch_size": "16",
    "batch_sizes": [],
    "device": "cuda:0",
    "use_cache": null,
    "limit": null,
    "bootstrap_iters": 100000,
    "gen_kwargs": null
  },
  "git_hash": null
}