pankajmathur commited on
Commit
217b1f0
1 Parent(s): 6417927

Delete open-llm-lb-2-evals-log/results_2024-07-09T18-34-22.230254.json

Browse files
open-llm-lb-2-evals-log/results_2024-07-09T18-34-22.230254.json DELETED
@@ -1,135 +0,0 @@
1
- {
2
- "results": {
3
- "leaderboard_ifeval": {
4
- "alias": "leaderboard_ifeval",
5
- "prompt_level_strict_acc,none": 0.32532347504621073,
6
- "prompt_level_strict_acc_stderr,none": 0.020160839912603118,
7
- "inst_level_strict_acc,none": 0.4580335731414868,
8
- "inst_level_strict_acc_stderr,none": "N/A",
9
- "prompt_level_loose_acc,none": 0.3807763401109057,
10
- "prompt_level_loose_acc_stderr,none": 0.020895937888190833,
11
- "inst_level_loose_acc,none": 0.5059952038369304,
12
- "inst_level_loose_acc_stderr,none": "N/A"
13
- }
14
- },
15
- "group_subtasks": {
16
- "leaderboard_ifeval": []
17
- },
18
- "configs": {
19
- "leaderboard_ifeval": {
20
- "task": "leaderboard_ifeval",
21
- "dataset_path": "wis-k/instruction-following-eval",
22
- "test_split": "train",
23
- "doc_to_text": "prompt",
24
- "doc_to_target": 0,
25
- "process_results": "def process_results(doc, results):\n inp = InputExample(\n key=doc[\"key\"],\n instruction_id_list=doc[\"instruction_id_list\"],\n prompt=doc[\"prompt\"],\n kwargs=doc[\"kwargs\"],\n )\n response = results[0]\n\n out_strict = test_instruction_following_strict(inp, response)\n out_loose = test_instruction_following_loose(inp, response)\n\n return {\n \"prompt_level_strict_acc\": out_strict.follow_all_instructions,\n \"inst_level_strict_acc\": out_strict.follow_instruction_list,\n \"prompt_level_loose_acc\": out_loose.follow_all_instructions,\n \"inst_level_loose_acc\": out_loose.follow_instruction_list,\n }\n",
26
- "description": "",
27
- "target_delimiter": " ",
28
- "fewshot_delimiter": "\n\n",
29
- "fewshot_config": {
30
- "sampler": "first_n"
31
- },
32
- "num_fewshot": 0,
33
- "metric_list": [
34
- {
35
- "metric": "prompt_level_strict_acc",
36
- "aggregation": "mean",
37
- "higher_is_better": true
38
- },
39
- {
40
- "metric": "inst_level_strict_acc",
41
- "aggregation": "def agg_inst_level_acc(items):\n flat_items = [item for sublist in items for item in sublist]\n inst_level_acc = sum(flat_items) / len(flat_items)\n return inst_level_acc\n",
42
- "higher_is_better": true
43
- },
44
- {
45
- "metric": "prompt_level_loose_acc",
46
- "aggregation": "mean",
47
- "higher_is_better": true
48
- },
49
- {
50
- "metric": "inst_level_loose_acc",
51
- "aggregation": "def agg_inst_level_acc(items):\n flat_items = [item for sublist in items for item in sublist]\n inst_level_acc = sum(flat_items) / len(flat_items)\n return inst_level_acc\n",
52
- "higher_is_better": true
53
- }
54
- ],
55
- "output_type": "generate_until",
56
- "generation_kwargs": {
57
- "until": [],
58
- "do_sample": false,
59
- "temperature": 0.0,
60
- "max_gen_toks": 1280
61
- },
62
- "repeats": 1,
63
- "should_decontaminate": false,
64
- "metadata": {
65
- "version": 2.0
66
- }
67
- }
68
- },
69
- "versions": {
70
- "leaderboard_ifeval": 2.0
71
- },
72
- "n-shot": {
73
- "leaderboard_ifeval": 0
74
- },
75
- "higher_is_better": {
76
- "leaderboard_ifeval": {
77
- "prompt_level_strict_acc": true,
78
- "inst_level_strict_acc": true,
79
- "prompt_level_loose_acc": true,
80
- "inst_level_loose_acc": true
81
- }
82
- },
83
- "n-samples": {
84
- "leaderboard_ifeval": {
85
- "original": 541,
86
- "effective": 541
87
- }
88
- },
89
- "config": {
90
- "model": "hf",
91
- "model_args": "pretrained=pankajmathur/orca_mini_v6_8b,dtype=bfloat16",
92
- "batch_size": "auto",
93
- "batch_sizes": [],
94
- "device": "cuda:0",
95
- "use_cache": "cache_pankajmathur/orca_mini_v6_8b/leaderboard_ifeval",
96
- "limit": null,
97
- "bootstrap_iters": 100000,
98
- "gen_kwargs": null,
99
- "random_seed": 0,
100
- "numpy_seed": 1234,
101
- "torch_seed": 1234,
102
- "fewshot_seed": 1234
103
- },
104
- "git_hash": "773209c",
105
- "date": 1720548070.8930266,
106
- "pretty_env_info": "PyTorch version: 2.2.0+cu121\nIs debug build: False\nCUDA used to build PyTorch: 12.1\nROCM used to build PyTorch: N/A\n\nOS: Ubuntu 22.04.4 LTS (x86_64)\nGCC version: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0\nClang version: Could not collect\nCMake version: Could not collect\nLibc version: glibc-2.35\n\nPython version: 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] (64-bit runtime)\nPython platform: Linux-5.15.0-60-generic-x86_64-with-glibc2.35\nIs CUDA available: True\nCUDA runtime version: 12.1.105\nCUDA_MODULE_LOADING set to: LAZY\nGPU models and configuration: GPU 0: NVIDIA A100-SXM4-80GB\nNvidia driver version: 535.104.05\ncuDNN version: Could not collect\nHIP runtime version: N/A\nMIOpen runtime version: N/A\nIs XNNPACK available: True\n\nCPU:\nArchitecture: x86_64\nCPU op-mode(s): 32-bit, 64-bit\nAddress sizes: 48 bits physical, 48 bits virtual\nByte Order: Little Endian\nCPU(s): 256\nOn-line CPU(s) list: 0-255\nVendor ID: AuthenticAMD\nModel name: AMD EPYC 7763 64-Core Processor\nCPU family: 25\nModel: 1\nThread(s) per core: 2\nCore(s) per socket: 64\nSocket(s): 2\nStepping: 1\nFrequency boost: enabled\nCPU max MHz: 3529.0520\nCPU min MHz: 1500.0000\nBogoMIPS: 4900.18\nFlags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 invpcid_single hw_pstate ssbd mba ibrs ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 invpcid cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload vgif v_spec_ctrl umip pku ospke vaes vpclmulqdq rdpid overflow_recov succor smca\nVirtualization: AMD-V\nL1d cache: 4 MiB (128 instances)\nL1i cache: 4 MiB (128 instances)\nL2 cache: 64 MiB (128 instances)\nL3 cache: 512 MiB (16 instances)\nNUMA node(s): 8\nNUMA node0 CPU(s): 0-15,128-143\nNUMA node1 CPU(s): 16-31,144-159\nNUMA node2 CPU(s): 32-47,160-175\nNUMA node3 CPU(s): 48-63,176-191\nNUMA node4 CPU(s): 64-79,192-207\nNUMA node5 CPU(s): 80-95,208-223\nNUMA node6 CPU(s): 96-111,224-239\nNUMA node7 CPU(s): 112-127,240-255\nVulnerability Itlb multihit: Not affected\nVulnerability L1tf: Not affected\nVulnerability Mds: Not affected\nVulnerability Meltdown: Not affected\nVulnerability Mmio stale data: Not affected\nVulnerability Retbleed: Not affected\nVulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp\nVulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization\nVulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP always-on, RSB filling, PBRSB-eIBRS Not affected\nVulnerability Srbds: Not affected\nVulnerability Tsx async abort: Not affected\n\nVersions of relevant libraries:\n[pip3] numpy==1.26.3\n[pip3] torch==2.2.0\n[pip3] torchaudio==2.2.0\n[pip3] torchvision==0.17.0\n[pip3] triton==2.2.0\n[conda] Could not collect",
107
- "transformers_version": "4.42.3",
108
- "upper_git_hash": "be01651cf6b611c09f088c336db74ea625227716",
109
- "tokenizer_pad_token": [
110
- "<|end_of_text|>",
111
- "128001"
112
- ],
113
- "tokenizer_eos_token": [
114
- "<|im_end|>",
115
- "128256"
116
- ],
117
- "tokenizer_bos_token": [
118
- "<|begin_of_text|>",
119
- "128000"
120
- ],
121
- "eot_token_id": 128256,
122
- "max_length": 8192,
123
- "task_hashes": {},
124
- "model_source": "hf",
125
- "model_name": "pankajmathur/orca_mini_v6_8b",
126
- "model_name_sanitized": "pankajmathur__orca_mini_v6_8b",
127
- "system_instruction": null,
128
- "system_instruction_sha": null,
129
- "fewshot_as_multiturn": false,
130
- "chat_template": null,
131
- "chat_template_sha": null,
132
- "start_time": 25395358.46866597,
133
- "end_time": 25397357.615242016,
134
- "total_evaluation_time_seconds": "1999.1465760469437"
135
- }