File size: 2,099 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
{
  "results": {
    "polish_klej_ner_multiple_choice": {
      "acc,none": 0.07337220602526726,
      "acc_stderr,none": 0.005749119076407838,
      "acc_norm,none": 0.1151603498542274,
      "acc_norm_stderr,none": 0.0070382814502759974,
      "alias": "polish_klej_ner_multiple_choice"
    }
  },
  "configs": {
    "polish_klej_ner_multiple_choice": {
      "task": "polish_klej_ner_multiple_choice",
      "dataset_path": "allegro/klej-nkjp-ner",
      "training_split": "train",
      "validation_split": "validation",
      "test_split": "test",
      "fewshot_split": "train",
      "doc_to_text": "Zdanie: \"{{sentence}}\"\nJakiego rodzaju jest nazwana jednostka, jeżeli występuje w podanym zdaniu?\nMożliwe odpowiedzi: Brak nazwanej jednostki, Nazwa miejsca, Nazwa osoby, Nazwa organizacji, Czas, Nazwa geograficzna.\nRodzaj:",
      "doc_to_target": "{{{'noEntity': 0, 'placeName': 1, 'persName': 2, 'orgName': 3, 'time': 4, 'geogName': 5}.get(target)}}",
      "doc_to_choice": [
        "Brak jednostki",
        "Nazwa miejsca",
        "Nazwa osoby",
        "Nazwa organizacji",
        "Czas",
        "Nazwa geograficzna"
      ],
      "description": "",
      "target_delimiter": " ",
      "fewshot_delimiter": "\n\n",
      "num_fewshot": 0,
      "metric_list": [
        {
          "metric": "acc",
          "aggregation": "mean",
          "higher_is_better": true
        },
        {
          "metric": "acc_norm",
          "aggregation": "mean",
          "higher_is_better": true
        }
      ],
      "output_type": "multiple_choice",
      "repeats": 1,
      "should_decontaminate": true,
      "doc_to_decontamination_query": "{{sentence}}"
    }
  },
  "versions": {
    "polish_klej_ner_multiple_choice": "Yaml"
  },
  "n-shot": {
    "polish_klej_ner_multiple_choice": 0
  },
  "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
}