flunardelli commited on
Commit
ede8d8f
·
verified ·
1 Parent(s): c607184

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ evals/mmlu/meta-llama__Llama-3.2-1B-Instruct/samples_mmlu_all_2024-11-23T10-22-10.650735.jsonl filter=lfs diff=lfs merge=lfs -text
evals/mmlu/meta-llama__Llama-3.2-1B-Instruct/results_2024-11-23T10-22-10.650735.json ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "mmlu_all": {
4
+ "alias": "mmlu_all",
5
+ "acc,none": 0.3446802449793477,
6
+ "acc_stderr,none": 0.004010844335198814,
7
+ "acc_norm,none": 0.3446802449793477,
8
+ "acc_norm_stderr,none": 0.004010844335198814
9
+ }
10
+ },
11
+ "group_subtasks": {
12
+ "mmlu_all": []
13
+ },
14
+ "configs": {
15
+ "mmlu_all": {
16
+ "task": "mmlu_all",
17
+ "dataset_path": "cais/mmlu",
18
+ "dataset_name": "all",
19
+ "test_split": "test",
20
+ "fewshot_split": "dev",
21
+ "doc_to_text": "{{question.strip()}} A. {{choices[0]}} B. {{choices[1]}} C. {{choices[2]}} D. {{choices[3]}} Answer:",
22
+ "doc_to_target": "answer",
23
+ "doc_to_choice": [
24
+ "A",
25
+ "B",
26
+ "C",
27
+ "D"
28
+ ],
29
+ "description": "MMLU dataset",
30
+ "target_delimiter": " ",
31
+ "fewshot_delimiter": "\n\n",
32
+ "fewshot_config": {
33
+ "sampler": "first_n"
34
+ },
35
+ "num_fewshot": 0,
36
+ "metric_list": [
37
+ {
38
+ "metric": "acc",
39
+ "aggregation": "mean",
40
+ "higher_is_better": true
41
+ },
42
+ {
43
+ "metric": "acc_norm",
44
+ "aggregation": "mean",
45
+ "higher_is_better": true
46
+ }
47
+ ],
48
+ "output_type": "multiple_choice",
49
+ "repeats": 1,
50
+ "should_decontaminate": false
51
+ }
52
+ },
53
+ "versions": {
54
+ "mmlu_all": "Yaml"
55
+ },
56
+ "n-shot": {
57
+ "mmlu_all": 0
58
+ },
59
+ "higher_is_better": {
60
+ "mmlu_all": {
61
+ "acc": true,
62
+ "acc_norm": true
63
+ }
64
+ },
65
+ "n-samples": {
66
+ "mmlu_all": {
67
+ "original": 14042,
68
+ "effective": 14042
69
+ }
70
+ },
71
+ "config": {
72
+ "model": "hf",
73
+ "model_args": "pretrained=meta-llama/Llama-3.2-1B-Instruct,parallelize=True",
74
+ "batch_size": "16",
75
+ "batch_sizes": [],
76
+ "device": null,
77
+ "use_cache": "cache",
78
+ "limit": null,
79
+ "bootstrap_iters": 100000,
80
+ "gen_kwargs": null,
81
+ "random_seed": 0,
82
+ "numpy_seed": 1234,
83
+ "torch_seed": 1234,
84
+ "fewshot_seed": 1234
85
+ },
86
+ "git_hash": null,
87
+ "date": 1732355515.7238777,
88
+ "pretty_env_info": "PyTorch version: 2.5.1+cu121\nIs debug build: False\nCUDA used to build PyTorch: 12.1\nROCM used to build PyTorch: N/A\n\nOS: Ubuntu 22.04.3 LTS (x86_64)\nGCC version: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0\nClang version: 14.0.0-1ubuntu1.1\nCMake version: version 3.30.5\nLibc version: glibc-2.35\n\nPython version: 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] (64-bit runtime)\nPython platform: Linux-6.1.85+-x86_64-with-glibc2.35\nIs CUDA available: True\nCUDA runtime version: 12.2.140\nCUDA_MODULE_LOADING set to: LAZY\nGPU models and configuration: GPU 0: Tesla T4\nNvidia driver version: 535.104.05\ncuDNN version: Probably one of the following:\n/usr/lib/x86_64-linux-gnu/libcudnn.so.8.9.6\n/usr/lib/x86_64-linux-gnu/libcudnn_adv_infer.so.8.9.6\n/usr/lib/x86_64-linux-gnu/libcudnn_adv_train.so.8.9.6\n/usr/lib/x86_64-linux-gnu/libcudnn_cnn_infer.so.8.9.6\n/usr/lib/x86_64-linux-gnu/libcudnn_cnn_train.so.8.9.6\n/usr/lib/x86_64-linux-gnu/libcudnn_ops_infer.so.8.9.6\n/usr/lib/x86_64-linux-gnu/libcudnn_ops_train.so.8.9.6\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: 46 bits physical, 48 bits virtual\nByte Order: Little Endian\nCPU(s): 8\nOn-line CPU(s) list: 0-7\nVendor ID: GenuineIntel\nModel name: Intel(R) Xeon(R) CPU @ 2.00GHz\nCPU family: 6\nModel: 85\nThread(s) per core: 2\nCore(s) per socket: 4\nSocket(s): 1\nStepping: 3\nBogoMIPS: 4000.31\nFlags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single ssbd ibrs ibpb stibp fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f avx512dq rdseed adx smap clflushopt clwb avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves arat md_clear arch_capabilities\nHypervisor vendor: KVM\nVirtualization type: full\nL1d cache: 128 KiB (4 instances)\nL1i cache: 128 KiB (4 instances)\nL2 cache: 4 MiB (4 instances)\nL3 cache: 38.5 MiB (1 instance)\nNUMA node(s): 1\nNUMA node0 CPU(s): 0-7\nVulnerability Gather data sampling: Not affected\nVulnerability Itlb multihit: Not affected\nVulnerability L1tf: Mitigation; PTE Inversion\nVulnerability Mds: Vulnerable; SMT Host state unknown\nVulnerability Meltdown: Vulnerable\nVulnerability Mmio stale data: Vulnerable\nVulnerability Reg file data sampling: Not affected\nVulnerability Retbleed: Vulnerable\nVulnerability Spec rstack overflow: Not affected\nVulnerability Spec store bypass: Vulnerable\nVulnerability Spectre v1: Vulnerable: __user pointer sanitization and usercopy barriers only; no swapgs barriers\nVulnerability Spectre v2: Vulnerable; IBPB: disabled; STIBP: disabled; PBRSB-eIBRS: Not affected; BHI: Vulnerable (Syscall hardening enabled)\nVulnerability Srbds: Not affected\nVulnerability Tsx async abort: Vulnerable\n\nVersions of relevant libraries:\n[pip3] numpy==1.26.4\n[pip3] optree==0.13.1\n[pip3] torch==2.5.1+cu121\n[pip3] torchaudio==2.5.1+cu121\n[pip3] torchsummary==1.5.1\n[pip3] torchvision==0.20.1+cu121\n[conda] Could not collect",
89
+ "transformers_version": "4.46.2",
90
+ "upper_git_hash": null,
91
+ "tokenizer_pad_token": [
92
+ "<|eot_id|>",
93
+ "128009"
94
+ ],
95
+ "tokenizer_eos_token": [
96
+ "<|eot_id|>",
97
+ "128009"
98
+ ],
99
+ "tokenizer_bos_token": [
100
+ "<|begin_of_text|>",
101
+ "128000"
102
+ ],
103
+ "eot_token_id": 128009,
104
+ "max_length": 131072,
105
+ "task_hashes": {
106
+ "mmlu_all": "773386bcbb5bf3502e64a945b1a08bc1ee97dc543d5e6bdfbdd881f7808875e2"
107
+ },
108
+ "model_source": "hf",
109
+ "model_name": "meta-llama/Llama-3.2-1B-Instruct",
110
+ "model_name_sanitized": "meta-llama__Llama-3.2-1B-Instruct",
111
+ "system_instruction": null,
112
+ "system_instruction_sha": null,
113
+ "fewshot_as_multiturn": false,
114
+ "chat_template": null,
115
+ "chat_template_sha": null,
116
+ "start_time": 1076.669535267,
117
+ "end_time": 2900.693993239,
118
+ "total_evaluation_time_seconds": "1824.0244579720002"
119
+ }
evals/mmlu/meta-llama__Llama-3.2-1B-Instruct/samples_mmlu_all_2024-11-23T10-22-10.650735.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b33fe6afcd5021cdff92ecf2defcea80b9a217308d40611ae92caa1ebadefaf
3
+ size 44759670