lingzhiai commited on
Commit
e5e6569
1 Parent(s): 1af271d

Upload 72 files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +57 -3
  2. Results/Account/account.txt +1 -0
  3. Results/BBH/__gemini__platform__public__trained_models__sft__Qwen2_72B_SFT-2024.07.27-label.lingzhichat+account+law-exp.00__checkpoint-300/results_2024-08-01T00-53-06.421267.json +0 -0
  4. Results/CEVAL-VALID/__gemini__platform__public__trained_models__sft__Qwen2_72B_SFT-2024.07.27-label.lingzhichat+account+law-exp.00__checkpoint-300/results_2024-07-31T14-03-55.157974.json +0 -0
  5. Results/CMMLU/__gemini__platform__public__trained_models__sft__Qwen2_72B_SFT-2024.07.27-label.lingzhichat+account+law-exp.00__checkpoint-300/results_2024-07-31T13-52-48.618780.json +0 -0
  6. Results/GSM8K/__gemini__platform__public__trained_models__sft__Qwen2_72B_SFT-2024.07.27-label.lingzhichat+account+law-exp.00__checkpoint-300/results_2024-07-31T11-35-13.650950.json +157 -0
  7. Results/Law/law.txt +1 -0
  8. Results/MATHQA/__gemini__platform__public__trained_models__sft__Qwen2_72B_SFT-2024.07.27-label.lingzhichat+account+law-exp.00__checkpoint-300/results_2024-07-31T12-41-13.601625.json +120 -0
  9. Results/MMLU/__gemini__platform__public__trained_models__sft__Qwen2_72B_SFT-2024.07.27-label.lingzhichat+account+law-exp.00__checkpoint-300/results_2024-07-31T13-42-48.339284.json +0 -0
  10. added_tokens.json +5 -0
  11. config.json +28 -0
  12. configuration.json +1 -0
  13. generation_config.json +6 -0
  14. latest +1 -0
  15. merges.txt +0 -0
  16. model.safetensors.index.json +970 -0
  17. rng_state_0.pth +3 -0
  18. rng_state_1.pth +3 -0
  19. rng_state_10.pth +3 -0
  20. rng_state_11.pth +3 -0
  21. rng_state_12.pth +3 -0
  22. rng_state_13.pth +3 -0
  23. rng_state_14.pth +3 -0
  24. rng_state_15.pth +3 -0
  25. rng_state_16.pth +3 -0
  26. rng_state_17.pth +3 -0
  27. rng_state_18.pth +3 -0
  28. rng_state_19.pth +3 -0
  29. rng_state_2.pth +3 -0
  30. rng_state_20.pth +3 -0
  31. rng_state_21.pth +3 -0
  32. rng_state_22.pth +3 -0
  33. rng_state_23.pth +3 -0
  34. rng_state_24.pth +3 -0
  35. rng_state_25.pth +3 -0
  36. rng_state_26.pth +3 -0
  37. rng_state_27.pth +3 -0
  38. rng_state_28.pth +3 -0
  39. rng_state_29.pth +3 -0
  40. rng_state_3.pth +3 -0
  41. rng_state_30.pth +3 -0
  42. rng_state_31.pth +3 -0
  43. rng_state_32.pth +3 -0
  44. rng_state_33.pth +3 -0
  45. rng_state_34.pth +3 -0
  46. rng_state_35.pth +3 -0
  47. rng_state_36.pth +3 -0
  48. rng_state_37.pth +3 -0
  49. rng_state_38.pth +3 -0
  50. rng_state_39.pth +3 -0
README.md CHANGED
@@ -1,3 +1,57 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 灵智大模型 - 垂直领域行业专家
2
+
3
+ 🌐 [官方网站,欢迎访问](https://ailingzhi.com)
4
+
5
+ ## ✨ 亮点
6
+ - 从Qwen2-base完美复现了Qwen2-chat,并公开了训练数据;
7
+ - 在垂类领域训练场景下,灵智模型能够在提升垂类领域性能的同时也保持了通用领域的性能;
8
+ - 对多种训练范式(例如直接指令微调,先持续预训练再指令微调等八种范式)做了总结,并针对不同的模型大小采取了最佳的训练范式;
9
+ - 开源了8个灵智模型:`Lingzhi-0.5B-chat`, `Lingzhi-0.8B-chat`, `Lingzhi-1.5B-chat`, `Lingzhi-2.7B-chat`, `Lingzhi-7B-chat`, `Lingzhi-10B-chat`, `Lingzhi-57MOE14B-chat`, `Lingzhi-72B-chat`.
10
+
11
+ ## 📄 摘要
12
+ 在实际应用中,当预训练数据不可用时,进行**持续训练**是很常见的。然而,持续训练往往会在增强领域特定技能的同时导致大语言模型(LLMs)灾难性地遗忘其通用能力。在本文中,我们首先对八种常见的持续训练范式进行了实证研究,然后选择了最佳范式来训练灵智系列模型。实验表明,灵智能够在保持通用能力的同时增强领域特定的性能。我们已经开源了所有模型、训练数据和基准测试,用户可以将它们应用到自己的领域特定区域。
13
+
14
+ ## 📘 介绍
15
+ 大语言模型(LLMs)近年来因其在各种实际下游任务中的出色表现而备受关注。实际上,尽管现有的LLMs在通用领域表现良好,但由于在预训练或指令微调期间缺乏特定领域的专业暴露,它们可能在用户需要的特定领域(如会计、法律、金融)中表现不佳。
16
+
17
+ 为了提升LLMs在特定领域的表现,我们需要收集相应的数据进行持续学习,如持续预训练(CPT)或有监督微调(SFT)。然而,我们注意到,仅在特定领域进行持续学习可能导致通用能力的灾难性遗忘,如规划、指令执行、数学、编程和自然语言理解等。
18
+
19
+ 为了同时保持通用和领域特定能力,通常会部署一个未修改的原生模型用于通用任务,而一个微调模型用于专业任务。这将对计算硬件资源(如GPU和内存)提出巨大的需求,从而阻碍商业部署。众所周知,上述现象是业界面临的一个非常棘手的问题。因此,一个值得研究的问题出现了:如何在持续学习过程中提高领域特定的表现,而不损害通用能力?
20
+
21
+ 为了解决这个问题,我们进行了实证研究,探索了各种持续学习范式并总结了它们的优缺点。最终,在实证研究之后,我们选择了最佳的学习范式和训练数据,基于Qwen2-base进行持续学习,衍生出我们的灵智系列模型。经过大量实验,灵智能够在多个特定领域中表现出色,同时在通用能力方面也表现出与原始Qwen2-chat模型相当的性能。
22
+
23
+ ## 📊 结果
24
+
25
+ > 备注:Baselines中Qwen2的所有结果均是在我们统一的环境下进行评测的。
26
+
27
+ | **Base Model** | **General** | | | | | | | | **Domains** | | **Avg.** |
28
+ | :-------------------- | :---------- | :----- | :---------- | :----- | :------- | :----- | :-------- | :----- | :---------- | :----- | :------- |
29
+ | | **English** | | **Chinese** | | **Math** | | **Code** | | | | |
30
+ | | MMLU | BBH | C-Eval | CMMLU | GSM8K | MathQA | HumanEval | MBPP | Account | Law | |
31
+ | ***Baselines*** | | | | | | | | | | | |
32
+ | Qwen2-0\.5B-chat | 43\.30 | 10\.35 | 54\.16 | 53\.57 | 33\.97 | 25\.76 | 20\.73 | 12\.40 | 17\.01 | 25\.00 | 29\.62 |
33
+ | Qwen2-1\.5B-chat | 55\.73 | 9\.55 | 69\.32 | 70\.13 | 54\.21 | 32\.93 | 42\.68 | 20\.60 | 32\.65 | 42\.07 | 42\.99 |
34
+ | Qwen2-7B-chat | 69\.82 | 30\.56 | 81\.58 | 81\.77 | 66\.26 | 44\.09 | 72\.56 | 42\.20 | 55\.10 | 59\.15 | 60\.31 |
35
+ | Qwen2-57MOE14B-chat | | | | | | | | | | | |
36
+ | Qwen2-72B-chat | | | | | | | | | | | |
37
+ | ***Lingzhi Models*** | | | | | | | | | | | |
38
+ | Lingzhi-0\.5B-base | 44\.25 | 25\.65 | 55\.05 | 53\.74 | 29\.34 | 29\.18 | 25\.00 | 22\.40 | 25\.85 | 40\.24 | 35\.07 |
39
+ | Lingzhi-0\.8B-chat | 42\.93 | 27\.77 | 53\.34 | 50\.98 | 21\.00 | 28\.84 | 28\.66 | 18\.00 | 24\.49 | 40\.85 | 33\.69 |
40
+ | Lingzhi-1\.5B-base | 55\.35 | 33\.67 | 69\.47 | 69\.10 | 49\.58 | 35\.31 | 39\.02 | 31\.00 | 37\.41 | 42\.68 | 46\.26 |
41
+ | Lingzhi-2\.7B-chat | 53\.65 | 36\.77 | 67\.09 | 67\.39 | 46\.02 | 34\.51 | 40\.85 | 30\.00 | 38\.10 | 60\.98 | 47\.54 |
42
+ | Lingzhi-7B-base | 69\.06 | 58\.95 | 82\.69 | 83\.05 | 74\.22 | 45\.59 | 56\.10 | 49\.80 | 72\.79 | 89\.02 | 68\.13 |
43
+ | Lingzhi-10B-chat | 69\.37 | 64\.37 | 81\.50 | 82\.27 | 76\.19 | 46\.00 | 60\.98 | 50\.40 | 70\.07 | 82\.93 | 68\.41 |
44
+ | Lingzhi-57MOE14B-chat | | | | | | | | | | | |
45
+ | Lingzhi-72B-chat | | | | | | | | | | | |
46
+
47
+
48
+ ## 📚 引用
49
+ <span style="color:orange;">⚠️ **警告**</span> 如果您用到了我们的模型和数据,请使用以下参考文献。
50
+ ```
51
+ @misc{lingzhi,
52
+ title={Lingzhi: Improving Domain-Specific Performance without Compromising General Capabilities},
53
+ author={Daoguang Zan, Lei Yu, Ailun Yu, Zhirong Huang, Zongshuai Ruan, Pengjie Huang},
54
+ year={2024},
55
+ note={All authors contributed equally. The computational power required to train the Lingzhi models (12*8 H800 80G) was provided by Lingzhi AI. Special thanks to them.}
56
+ }
57
+ ```
Results/Account/account.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 109/147: 0.7414965986394558
Results/BBH/__gemini__platform__public__trained_models__sft__Qwen2_72B_SFT-2024.07.27-label.lingzhichat+account+law-exp.00__checkpoint-300/results_2024-08-01T00-53-06.421267.json ADDED
The diff for this file is too large to render. See raw diff
 
Results/CEVAL-VALID/__gemini__platform__public__trained_models__sft__Qwen2_72B_SFT-2024.07.27-label.lingzhichat+account+law-exp.00__checkpoint-300/results_2024-07-31T14-03-55.157974.json ADDED
The diff for this file is too large to render. See raw diff
 
Results/CMMLU/__gemini__platform__public__trained_models__sft__Qwen2_72B_SFT-2024.07.27-label.lingzhichat+account+law-exp.00__checkpoint-300/results_2024-07-31T13-52-48.618780.json ADDED
The diff for this file is too large to render. See raw diff
 
Results/GSM8K/__gemini__platform__public__trained_models__sft__Qwen2_72B_SFT-2024.07.27-label.lingzhichat+account+law-exp.00__checkpoint-300/results_2024-07-31T11-35-13.650950.json ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "gsm8k": {
4
+ "alias": "gsm8k",
5
+ "exact_match,strict-match": 0.8946171341925702,
6
+ "exact_match_stderr,strict-match": 0.008457575884041755,
7
+ "exact_match,flexible-extract": 0.8938589840788476,
8
+ "exact_match_stderr,flexible-extract": 0.00848434694843459
9
+ }
10
+ },
11
+ "group_subtasks": {
12
+ "gsm8k": []
13
+ },
14
+ "configs": {
15
+ "gsm8k": {
16
+ "task": "gsm8k",
17
+ "tag": [
18
+ "math_word_problems"
19
+ ],
20
+ "dataset_path": "gsm8k",
21
+ "dataset_name": "main",
22
+ "training_split": "train",
23
+ "test_split": "test",
24
+ "fewshot_split": "train",
25
+ "doc_to_text": "Question: {{question}}\nAnswer:",
26
+ "doc_to_target": "{{answer}}",
27
+ "description": "",
28
+ "target_delimiter": " ",
29
+ "fewshot_delimiter": "\n\n",
30
+ "num_fewshot": 5,
31
+ "metric_list": [
32
+ {
33
+ "metric": "exact_match",
34
+ "aggregation": "mean",
35
+ "higher_is_better": true,
36
+ "ignore_case": true,
37
+ "ignore_punctuation": false,
38
+ "regexes_to_ignore": [
39
+ ",",
40
+ "\\$",
41
+ "(?s).*#### ",
42
+ "\\.$"
43
+ ]
44
+ }
45
+ ],
46
+ "output_type": "generate_until",
47
+ "generation_kwargs": {
48
+ "until": [
49
+ "Question:",
50
+ "</s>",
51
+ "<|im_end|>"
52
+ ],
53
+ "do_sample": false,
54
+ "temperature": 0.0
55
+ },
56
+ "repeats": 1,
57
+ "filter_list": [
58
+ {
59
+ "name": "strict-match",
60
+ "filter": [
61
+ {
62
+ "function": "regex",
63
+ "regex_pattern": "#### (\\-?[0-9\\.\\,]+)"
64
+ },
65
+ {
66
+ "function": "take_first"
67
+ }
68
+ ]
69
+ },
70
+ {
71
+ "name": "flexible-extract",
72
+ "filter": [
73
+ {
74
+ "function": "regex",
75
+ "group_select": -1,
76
+ "regex_pattern": "(-?[$0-9.,]{2,})|(-?[0-9]+)"
77
+ },
78
+ {
79
+ "function": "take_first"
80
+ }
81
+ ]
82
+ }
83
+ ],
84
+ "should_decontaminate": false,
85
+ "metadata": {
86
+ "version": 3.0
87
+ }
88
+ }
89
+ },
90
+ "versions": {
91
+ "gsm8k": 3.0
92
+ },
93
+ "n-shot": {
94
+ "gsm8k": 5
95
+ },
96
+ "higher_is_better": {
97
+ "gsm8k": {
98
+ "exact_match": true
99
+ }
100
+ },
101
+ "n-samples": {
102
+ "gsm8k": {
103
+ "original": 1319,
104
+ "effective": 1319
105
+ }
106
+ },
107
+ "config": {
108
+ "model": "hf",
109
+ "model_args": "pretrained=/gemini/platform/public/trained_models/sft/Qwen2_72B_SFT-2024.07.27-label.lingzhichat+account+law-exp.00/checkpoint-300,parallelize=True",
110
+ "model_num_parameters": 72706203648,
111
+ "model_dtype": "torch.float16",
112
+ "model_revision": "main",
113
+ "model_sha": "",
114
+ "batch_size": "16",
115
+ "batch_sizes": [],
116
+ "device": null,
117
+ "use_cache": null,
118
+ "limit": null,
119
+ "bootstrap_iters": 100000,
120
+ "gen_kwargs": null,
121
+ "random_seed": 0,
122
+ "numpy_seed": 1234,
123
+ "torch_seed": 1234,
124
+ "fewshot_seed": 1234
125
+ },
126
+ "git_hash": "3196e907",
127
+ "date": 1722393249.1086962,
128
+ "pretty_env_info": "PyTorch version: 2.4.0a0+07cecf4168.nv24.05\nIs debug build: False\nCUDA used to build PyTorch: 12.4\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: version 3.29.2\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.4.0-144-generic-x86_64-with-glibc2.35\nIs CUDA available: True\nCUDA runtime version: 12.4.131\nCUDA_MODULE_LOADING set to: LAZY\nGPU models and configuration: \nGPU 0: NVIDIA H800\nGPU 1: NVIDIA H800\nGPU 2: NVIDIA H800\nGPU 3: NVIDIA H800\nGPU 4: NVIDIA H800\nGPU 5: NVIDIA H800\nGPU 6: NVIDIA H800\nGPU 7: NVIDIA H800\n\nNvidia driver version: 535.104.12\ncuDNN version: Probably one of the following:\n/usr/lib/x86_64-linux-gnu/libcudnn.so.9.1.0\n/usr/lib/x86_64-linux-gnu/libcudnn_adv.so.9.1.0\n/usr/lib/x86_64-linux-gnu/libcudnn_cnn.so.9.1.0\n/usr/lib/x86_64-linux-gnu/libcudnn_engines_precompiled.so.9.1.0\n/usr/lib/x86_64-linux-gnu/libcudnn_engines_runtime_compiled.so.9.1.0\n/usr/lib/x86_64-linux-gnu/libcudnn_graph.so.9.1.0\n/usr/lib/x86_64-linux-gnu/libcudnn_heuristic.so.9.1.0\n/usr/lib/x86_64-linux-gnu/libcudnn_ops.so.9.1.0\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, 57 bits virtual\nByte Order: Little Endian\nCPU(s): 192\nOn-line CPU(s) list: 0-191\nVendor ID: GenuineIntel\nModel name: Intel(R) Xeon(R) Platinum 8468\nCPU family: 6\nModel: 143\nThread(s) per core: 2\nCore(s) per socket: 48\nSocket(s): 2\nStepping: 8\nFrequency boost: enabled\nCPU max MHz: 2101.0000\nCPU min MHz: 800.0000\nBogoMIPS: 4200.00\nFlags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cat_l2 cdp_l3 invpcid_single cdp_l2 ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb intel_pt avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local avx512_bf16 wbnoinvd dtherm ida arat pln pts avx512vbmi umip pku ospke waitpkg avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg tme avx512_vpopcntdq rdpid cldemote movdiri movdir64b md_clear pconfig flush_l1d arch_capabilities\nVirtualization: VT-x\nL1d cache: 4.5 MiB (96 instances)\nL1i cache: 3 MiB (96 instances)\nL2 cache: 192 MiB (96 instances)\nL3 cache: 210 MiB (2 instances)\nNUMA node(s): 2\nNUMA node0 CPU(s): 0-47,96-143\nNUMA node1 CPU(s): 48-95,144-191\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; Enhanced IBRS, IBPB conditional, RSB filling, PBRSB-eIBRS SW sequence\nVulnerability Srbds: Not affected\nVulnerability Tsx async abort: Not affected\n\nVersions of relevant libraries:\n[pip3] numpy==1.24.4\n[pip3] onnx==1.16.0\n[pip3] optree==0.11.0\n[pip3] pytorch-quantization==2.1.2\n[pip3] pytorch-triton==3.0.0+989adb9a2\n[pip3] torch==2.4.0a0+07cecf4168.nv24.5\n[pip3] torch-tensorrt==2.4.0a0\n[pip3] torchvision==0.19.0a0\n[conda] Could not collect",
129
+ "transformers_version": "4.41.2",
130
+ "upper_git_hash": null,
131
+ "tokenizer_pad_token": [
132
+ "<|endoftext|>",
133
+ "151643"
134
+ ],
135
+ "tokenizer_eos_token": [
136
+ "<|im_end|>",
137
+ "151645"
138
+ ],
139
+ "tokenizer_bos_token": [
140
+ null,
141
+ "None"
142
+ ],
143
+ "eot_token_id": 151645,
144
+ "max_length": 131072,
145
+ "task_hashes": {},
146
+ "model_source": "hf",
147
+ "model_name": "/gemini/platform/public/trained_models/sft/Qwen2_72B_SFT-2024.07.27-label.lingzhichat+account+law-exp.00/checkpoint-300",
148
+ "model_name_sanitized": "__gemini__platform__public__trained_models__sft__Qwen2_72B_SFT-2024.07.27-label.lingzhichat+account+law-exp.00__checkpoint-300",
149
+ "system_instruction": null,
150
+ "system_instruction_sha": null,
151
+ "fewshot_as_multiturn": false,
152
+ "chat_template": null,
153
+ "chat_template_sha": null,
154
+ "start_time": 15609293.682837335,
155
+ "end_time": 15612976.342206843,
156
+ "total_evaluation_time_seconds": "3682.6593695078045"
157
+ }
Results/Law/law.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 145/164: 0.8841463414634146
Results/MATHQA/__gemini__platform__public__trained_models__sft__Qwen2_72B_SFT-2024.07.27-label.lingzhichat+account+law-exp.00__checkpoint-300/results_2024-07-31T12-41-13.601625.json ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "mathqa": {
4
+ "alias": "mathqa",
5
+ "acc,none": 0.5795644891122278,
6
+ "acc_stderr,none": 0.009036519073621716,
7
+ "acc_norm,none": 0.5865996649916247,
8
+ "acc_norm_stderr,none": 0.009014816855048942
9
+ }
10
+ },
11
+ "group_subtasks": {
12
+ "mathqa": []
13
+ },
14
+ "configs": {
15
+ "mathqa": {
16
+ "task": "mathqa",
17
+ "tag": [
18
+ "math_word_problems"
19
+ ],
20
+ "dataset_path": "math_qa",
21
+ "training_split": "train",
22
+ "validation_split": "validation",
23
+ "test_split": "test",
24
+ "doc_to_text": "Question: {{Problem}}\nAnswer:",
25
+ "doc_to_target": "{{['a', 'b', 'c', 'd', 'e'].index(correct)}}",
26
+ "doc_to_choice": "def doc_to_choice(doc):\n choices = [\n c[4:].rstrip(\" ,\")\n for c in re.findall(r\"[abcd] \\) .*?, |e \\) .*?$\", doc[\"options\"])\n ]\n return choices\n",
27
+ "description": "",
28
+ "target_delimiter": " ",
29
+ "fewshot_delimiter": "\n\n",
30
+ "num_fewshot": 0,
31
+ "metric_list": [
32
+ {
33
+ "metric": "acc",
34
+ "aggregation": "mean",
35
+ "higher_is_better": true
36
+ },
37
+ {
38
+ "metric": "acc_norm",
39
+ "aggregation": "mean",
40
+ "higher_is_better": true
41
+ }
42
+ ],
43
+ "output_type": "multiple_choice",
44
+ "repeats": 1,
45
+ "should_decontaminate": true,
46
+ "doc_to_decontamination_query": "Question: {{Problem}}\nAnswer:",
47
+ "metadata": {
48
+ "version": 1.0
49
+ }
50
+ }
51
+ },
52
+ "versions": {
53
+ "mathqa": 1.0
54
+ },
55
+ "n-shot": {
56
+ "mathqa": 0
57
+ },
58
+ "higher_is_better": {
59
+ "mathqa": {
60
+ "acc": true,
61
+ "acc_norm": true
62
+ }
63
+ },
64
+ "n-samples": {
65
+ "mathqa": {
66
+ "original": 2985,
67
+ "effective": 2985
68
+ }
69
+ },
70
+ "config": {
71
+ "model": "hf",
72
+ "model_args": "pretrained=/gemini/platform/public/trained_models/sft/Qwen2_72B_SFT-2024.07.27-label.lingzhichat+account+law-exp.00/checkpoint-300,parallelize=True",
73
+ "model_num_parameters": 72706203648,
74
+ "model_dtype": "torch.float16",
75
+ "model_revision": "main",
76
+ "model_sha": "",
77
+ "batch_size": "16",
78
+ "batch_sizes": [],
79
+ "device": null,
80
+ "use_cache": null,
81
+ "limit": null,
82
+ "bootstrap_iters": 100000,
83
+ "gen_kwargs": null,
84
+ "random_seed": 0,
85
+ "numpy_seed": 1234,
86
+ "torch_seed": 1234,
87
+ "fewshot_seed": 1234
88
+ },
89
+ "git_hash": "3196e907",
90
+ "date": 1722400606.0409179,
91
+ "pretty_env_info": "PyTorch version: 2.4.0a0+07cecf4168.nv24.05\nIs debug build: False\nCUDA used to build PyTorch: 12.4\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: version 3.29.2\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.4.0-144-generic-x86_64-with-glibc2.35\nIs CUDA available: True\nCUDA runtime version: 12.4.131\nCUDA_MODULE_LOADING set to: LAZY\nGPU models and configuration: \nGPU 0: NVIDIA H800\nGPU 1: NVIDIA H800\nGPU 2: NVIDIA H800\nGPU 3: NVIDIA H800\nGPU 4: NVIDIA H800\nGPU 5: NVIDIA H800\nGPU 6: NVIDIA H800\nGPU 7: NVIDIA H800\n\nNvidia driver version: 535.104.12\ncuDNN version: Probably one of the following:\n/usr/lib/x86_64-linux-gnu/libcudnn.so.9.1.0\n/usr/lib/x86_64-linux-gnu/libcudnn_adv.so.9.1.0\n/usr/lib/x86_64-linux-gnu/libcudnn_cnn.so.9.1.0\n/usr/lib/x86_64-linux-gnu/libcudnn_engines_precompiled.so.9.1.0\n/usr/lib/x86_64-linux-gnu/libcudnn_engines_runtime_compiled.so.9.1.0\n/usr/lib/x86_64-linux-gnu/libcudnn_graph.so.9.1.0\n/usr/lib/x86_64-linux-gnu/libcudnn_heuristic.so.9.1.0\n/usr/lib/x86_64-linux-gnu/libcudnn_ops.so.9.1.0\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, 57 bits virtual\nByte Order: Little Endian\nCPU(s): 192\nOn-line CPU(s) list: 0-191\nVendor ID: GenuineIntel\nModel name: Intel(R) Xeon(R) Platinum 8468\nCPU family: 6\nModel: 143\nThread(s) per core: 2\nCore(s) per socket: 48\nSocket(s): 2\nStepping: 8\nFrequency boost: enabled\nCPU max MHz: 2101.0000\nCPU min MHz: 800.0000\nBogoMIPS: 4200.00\nFlags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cat_l2 cdp_l3 invpcid_single cdp_l2 ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb intel_pt avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local avx512_bf16 wbnoinvd dtherm ida arat pln pts avx512vbmi umip pku ospke waitpkg avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg tme avx512_vpopcntdq rdpid cldemote movdiri movdir64b md_clear pconfig flush_l1d arch_capabilities\nVirtualization: VT-x\nL1d cache: 4.5 MiB (96 instances)\nL1i cache: 3 MiB (96 instances)\nL2 cache: 192 MiB (96 instances)\nL3 cache: 210 MiB (2 instances)\nNUMA node(s): 2\nNUMA node0 CPU(s): 0-47,96-143\nNUMA node1 CPU(s): 48-95,144-191\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; Enhanced IBRS, IBPB conditional, RSB filling, PBRSB-eIBRS SW sequence\nVulnerability Srbds: Not affected\nVulnerability Tsx async abort: Not affected\n\nVersions of relevant libraries:\n[pip3] numpy==1.24.4\n[pip3] onnx==1.16.0\n[pip3] optree==0.11.0\n[pip3] pytorch-quantization==2.1.2\n[pip3] pytorch-triton==3.0.0+989adb9a2\n[pip3] torch==2.4.0a0+07cecf4168.nv24.5\n[pip3] torch-tensorrt==2.4.0a0\n[pip3] torchvision==0.19.0a0\n[conda] Could not collect",
92
+ "transformers_version": "4.41.2",
93
+ "upper_git_hash": null,
94
+ "tokenizer_pad_token": [
95
+ "<|endoftext|>",
96
+ "151643"
97
+ ],
98
+ "tokenizer_eos_token": [
99
+ "<|im_end|>",
100
+ "151645"
101
+ ],
102
+ "tokenizer_bos_token": [
103
+ null,
104
+ "None"
105
+ ],
106
+ "eot_token_id": 151645,
107
+ "max_length": 131072,
108
+ "task_hashes": {},
109
+ "model_source": "hf",
110
+ "model_name": "/gemini/platform/public/trained_models/sft/Qwen2_72B_SFT-2024.07.27-label.lingzhichat+account+law-exp.00/checkpoint-300",
111
+ "model_name_sanitized": "__gemini__platform__public__trained_models__sft__Qwen2_72B_SFT-2024.07.27-label.lingzhichat+account+law-exp.00__checkpoint-300",
112
+ "system_instruction": null,
113
+ "system_instruction_sha": null,
114
+ "fewshot_as_multiturn": false,
115
+ "chat_template": null,
116
+ "chat_template_sha": null,
117
+ "start_time": 15616659.029428756,
118
+ "end_time": 15616936.2965863,
119
+ "total_evaluation_time_seconds": "277.2671575434506"
120
+ }
Results/MMLU/__gemini__platform__public__trained_models__sft__Qwen2_72B_SFT-2024.07.27-label.lingzhichat+account+law-exp.00__checkpoint-300/results_2024-07-31T13-42-48.339284.json ADDED
The diff for this file is too large to render. See raw diff
 
added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644
5
+ }
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/gemini/platform/public/llm/huggingface/Qwen/Qwen2-72B",
3
+ "architectures": [
4
+ "Qwen2ForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "eos_token_id": 151643,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 8192,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 29568,
13
+ "max_position_embeddings": 131072,
14
+ "max_window_layers": 28,
15
+ "model_type": "qwen2",
16
+ "num_attention_heads": 64,
17
+ "num_hidden_layers": 80,
18
+ "num_key_value_heads": 8,
19
+ "rms_norm_eps": 1e-05,
20
+ "rope_theta": 1000000.0,
21
+ "sliding_window": 131072,
22
+ "tie_word_embeddings": false,
23
+ "torch_dtype": "float16",
24
+ "transformers_version": "4.42.2",
25
+ "use_cache": false,
26
+ "use_sliding_window": false,
27
+ "vocab_size": 152064
28
+ }
configuration.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"framework":"Pytorch","task":"text-generation"}
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
+ "max_new_tokens": 2048,
5
+ "transformers_version": "4.42.2"
6
+ }
latest ADDED
@@ -0,0 +1 @@
 
 
1
+ global_step300
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors.index.json ADDED
@@ -0,0 +1,970 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 145412407296
4
+ },
5
+ "weight_map": {
6
+ "lm_head.weight": "model-00031-of-00031.safetensors",
7
+ "model.embed_tokens.weight": "model-00001-of-00031.safetensors",
8
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00031.safetensors",
9
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00031.safetensors",
10
+ "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00031.safetensors",
11
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00031.safetensors",
12
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00031.safetensors",
13
+ "model.layers.0.self_attn.k_proj.bias": "model-00001-of-00031.safetensors",
14
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00031.safetensors",
15
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00031.safetensors",
16
+ "model.layers.0.self_attn.q_proj.bias": "model-00001-of-00031.safetensors",
17
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00031.safetensors",
18
+ "model.layers.0.self_attn.v_proj.bias": "model-00001-of-00031.safetensors",
19
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00031.safetensors",
20
+ "model.layers.1.input_layernorm.weight": "model-00002-of-00031.safetensors",
21
+ "model.layers.1.mlp.down_proj.weight": "model-00002-of-00031.safetensors",
22
+ "model.layers.1.mlp.gate_proj.weight": "model-00002-of-00031.safetensors",
23
+ "model.layers.1.mlp.up_proj.weight": "model-00002-of-00031.safetensors",
24
+ "model.layers.1.post_attention_layernorm.weight": "model-00002-of-00031.safetensors",
25
+ "model.layers.1.self_attn.k_proj.bias": "model-00001-of-00031.safetensors",
26
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00031.safetensors",
27
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00031.safetensors",
28
+ "model.layers.1.self_attn.q_proj.bias": "model-00001-of-00031.safetensors",
29
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00031.safetensors",
30
+ "model.layers.1.self_attn.v_proj.bias": "model-00001-of-00031.safetensors",
31
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00031.safetensors",
32
+ "model.layers.10.input_layernorm.weight": "model-00005-of-00031.safetensors",
33
+ "model.layers.10.mlp.down_proj.weight": "model-00005-of-00031.safetensors",
34
+ "model.layers.10.mlp.gate_proj.weight": "model-00005-of-00031.safetensors",
35
+ "model.layers.10.mlp.up_proj.weight": "model-00005-of-00031.safetensors",
36
+ "model.layers.10.post_attention_layernorm.weight": "model-00005-of-00031.safetensors",
37
+ "model.layers.10.self_attn.k_proj.bias": "model-00005-of-00031.safetensors",
38
+ "model.layers.10.self_attn.k_proj.weight": "model-00005-of-00031.safetensors",
39
+ "model.layers.10.self_attn.o_proj.weight": "model-00005-of-00031.safetensors",
40
+ "model.layers.10.self_attn.q_proj.bias": "model-00005-of-00031.safetensors",
41
+ "model.layers.10.self_attn.q_proj.weight": "model-00005-of-00031.safetensors",
42
+ "model.layers.10.self_attn.v_proj.bias": "model-00005-of-00031.safetensors",
43
+ "model.layers.10.self_attn.v_proj.weight": "model-00005-of-00031.safetensors",
44
+ "model.layers.11.input_layernorm.weight": "model-00005-of-00031.safetensors",
45
+ "model.layers.11.mlp.down_proj.weight": "model-00005-of-00031.safetensors",
46
+ "model.layers.11.mlp.gate_proj.weight": "model-00005-of-00031.safetensors",
47
+ "model.layers.11.mlp.up_proj.weight": "model-00005-of-00031.safetensors",
48
+ "model.layers.11.post_attention_layernorm.weight": "model-00005-of-00031.safetensors",
49
+ "model.layers.11.self_attn.k_proj.bias": "model-00005-of-00031.safetensors",
50
+ "model.layers.11.self_attn.k_proj.weight": "model-00005-of-00031.safetensors",
51
+ "model.layers.11.self_attn.o_proj.weight": "model-00005-of-00031.safetensors",
52
+ "model.layers.11.self_attn.q_proj.bias": "model-00005-of-00031.safetensors",
53
+ "model.layers.11.self_attn.q_proj.weight": "model-00005-of-00031.safetensors",
54
+ "model.layers.11.self_attn.v_proj.bias": "model-00005-of-00031.safetensors",
55
+ "model.layers.11.self_attn.v_proj.weight": "model-00005-of-00031.safetensors",
56
+ "model.layers.12.input_layernorm.weight": "model-00006-of-00031.safetensors",
57
+ "model.layers.12.mlp.down_proj.weight": "model-00006-of-00031.safetensors",
58
+ "model.layers.12.mlp.gate_proj.weight": "model-00006-of-00031.safetensors",
59
+ "model.layers.12.mlp.up_proj.weight": "model-00006-of-00031.safetensors",
60
+ "model.layers.12.post_attention_layernorm.weight": "model-00006-of-00031.safetensors",
61
+ "model.layers.12.self_attn.k_proj.bias": "model-00005-of-00031.safetensors",
62
+ "model.layers.12.self_attn.k_proj.weight": "model-00005-of-00031.safetensors",
63
+ "model.layers.12.self_attn.o_proj.weight": "model-00005-of-00031.safetensors",
64
+ "model.layers.12.self_attn.q_proj.bias": "model-00005-of-00031.safetensors",
65
+ "model.layers.12.self_attn.q_proj.weight": "model-00005-of-00031.safetensors",
66
+ "model.layers.12.self_attn.v_proj.bias": "model-00005-of-00031.safetensors",
67
+ "model.layers.12.self_attn.v_proj.weight": "model-00005-of-00031.safetensors",
68
+ "model.layers.13.input_layernorm.weight": "model-00006-of-00031.safetensors",
69
+ "model.layers.13.mlp.down_proj.weight": "model-00006-of-00031.safetensors",
70
+ "model.layers.13.mlp.gate_proj.weight": "model-00006-of-00031.safetensors",
71
+ "model.layers.13.mlp.up_proj.weight": "model-00006-of-00031.safetensors",
72
+ "model.layers.13.post_attention_layernorm.weight": "model-00006-of-00031.safetensors",
73
+ "model.layers.13.self_attn.k_proj.bias": "model-00006-of-00031.safetensors",
74
+ "model.layers.13.self_attn.k_proj.weight": "model-00006-of-00031.safetensors",
75
+ "model.layers.13.self_attn.o_proj.weight": "model-00006-of-00031.safetensors",
76
+ "model.layers.13.self_attn.q_proj.bias": "model-00006-of-00031.safetensors",
77
+ "model.layers.13.self_attn.q_proj.weight": "model-00006-of-00031.safetensors",
78
+ "model.layers.13.self_attn.v_proj.bias": "model-00006-of-00031.safetensors",
79
+ "model.layers.13.self_attn.v_proj.weight": "model-00006-of-00031.safetensors",
80
+ "model.layers.14.input_layernorm.weight": "model-00006-of-00031.safetensors",
81
+ "model.layers.14.mlp.down_proj.weight": "model-00006-of-00031.safetensors",
82
+ "model.layers.14.mlp.gate_proj.weight": "model-00006-of-00031.safetensors",
83
+ "model.layers.14.mlp.up_proj.weight": "model-00006-of-00031.safetensors",
84
+ "model.layers.14.post_attention_layernorm.weight": "model-00006-of-00031.safetensors",
85
+ "model.layers.14.self_attn.k_proj.bias": "model-00006-of-00031.safetensors",
86
+ "model.layers.14.self_attn.k_proj.weight": "model-00006-of-00031.safetensors",
87
+ "model.layers.14.self_attn.o_proj.weight": "model-00006-of-00031.safetensors",
88
+ "model.layers.14.self_attn.q_proj.bias": "model-00006-of-00031.safetensors",
89
+ "model.layers.14.self_attn.q_proj.weight": "model-00006-of-00031.safetensors",
90
+ "model.layers.14.self_attn.v_proj.bias": "model-00006-of-00031.safetensors",
91
+ "model.layers.14.self_attn.v_proj.weight": "model-00006-of-00031.safetensors",
92
+ "model.layers.15.input_layernorm.weight": "model-00007-of-00031.safetensors",
93
+ "model.layers.15.mlp.down_proj.weight": "model-00007-of-00031.safetensors",
94
+ "model.layers.15.mlp.gate_proj.weight": "model-00007-of-00031.safetensors",
95
+ "model.layers.15.mlp.up_proj.weight": "model-00007-of-00031.safetensors",
96
+ "model.layers.15.post_attention_layernorm.weight": "model-00007-of-00031.safetensors",
97
+ "model.layers.15.self_attn.k_proj.bias": "model-00007-of-00031.safetensors",
98
+ "model.layers.15.self_attn.k_proj.weight": "model-00007-of-00031.safetensors",
99
+ "model.layers.15.self_attn.o_proj.weight": "model-00007-of-00031.safetensors",
100
+ "model.layers.15.self_attn.q_proj.bias": "model-00007-of-00031.safetensors",
101
+ "model.layers.15.self_attn.q_proj.weight": "model-00007-of-00031.safetensors",
102
+ "model.layers.15.self_attn.v_proj.bias": "model-00007-of-00031.safetensors",
103
+ "model.layers.15.self_attn.v_proj.weight": "model-00007-of-00031.safetensors",
104
+ "model.layers.16.input_layernorm.weight": "model-00007-of-00031.safetensors",
105
+ "model.layers.16.mlp.down_proj.weight": "model-00007-of-00031.safetensors",
106
+ "model.layers.16.mlp.gate_proj.weight": "model-00007-of-00031.safetensors",
107
+ "model.layers.16.mlp.up_proj.weight": "model-00007-of-00031.safetensors",
108
+ "model.layers.16.post_attention_layernorm.weight": "model-00007-of-00031.safetensors",
109
+ "model.layers.16.self_attn.k_proj.bias": "model-00007-of-00031.safetensors",
110
+ "model.layers.16.self_attn.k_proj.weight": "model-00007-of-00031.safetensors",
111
+ "model.layers.16.self_attn.o_proj.weight": "model-00007-of-00031.safetensors",
112
+ "model.layers.16.self_attn.q_proj.bias": "model-00007-of-00031.safetensors",
113
+ "model.layers.16.self_attn.q_proj.weight": "model-00007-of-00031.safetensors",
114
+ "model.layers.16.self_attn.v_proj.bias": "model-00007-of-00031.safetensors",
115
+ "model.layers.16.self_attn.v_proj.weight": "model-00007-of-00031.safetensors",
116
+ "model.layers.17.input_layernorm.weight": "model-00008-of-00031.safetensors",
117
+ "model.layers.17.mlp.down_proj.weight": "model-00008-of-00031.safetensors",
118
+ "model.layers.17.mlp.gate_proj.weight": "model-00007-of-00031.safetensors",
119
+ "model.layers.17.mlp.up_proj.weight": "model-00007-of-00031.safetensors",
120
+ "model.layers.17.post_attention_layernorm.weight": "model-00008-of-00031.safetensors",
121
+ "model.layers.17.self_attn.k_proj.bias": "model-00007-of-00031.safetensors",
122
+ "model.layers.17.self_attn.k_proj.weight": "model-00007-of-00031.safetensors",
123
+ "model.layers.17.self_attn.o_proj.weight": "model-00007-of-00031.safetensors",
124
+ "model.layers.17.self_attn.q_proj.bias": "model-00007-of-00031.safetensors",
125
+ "model.layers.17.self_attn.q_proj.weight": "model-00007-of-00031.safetensors",
126
+ "model.layers.17.self_attn.v_proj.bias": "model-00007-of-00031.safetensors",
127
+ "model.layers.17.self_attn.v_proj.weight": "model-00007-of-00031.safetensors",
128
+ "model.layers.18.input_layernorm.weight": "model-00008-of-00031.safetensors",
129
+ "model.layers.18.mlp.down_proj.weight": "model-00008-of-00031.safetensors",
130
+ "model.layers.18.mlp.gate_proj.weight": "model-00008-of-00031.safetensors",
131
+ "model.layers.18.mlp.up_proj.weight": "model-00008-of-00031.safetensors",
132
+ "model.layers.18.post_attention_layernorm.weight": "model-00008-of-00031.safetensors",
133
+ "model.layers.18.self_attn.k_proj.bias": "model-00008-of-00031.safetensors",
134
+ "model.layers.18.self_attn.k_proj.weight": "model-00008-of-00031.safetensors",
135
+ "model.layers.18.self_attn.o_proj.weight": "model-00008-of-00031.safetensors",
136
+ "model.layers.18.self_attn.q_proj.bias": "model-00008-of-00031.safetensors",
137
+ "model.layers.18.self_attn.q_proj.weight": "model-00008-of-00031.safetensors",
138
+ "model.layers.18.self_attn.v_proj.bias": "model-00008-of-00031.safetensors",
139
+ "model.layers.18.self_attn.v_proj.weight": "model-00008-of-00031.safetensors",
140
+ "model.layers.19.input_layernorm.weight": "model-00008-of-00031.safetensors",
141
+ "model.layers.19.mlp.down_proj.weight": "model-00008-of-00031.safetensors",
142
+ "model.layers.19.mlp.gate_proj.weight": "model-00008-of-00031.safetensors",
143
+ "model.layers.19.mlp.up_proj.weight": "model-00008-of-00031.safetensors",
144
+ "model.layers.19.post_attention_layernorm.weight": "model-00008-of-00031.safetensors",
145
+ "model.layers.19.self_attn.k_proj.bias": "model-00008-of-00031.safetensors",
146
+ "model.layers.19.self_attn.k_proj.weight": "model-00008-of-00031.safetensors",
147
+ "model.layers.19.self_attn.o_proj.weight": "model-00008-of-00031.safetensors",
148
+ "model.layers.19.self_attn.q_proj.bias": "model-00008-of-00031.safetensors",
149
+ "model.layers.19.self_attn.q_proj.weight": "model-00008-of-00031.safetensors",
150
+ "model.layers.19.self_attn.v_proj.bias": "model-00008-of-00031.safetensors",
151
+ "model.layers.19.self_attn.v_proj.weight": "model-00008-of-00031.safetensors",
152
+ "model.layers.2.input_layernorm.weight": "model-00002-of-00031.safetensors",
153
+ "model.layers.2.mlp.down_proj.weight": "model-00002-of-00031.safetensors",
154
+ "model.layers.2.mlp.gate_proj.weight": "model-00002-of-00031.safetensors",
155
+ "model.layers.2.mlp.up_proj.weight": "model-00002-of-00031.safetensors",
156
+ "model.layers.2.post_attention_layernorm.weight": "model-00002-of-00031.safetensors",
157
+ "model.layers.2.self_attn.k_proj.bias": "model-00002-of-00031.safetensors",
158
+ "model.layers.2.self_attn.k_proj.weight": "model-00002-of-00031.safetensors",
159
+ "model.layers.2.self_attn.o_proj.weight": "model-00002-of-00031.safetensors",
160
+ "model.layers.2.self_attn.q_proj.bias": "model-00002-of-00031.safetensors",
161
+ "model.layers.2.self_attn.q_proj.weight": "model-00002-of-00031.safetensors",
162
+ "model.layers.2.self_attn.v_proj.bias": "model-00002-of-00031.safetensors",
163
+ "model.layers.2.self_attn.v_proj.weight": "model-00002-of-00031.safetensors",
164
+ "model.layers.20.input_layernorm.weight": "model-00009-of-00031.safetensors",
165
+ "model.layers.20.mlp.down_proj.weight": "model-00009-of-00031.safetensors",
166
+ "model.layers.20.mlp.gate_proj.weight": "model-00008-of-00031.safetensors",
167
+ "model.layers.20.mlp.up_proj.weight": "model-00009-of-00031.safetensors",
168
+ "model.layers.20.post_attention_layernorm.weight": "model-00009-of-00031.safetensors",
169
+ "model.layers.20.self_attn.k_proj.bias": "model-00008-of-00031.safetensors",
170
+ "model.layers.20.self_attn.k_proj.weight": "model-00008-of-00031.safetensors",
171
+ "model.layers.20.self_attn.o_proj.weight": "model-00008-of-00031.safetensors",
172
+ "model.layers.20.self_attn.q_proj.bias": "model-00008-of-00031.safetensors",
173
+ "model.layers.20.self_attn.q_proj.weight": "model-00008-of-00031.safetensors",
174
+ "model.layers.20.self_attn.v_proj.bias": "model-00008-of-00031.safetensors",
175
+ "model.layers.20.self_attn.v_proj.weight": "model-00008-of-00031.safetensors",
176
+ "model.layers.21.input_layernorm.weight": "model-00009-of-00031.safetensors",
177
+ "model.layers.21.mlp.down_proj.weight": "model-00009-of-00031.safetensors",
178
+ "model.layers.21.mlp.gate_proj.weight": "model-00009-of-00031.safetensors",
179
+ "model.layers.21.mlp.up_proj.weight": "model-00009-of-00031.safetensors",
180
+ "model.layers.21.post_attention_layernorm.weight": "model-00009-of-00031.safetensors",
181
+ "model.layers.21.self_attn.k_proj.bias": "model-00009-of-00031.safetensors",
182
+ "model.layers.21.self_attn.k_proj.weight": "model-00009-of-00031.safetensors",
183
+ "model.layers.21.self_attn.o_proj.weight": "model-00009-of-00031.safetensors",
184
+ "model.layers.21.self_attn.q_proj.bias": "model-00009-of-00031.safetensors",
185
+ "model.layers.21.self_attn.q_proj.weight": "model-00009-of-00031.safetensors",
186
+ "model.layers.21.self_attn.v_proj.bias": "model-00009-of-00031.safetensors",
187
+ "model.layers.21.self_attn.v_proj.weight": "model-00009-of-00031.safetensors",
188
+ "model.layers.22.input_layernorm.weight": "model-00009-of-00031.safetensors",
189
+ "model.layers.22.mlp.down_proj.weight": "model-00009-of-00031.safetensors",
190
+ "model.layers.22.mlp.gate_proj.weight": "model-00009-of-00031.safetensors",
191
+ "model.layers.22.mlp.up_proj.weight": "model-00009-of-00031.safetensors",
192
+ "model.layers.22.post_attention_layernorm.weight": "model-00009-of-00031.safetensors",
193
+ "model.layers.22.self_attn.k_proj.bias": "model-00009-of-00031.safetensors",
194
+ "model.layers.22.self_attn.k_proj.weight": "model-00009-of-00031.safetensors",
195
+ "model.layers.22.self_attn.o_proj.weight": "model-00009-of-00031.safetensors",
196
+ "model.layers.22.self_attn.q_proj.bias": "model-00009-of-00031.safetensors",
197
+ "model.layers.22.self_attn.q_proj.weight": "model-00009-of-00031.safetensors",
198
+ "model.layers.22.self_attn.v_proj.bias": "model-00009-of-00031.safetensors",
199
+ "model.layers.22.self_attn.v_proj.weight": "model-00009-of-00031.safetensors",
200
+ "model.layers.23.input_layernorm.weight": "model-00010-of-00031.safetensors",
201
+ "model.layers.23.mlp.down_proj.weight": "model-00010-of-00031.safetensors",
202
+ "model.layers.23.mlp.gate_proj.weight": "model-00010-of-00031.safetensors",
203
+ "model.layers.23.mlp.up_proj.weight": "model-00010-of-00031.safetensors",
204
+ "model.layers.23.post_attention_layernorm.weight": "model-00010-of-00031.safetensors",
205
+ "model.layers.23.self_attn.k_proj.bias": "model-00009-of-00031.safetensors",
206
+ "model.layers.23.self_attn.k_proj.weight": "model-00009-of-00031.safetensors",
207
+ "model.layers.23.self_attn.o_proj.weight": "model-00009-of-00031.safetensors",
208
+ "model.layers.23.self_attn.q_proj.bias": "model-00009-of-00031.safetensors",
209
+ "model.layers.23.self_attn.q_proj.weight": "model-00009-of-00031.safetensors",
210
+ "model.layers.23.self_attn.v_proj.bias": "model-00009-of-00031.safetensors",
211
+ "model.layers.23.self_attn.v_proj.weight": "model-00009-of-00031.safetensors",
212
+ "model.layers.24.input_layernorm.weight": "model-00010-of-00031.safetensors",
213
+ "model.layers.24.mlp.down_proj.weight": "model-00010-of-00031.safetensors",
214
+ "model.layers.24.mlp.gate_proj.weight": "model-00010-of-00031.safetensors",
215
+ "model.layers.24.mlp.up_proj.weight": "model-00010-of-00031.safetensors",
216
+ "model.layers.24.post_attention_layernorm.weight": "model-00010-of-00031.safetensors",
217
+ "model.layers.24.self_attn.k_proj.bias": "model-00010-of-00031.safetensors",
218
+ "model.layers.24.self_attn.k_proj.weight": "model-00010-of-00031.safetensors",
219
+ "model.layers.24.self_attn.o_proj.weight": "model-00010-of-00031.safetensors",
220
+ "model.layers.24.self_attn.q_proj.bias": "model-00010-of-00031.safetensors",
221
+ "model.layers.24.self_attn.q_proj.weight": "model-00010-of-00031.safetensors",
222
+ "model.layers.24.self_attn.v_proj.bias": "model-00010-of-00031.safetensors",
223
+ "model.layers.24.self_attn.v_proj.weight": "model-00010-of-00031.safetensors",
224
+ "model.layers.25.input_layernorm.weight": "model-00010-of-00031.safetensors",
225
+ "model.layers.25.mlp.down_proj.weight": "model-00010-of-00031.safetensors",
226
+ "model.layers.25.mlp.gate_proj.weight": "model-00010-of-00031.safetensors",
227
+ "model.layers.25.mlp.up_proj.weight": "model-00010-of-00031.safetensors",
228
+ "model.layers.25.post_attention_layernorm.weight": "model-00010-of-00031.safetensors",
229
+ "model.layers.25.self_attn.k_proj.bias": "model-00010-of-00031.safetensors",
230
+ "model.layers.25.self_attn.k_proj.weight": "model-00010-of-00031.safetensors",
231
+ "model.layers.25.self_attn.o_proj.weight": "model-00010-of-00031.safetensors",
232
+ "model.layers.25.self_attn.q_proj.bias": "model-00010-of-00031.safetensors",
233
+ "model.layers.25.self_attn.q_proj.weight": "model-00010-of-00031.safetensors",
234
+ "model.layers.25.self_attn.v_proj.bias": "model-00010-of-00031.safetensors",
235
+ "model.layers.25.self_attn.v_proj.weight": "model-00010-of-00031.safetensors",
236
+ "model.layers.26.input_layernorm.weight": "model-00011-of-00031.safetensors",
237
+ "model.layers.26.mlp.down_proj.weight": "model-00011-of-00031.safetensors",
238
+ "model.layers.26.mlp.gate_proj.weight": "model-00011-of-00031.safetensors",
239
+ "model.layers.26.mlp.up_proj.weight": "model-00011-of-00031.safetensors",
240
+ "model.layers.26.post_attention_layernorm.weight": "model-00011-of-00031.safetensors",
241
+ "model.layers.26.self_attn.k_proj.bias": "model-00011-of-00031.safetensors",
242
+ "model.layers.26.self_attn.k_proj.weight": "model-00011-of-00031.safetensors",
243
+ "model.layers.26.self_attn.o_proj.weight": "model-00011-of-00031.safetensors",
244
+ "model.layers.26.self_attn.q_proj.bias": "model-00011-of-00031.safetensors",
245
+ "model.layers.26.self_attn.q_proj.weight": "model-00011-of-00031.safetensors",
246
+ "model.layers.26.self_attn.v_proj.bias": "model-00011-of-00031.safetensors",
247
+ "model.layers.26.self_attn.v_proj.weight": "model-00011-of-00031.safetensors",
248
+ "model.layers.27.input_layernorm.weight": "model-00011-of-00031.safetensors",
249
+ "model.layers.27.mlp.down_proj.weight": "model-00011-of-00031.safetensors",
250
+ "model.layers.27.mlp.gate_proj.weight": "model-00011-of-00031.safetensors",
251
+ "model.layers.27.mlp.up_proj.weight": "model-00011-of-00031.safetensors",
252
+ "model.layers.27.post_attention_layernorm.weight": "model-00011-of-00031.safetensors",
253
+ "model.layers.27.self_attn.k_proj.bias": "model-00011-of-00031.safetensors",
254
+ "model.layers.27.self_attn.k_proj.weight": "model-00011-of-00031.safetensors",
255
+ "model.layers.27.self_attn.o_proj.weight": "model-00011-of-00031.safetensors",
256
+ "model.layers.27.self_attn.q_proj.bias": "model-00011-of-00031.safetensors",
257
+ "model.layers.27.self_attn.q_proj.weight": "model-00011-of-00031.safetensors",
258
+ "model.layers.27.self_attn.v_proj.bias": "model-00011-of-00031.safetensors",
259
+ "model.layers.27.self_attn.v_proj.weight": "model-00011-of-00031.safetensors",
260
+ "model.layers.28.input_layernorm.weight": "model-00012-of-00031.safetensors",
261
+ "model.layers.28.mlp.down_proj.weight": "model-00012-of-00031.safetensors",
262
+ "model.layers.28.mlp.gate_proj.weight": "model-00011-of-00031.safetensors",
263
+ "model.layers.28.mlp.up_proj.weight": "model-00011-of-00031.safetensors",
264
+ "model.layers.28.post_attention_layernorm.weight": "model-00012-of-00031.safetensors",
265
+ "model.layers.28.self_attn.k_proj.bias": "model-00011-of-00031.safetensors",
266
+ "model.layers.28.self_attn.k_proj.weight": "model-00011-of-00031.safetensors",
267
+ "model.layers.28.self_attn.o_proj.weight": "model-00011-of-00031.safetensors",
268
+ "model.layers.28.self_attn.q_proj.bias": "model-00011-of-00031.safetensors",
269
+ "model.layers.28.self_attn.q_proj.weight": "model-00011-of-00031.safetensors",
270
+ "model.layers.28.self_attn.v_proj.bias": "model-00011-of-00031.safetensors",
271
+ "model.layers.28.self_attn.v_proj.weight": "model-00011-of-00031.safetensors",
272
+ "model.layers.29.input_layernorm.weight": "model-00012-of-00031.safetensors",
273
+ "model.layers.29.mlp.down_proj.weight": "model-00012-of-00031.safetensors",
274
+ "model.layers.29.mlp.gate_proj.weight": "model-00012-of-00031.safetensors",
275
+ "model.layers.29.mlp.up_proj.weight": "model-00012-of-00031.safetensors",
276
+ "model.layers.29.post_attention_layernorm.weight": "model-00012-of-00031.safetensors",
277
+ "model.layers.29.self_attn.k_proj.bias": "model-00012-of-00031.safetensors",
278
+ "model.layers.29.self_attn.k_proj.weight": "model-00012-of-00031.safetensors",
279
+ "model.layers.29.self_attn.o_proj.weight": "model-00012-of-00031.safetensors",
280
+ "model.layers.29.self_attn.q_proj.bias": "model-00012-of-00031.safetensors",
281
+ "model.layers.29.self_attn.q_proj.weight": "model-00012-of-00031.safetensors",
282
+ "model.layers.29.self_attn.v_proj.bias": "model-00012-of-00031.safetensors",
283
+ "model.layers.29.self_attn.v_proj.weight": "model-00012-of-00031.safetensors",
284
+ "model.layers.3.input_layernorm.weight": "model-00002-of-00031.safetensors",
285
+ "model.layers.3.mlp.down_proj.weight": "model-00002-of-00031.safetensors",
286
+ "model.layers.3.mlp.gate_proj.weight": "model-00002-of-00031.safetensors",
287
+ "model.layers.3.mlp.up_proj.weight": "model-00002-of-00031.safetensors",
288
+ "model.layers.3.post_attention_layernorm.weight": "model-00002-of-00031.safetensors",
289
+ "model.layers.3.self_attn.k_proj.bias": "model-00002-of-00031.safetensors",
290
+ "model.layers.3.self_attn.k_proj.weight": "model-00002-of-00031.safetensors",
291
+ "model.layers.3.self_attn.o_proj.weight": "model-00002-of-00031.safetensors",
292
+ "model.layers.3.self_attn.q_proj.bias": "model-00002-of-00031.safetensors",
293
+ "model.layers.3.self_attn.q_proj.weight": "model-00002-of-00031.safetensors",
294
+ "model.layers.3.self_attn.v_proj.bias": "model-00002-of-00031.safetensors",
295
+ "model.layers.3.self_attn.v_proj.weight": "model-00002-of-00031.safetensors",
296
+ "model.layers.30.input_layernorm.weight": "model-00012-of-00031.safetensors",
297
+ "model.layers.30.mlp.down_proj.weight": "model-00012-of-00031.safetensors",
298
+ "model.layers.30.mlp.gate_proj.weight": "model-00012-of-00031.safetensors",
299
+ "model.layers.30.mlp.up_proj.weight": "model-00012-of-00031.safetensors",
300
+ "model.layers.30.post_attention_layernorm.weight": "model-00012-of-00031.safetensors",
301
+ "model.layers.30.self_attn.k_proj.bias": "model-00012-of-00031.safetensors",
302
+ "model.layers.30.self_attn.k_proj.weight": "model-00012-of-00031.safetensors",
303
+ "model.layers.30.self_attn.o_proj.weight": "model-00012-of-00031.safetensors",
304
+ "model.layers.30.self_attn.q_proj.bias": "model-00012-of-00031.safetensors",
305
+ "model.layers.30.self_attn.q_proj.weight": "model-00012-of-00031.safetensors",
306
+ "model.layers.30.self_attn.v_proj.bias": "model-00012-of-00031.safetensors",
307
+ "model.layers.30.self_attn.v_proj.weight": "model-00012-of-00031.safetensors",
308
+ "model.layers.31.input_layernorm.weight": "model-00013-of-00031.safetensors",
309
+ "model.layers.31.mlp.down_proj.weight": "model-00013-of-00031.safetensors",
310
+ "model.layers.31.mlp.gate_proj.weight": "model-00012-of-00031.safetensors",
311
+ "model.layers.31.mlp.up_proj.weight": "model-00013-of-00031.safetensors",
312
+ "model.layers.31.post_attention_layernorm.weight": "model-00013-of-00031.safetensors",
313
+ "model.layers.31.self_attn.k_proj.bias": "model-00012-of-00031.safetensors",
314
+ "model.layers.31.self_attn.k_proj.weight": "model-00012-of-00031.safetensors",
315
+ "model.layers.31.self_attn.o_proj.weight": "model-00012-of-00031.safetensors",
316
+ "model.layers.31.self_attn.q_proj.bias": "model-00012-of-00031.safetensors",
317
+ "model.layers.31.self_attn.q_proj.weight": "model-00012-of-00031.safetensors",
318
+ "model.layers.31.self_attn.v_proj.bias": "model-00012-of-00031.safetensors",
319
+ "model.layers.31.self_attn.v_proj.weight": "model-00012-of-00031.safetensors",
320
+ "model.layers.32.input_layernorm.weight": "model-00013-of-00031.safetensors",
321
+ "model.layers.32.mlp.down_proj.weight": "model-00013-of-00031.safetensors",
322
+ "model.layers.32.mlp.gate_proj.weight": "model-00013-of-00031.safetensors",
323
+ "model.layers.32.mlp.up_proj.weight": "model-00013-of-00031.safetensors",
324
+ "model.layers.32.post_attention_layernorm.weight": "model-00013-of-00031.safetensors",
325
+ "model.layers.32.self_attn.k_proj.bias": "model-00013-of-00031.safetensors",
326
+ "model.layers.32.self_attn.k_proj.weight": "model-00013-of-00031.safetensors",
327
+ "model.layers.32.self_attn.o_proj.weight": "model-00013-of-00031.safetensors",
328
+ "model.layers.32.self_attn.q_proj.bias": "model-00013-of-00031.safetensors",
329
+ "model.layers.32.self_attn.q_proj.weight": "model-00013-of-00031.safetensors",
330
+ "model.layers.32.self_attn.v_proj.bias": "model-00013-of-00031.safetensors",
331
+ "model.layers.32.self_attn.v_proj.weight": "model-00013-of-00031.safetensors",
332
+ "model.layers.33.input_layernorm.weight": "model-00013-of-00031.safetensors",
333
+ "model.layers.33.mlp.down_proj.weight": "model-00013-of-00031.safetensors",
334
+ "model.layers.33.mlp.gate_proj.weight": "model-00013-of-00031.safetensors",
335
+ "model.layers.33.mlp.up_proj.weight": "model-00013-of-00031.safetensors",
336
+ "model.layers.33.post_attention_layernorm.weight": "model-00013-of-00031.safetensors",
337
+ "model.layers.33.self_attn.k_proj.bias": "model-00013-of-00031.safetensors",
338
+ "model.layers.33.self_attn.k_proj.weight": "model-00013-of-00031.safetensors",
339
+ "model.layers.33.self_attn.o_proj.weight": "model-00013-of-00031.safetensors",
340
+ "model.layers.33.self_attn.q_proj.bias": "model-00013-of-00031.safetensors",
341
+ "model.layers.33.self_attn.q_proj.weight": "model-00013-of-00031.safetensors",
342
+ "model.layers.33.self_attn.v_proj.bias": "model-00013-of-00031.safetensors",
343
+ "model.layers.33.self_attn.v_proj.weight": "model-00013-of-00031.safetensors",
344
+ "model.layers.34.input_layernorm.weight": "model-00014-of-00031.safetensors",
345
+ "model.layers.34.mlp.down_proj.weight": "model-00014-of-00031.safetensors",
346
+ "model.layers.34.mlp.gate_proj.weight": "model-00014-of-00031.safetensors",
347
+ "model.layers.34.mlp.up_proj.weight": "model-00014-of-00031.safetensors",
348
+ "model.layers.34.post_attention_layernorm.weight": "model-00014-of-00031.safetensors",
349
+ "model.layers.34.self_attn.k_proj.bias": "model-00013-of-00031.safetensors",
350
+ "model.layers.34.self_attn.k_proj.weight": "model-00013-of-00031.safetensors",
351
+ "model.layers.34.self_attn.o_proj.weight": "model-00013-of-00031.safetensors",
352
+ "model.layers.34.self_attn.q_proj.bias": "model-00013-of-00031.safetensors",
353
+ "model.layers.34.self_attn.q_proj.weight": "model-00013-of-00031.safetensors",
354
+ "model.layers.34.self_attn.v_proj.bias": "model-00013-of-00031.safetensors",
355
+ "model.layers.34.self_attn.v_proj.weight": "model-00013-of-00031.safetensors",
356
+ "model.layers.35.input_layernorm.weight": "model-00014-of-00031.safetensors",
357
+ "model.layers.35.mlp.down_proj.weight": "model-00014-of-00031.safetensors",
358
+ "model.layers.35.mlp.gate_proj.weight": "model-00014-of-00031.safetensors",
359
+ "model.layers.35.mlp.up_proj.weight": "model-00014-of-00031.safetensors",
360
+ "model.layers.35.post_attention_layernorm.weight": "model-00014-of-00031.safetensors",
361
+ "model.layers.35.self_attn.k_proj.bias": "model-00014-of-00031.safetensors",
362
+ "model.layers.35.self_attn.k_proj.weight": "model-00014-of-00031.safetensors",
363
+ "model.layers.35.self_attn.o_proj.weight": "model-00014-of-00031.safetensors",
364
+ "model.layers.35.self_attn.q_proj.bias": "model-00014-of-00031.safetensors",
365
+ "model.layers.35.self_attn.q_proj.weight": "model-00014-of-00031.safetensors",
366
+ "model.layers.35.self_attn.v_proj.bias": "model-00014-of-00031.safetensors",
367
+ "model.layers.35.self_attn.v_proj.weight": "model-00014-of-00031.safetensors",
368
+ "model.layers.36.input_layernorm.weight": "model-00014-of-00031.safetensors",
369
+ "model.layers.36.mlp.down_proj.weight": "model-00014-of-00031.safetensors",
370
+ "model.layers.36.mlp.gate_proj.weight": "model-00014-of-00031.safetensors",
371
+ "model.layers.36.mlp.up_proj.weight": "model-00014-of-00031.safetensors",
372
+ "model.layers.36.post_attention_layernorm.weight": "model-00014-of-00031.safetensors",
373
+ "model.layers.36.self_attn.k_proj.bias": "model-00014-of-00031.safetensors",
374
+ "model.layers.36.self_attn.k_proj.weight": "model-00014-of-00031.safetensors",
375
+ "model.layers.36.self_attn.o_proj.weight": "model-00014-of-00031.safetensors",
376
+ "model.layers.36.self_attn.q_proj.bias": "model-00014-of-00031.safetensors",
377
+ "model.layers.36.self_attn.q_proj.weight": "model-00014-of-00031.safetensors",
378
+ "model.layers.36.self_attn.v_proj.bias": "model-00014-of-00031.safetensors",
379
+ "model.layers.36.self_attn.v_proj.weight": "model-00014-of-00031.safetensors",
380
+ "model.layers.37.input_layernorm.weight": "model-00015-of-00031.safetensors",
381
+ "model.layers.37.mlp.down_proj.weight": "model-00015-of-00031.safetensors",
382
+ "model.layers.37.mlp.gate_proj.weight": "model-00015-of-00031.safetensors",
383
+ "model.layers.37.mlp.up_proj.weight": "model-00015-of-00031.safetensors",
384
+ "model.layers.37.post_attention_layernorm.weight": "model-00015-of-00031.safetensors",
385
+ "model.layers.37.self_attn.k_proj.bias": "model-00015-of-00031.safetensors",
386
+ "model.layers.37.self_attn.k_proj.weight": "model-00015-of-00031.safetensors",
387
+ "model.layers.37.self_attn.o_proj.weight": "model-00015-of-00031.safetensors",
388
+ "model.layers.37.self_attn.q_proj.bias": "model-00015-of-00031.safetensors",
389
+ "model.layers.37.self_attn.q_proj.weight": "model-00015-of-00031.safetensors",
390
+ "model.layers.37.self_attn.v_proj.bias": "model-00015-of-00031.safetensors",
391
+ "model.layers.37.self_attn.v_proj.weight": "model-00015-of-00031.safetensors",
392
+ "model.layers.38.input_layernorm.weight": "model-00015-of-00031.safetensors",
393
+ "model.layers.38.mlp.down_proj.weight": "model-00015-of-00031.safetensors",
394
+ "model.layers.38.mlp.gate_proj.weight": "model-00015-of-00031.safetensors",
395
+ "model.layers.38.mlp.up_proj.weight": "model-00015-of-00031.safetensors",
396
+ "model.layers.38.post_attention_layernorm.weight": "model-00015-of-00031.safetensors",
397
+ "model.layers.38.self_attn.k_proj.bias": "model-00015-of-00031.safetensors",
398
+ "model.layers.38.self_attn.k_proj.weight": "model-00015-of-00031.safetensors",
399
+ "model.layers.38.self_attn.o_proj.weight": "model-00015-of-00031.safetensors",
400
+ "model.layers.38.self_attn.q_proj.bias": "model-00015-of-00031.safetensors",
401
+ "model.layers.38.self_attn.q_proj.weight": "model-00015-of-00031.safetensors",
402
+ "model.layers.38.self_attn.v_proj.bias": "model-00015-of-00031.safetensors",
403
+ "model.layers.38.self_attn.v_proj.weight": "model-00015-of-00031.safetensors",
404
+ "model.layers.39.input_layernorm.weight": "model-00016-of-00031.safetensors",
405
+ "model.layers.39.mlp.down_proj.weight": "model-00016-of-00031.safetensors",
406
+ "model.layers.39.mlp.gate_proj.weight": "model-00015-of-00031.safetensors",
407
+ "model.layers.39.mlp.up_proj.weight": "model-00015-of-00031.safetensors",
408
+ "model.layers.39.post_attention_layernorm.weight": "model-00016-of-00031.safetensors",
409
+ "model.layers.39.self_attn.k_proj.bias": "model-00015-of-00031.safetensors",
410
+ "model.layers.39.self_attn.k_proj.weight": "model-00015-of-00031.safetensors",
411
+ "model.layers.39.self_attn.o_proj.weight": "model-00015-of-00031.safetensors",
412
+ "model.layers.39.self_attn.q_proj.bias": "model-00015-of-00031.safetensors",
413
+ "model.layers.39.self_attn.q_proj.weight": "model-00015-of-00031.safetensors",
414
+ "model.layers.39.self_attn.v_proj.bias": "model-00015-of-00031.safetensors",
415
+ "model.layers.39.self_attn.v_proj.weight": "model-00015-of-00031.safetensors",
416
+ "model.layers.4.input_layernorm.weight": "model-00003-of-00031.safetensors",
417
+ "model.layers.4.mlp.down_proj.weight": "model-00003-of-00031.safetensors",
418
+ "model.layers.4.mlp.gate_proj.weight": "model-00003-of-00031.safetensors",
419
+ "model.layers.4.mlp.up_proj.weight": "model-00003-of-00031.safetensors",
420
+ "model.layers.4.post_attention_layernorm.weight": "model-00003-of-00031.safetensors",
421
+ "model.layers.4.self_attn.k_proj.bias": "model-00003-of-00031.safetensors",
422
+ "model.layers.4.self_attn.k_proj.weight": "model-00003-of-00031.safetensors",
423
+ "model.layers.4.self_attn.o_proj.weight": "model-00003-of-00031.safetensors",
424
+ "model.layers.4.self_attn.q_proj.bias": "model-00003-of-00031.safetensors",
425
+ "model.layers.4.self_attn.q_proj.weight": "model-00003-of-00031.safetensors",
426
+ "model.layers.4.self_attn.v_proj.bias": "model-00003-of-00031.safetensors",
427
+ "model.layers.4.self_attn.v_proj.weight": "model-00003-of-00031.safetensors",
428
+ "model.layers.40.input_layernorm.weight": "model-00016-of-00031.safetensors",
429
+ "model.layers.40.mlp.down_proj.weight": "model-00016-of-00031.safetensors",
430
+ "model.layers.40.mlp.gate_proj.weight": "model-00016-of-00031.safetensors",
431
+ "model.layers.40.mlp.up_proj.weight": "model-00016-of-00031.safetensors",
432
+ "model.layers.40.post_attention_layernorm.weight": "model-00016-of-00031.safetensors",
433
+ "model.layers.40.self_attn.k_proj.bias": "model-00016-of-00031.safetensors",
434
+ "model.layers.40.self_attn.k_proj.weight": "model-00016-of-00031.safetensors",
435
+ "model.layers.40.self_attn.o_proj.weight": "model-00016-of-00031.safetensors",
436
+ "model.layers.40.self_attn.q_proj.bias": "model-00016-of-00031.safetensors",
437
+ "model.layers.40.self_attn.q_proj.weight": "model-00016-of-00031.safetensors",
438
+ "model.layers.40.self_attn.v_proj.bias": "model-00016-of-00031.safetensors",
439
+ "model.layers.40.self_attn.v_proj.weight": "model-00016-of-00031.safetensors",
440
+ "model.layers.41.input_layernorm.weight": "model-00016-of-00031.safetensors",
441
+ "model.layers.41.mlp.down_proj.weight": "model-00016-of-00031.safetensors",
442
+ "model.layers.41.mlp.gate_proj.weight": "model-00016-of-00031.safetensors",
443
+ "model.layers.41.mlp.up_proj.weight": "model-00016-of-00031.safetensors",
444
+ "model.layers.41.post_attention_layernorm.weight": "model-00016-of-00031.safetensors",
445
+ "model.layers.41.self_attn.k_proj.bias": "model-00016-of-00031.safetensors",
446
+ "model.layers.41.self_attn.k_proj.weight": "model-00016-of-00031.safetensors",
447
+ "model.layers.41.self_attn.o_proj.weight": "model-00016-of-00031.safetensors",
448
+ "model.layers.41.self_attn.q_proj.bias": "model-00016-of-00031.safetensors",
449
+ "model.layers.41.self_attn.q_proj.weight": "model-00016-of-00031.safetensors",
450
+ "model.layers.41.self_attn.v_proj.bias": "model-00016-of-00031.safetensors",
451
+ "model.layers.41.self_attn.v_proj.weight": "model-00016-of-00031.safetensors",
452
+ "model.layers.42.input_layernorm.weight": "model-00017-of-00031.safetensors",
453
+ "model.layers.42.mlp.down_proj.weight": "model-00017-of-00031.safetensors",
454
+ "model.layers.42.mlp.gate_proj.weight": "model-00016-of-00031.safetensors",
455
+ "model.layers.42.mlp.up_proj.weight": "model-00017-of-00031.safetensors",
456
+ "model.layers.42.post_attention_layernorm.weight": "model-00017-of-00031.safetensors",
457
+ "model.layers.42.self_attn.k_proj.bias": "model-00016-of-00031.safetensors",
458
+ "model.layers.42.self_attn.k_proj.weight": "model-00016-of-00031.safetensors",
459
+ "model.layers.42.self_attn.o_proj.weight": "model-00016-of-00031.safetensors",
460
+ "model.layers.42.self_attn.q_proj.bias": "model-00016-of-00031.safetensors",
461
+ "model.layers.42.self_attn.q_proj.weight": "model-00016-of-00031.safetensors",
462
+ "model.layers.42.self_attn.v_proj.bias": "model-00016-of-00031.safetensors",
463
+ "model.layers.42.self_attn.v_proj.weight": "model-00016-of-00031.safetensors",
464
+ "model.layers.43.input_layernorm.weight": "model-00017-of-00031.safetensors",
465
+ "model.layers.43.mlp.down_proj.weight": "model-00017-of-00031.safetensors",
466
+ "model.layers.43.mlp.gate_proj.weight": "model-00017-of-00031.safetensors",
467
+ "model.layers.43.mlp.up_proj.weight": "model-00017-of-00031.safetensors",
468
+ "model.layers.43.post_attention_layernorm.weight": "model-00017-of-00031.safetensors",
469
+ "model.layers.43.self_attn.k_proj.bias": "model-00017-of-00031.safetensors",
470
+ "model.layers.43.self_attn.k_proj.weight": "model-00017-of-00031.safetensors",
471
+ "model.layers.43.self_attn.o_proj.weight": "model-00017-of-00031.safetensors",
472
+ "model.layers.43.self_attn.q_proj.bias": "model-00017-of-00031.safetensors",
473
+ "model.layers.43.self_attn.q_proj.weight": "model-00017-of-00031.safetensors",
474
+ "model.layers.43.self_attn.v_proj.bias": "model-00017-of-00031.safetensors",
475
+ "model.layers.43.self_attn.v_proj.weight": "model-00017-of-00031.safetensors",
476
+ "model.layers.44.input_layernorm.weight": "model-00017-of-00031.safetensors",
477
+ "model.layers.44.mlp.down_proj.weight": "model-00017-of-00031.safetensors",
478
+ "model.layers.44.mlp.gate_proj.weight": "model-00017-of-00031.safetensors",
479
+ "model.layers.44.mlp.up_proj.weight": "model-00017-of-00031.safetensors",
480
+ "model.layers.44.post_attention_layernorm.weight": "model-00017-of-00031.safetensors",
481
+ "model.layers.44.self_attn.k_proj.bias": "model-00017-of-00031.safetensors",
482
+ "model.layers.44.self_attn.k_proj.weight": "model-00017-of-00031.safetensors",
483
+ "model.layers.44.self_attn.o_proj.weight": "model-00017-of-00031.safetensors",
484
+ "model.layers.44.self_attn.q_proj.bias": "model-00017-of-00031.safetensors",
485
+ "model.layers.44.self_attn.q_proj.weight": "model-00017-of-00031.safetensors",
486
+ "model.layers.44.self_attn.v_proj.bias": "model-00017-of-00031.safetensors",
487
+ "model.layers.44.self_attn.v_proj.weight": "model-00017-of-00031.safetensors",
488
+ "model.layers.45.input_layernorm.weight": "model-00018-of-00031.safetensors",
489
+ "model.layers.45.mlp.down_proj.weight": "model-00018-of-00031.safetensors",
490
+ "model.layers.45.mlp.gate_proj.weight": "model-00018-of-00031.safetensors",
491
+ "model.layers.45.mlp.up_proj.weight": "model-00018-of-00031.safetensors",
492
+ "model.layers.45.post_attention_layernorm.weight": "model-00018-of-00031.safetensors",
493
+ "model.layers.45.self_attn.k_proj.bias": "model-00017-of-00031.safetensors",
494
+ "model.layers.45.self_attn.k_proj.weight": "model-00017-of-00031.safetensors",
495
+ "model.layers.45.self_attn.o_proj.weight": "model-00017-of-00031.safetensors",
496
+ "model.layers.45.self_attn.q_proj.bias": "model-00017-of-00031.safetensors",
497
+ "model.layers.45.self_attn.q_proj.weight": "model-00017-of-00031.safetensors",
498
+ "model.layers.45.self_attn.v_proj.bias": "model-00017-of-00031.safetensors",
499
+ "model.layers.45.self_attn.v_proj.weight": "model-00017-of-00031.safetensors",
500
+ "model.layers.46.input_layernorm.weight": "model-00018-of-00031.safetensors",
501
+ "model.layers.46.mlp.down_proj.weight": "model-00018-of-00031.safetensors",
502
+ "model.layers.46.mlp.gate_proj.weight": "model-00018-of-00031.safetensors",
503
+ "model.layers.46.mlp.up_proj.weight": "model-00018-of-00031.safetensors",
504
+ "model.layers.46.post_attention_layernorm.weight": "model-00018-of-00031.safetensors",
505
+ "model.layers.46.self_attn.k_proj.bias": "model-00018-of-00031.safetensors",
506
+ "model.layers.46.self_attn.k_proj.weight": "model-00018-of-00031.safetensors",
507
+ "model.layers.46.self_attn.o_proj.weight": "model-00018-of-00031.safetensors",
508
+ "model.layers.46.self_attn.q_proj.bias": "model-00018-of-00031.safetensors",
509
+ "model.layers.46.self_attn.q_proj.weight": "model-00018-of-00031.safetensors",
510
+ "model.layers.46.self_attn.v_proj.bias": "model-00018-of-00031.safetensors",
511
+ "model.layers.46.self_attn.v_proj.weight": "model-00018-of-00031.safetensors",
512
+ "model.layers.47.input_layernorm.weight": "model-00018-of-00031.safetensors",
513
+ "model.layers.47.mlp.down_proj.weight": "model-00018-of-00031.safetensors",
514
+ "model.layers.47.mlp.gate_proj.weight": "model-00018-of-00031.safetensors",
515
+ "model.layers.47.mlp.up_proj.weight": "model-00018-of-00031.safetensors",
516
+ "model.layers.47.post_attention_layernorm.weight": "model-00018-of-00031.safetensors",
517
+ "model.layers.47.self_attn.k_proj.bias": "model-00018-of-00031.safetensors",
518
+ "model.layers.47.self_attn.k_proj.weight": "model-00018-of-00031.safetensors",
519
+ "model.layers.47.self_attn.o_proj.weight": "model-00018-of-00031.safetensors",
520
+ "model.layers.47.self_attn.q_proj.bias": "model-00018-of-00031.safetensors",
521
+ "model.layers.47.self_attn.q_proj.weight": "model-00018-of-00031.safetensors",
522
+ "model.layers.47.self_attn.v_proj.bias": "model-00018-of-00031.safetensors",
523
+ "model.layers.47.self_attn.v_proj.weight": "model-00018-of-00031.safetensors",
524
+ "model.layers.48.input_layernorm.weight": "model-00019-of-00031.safetensors",
525
+ "model.layers.48.mlp.down_proj.weight": "model-00019-of-00031.safetensors",
526
+ "model.layers.48.mlp.gate_proj.weight": "model-00019-of-00031.safetensors",
527
+ "model.layers.48.mlp.up_proj.weight": "model-00019-of-00031.safetensors",
528
+ "model.layers.48.post_attention_layernorm.weight": "model-00019-of-00031.safetensors",
529
+ "model.layers.48.self_attn.k_proj.bias": "model-00019-of-00031.safetensors",
530
+ "model.layers.48.self_attn.k_proj.weight": "model-00019-of-00031.safetensors",
531
+ "model.layers.48.self_attn.o_proj.weight": "model-00019-of-00031.safetensors",
532
+ "model.layers.48.self_attn.q_proj.bias": "model-00019-of-00031.safetensors",
533
+ "model.layers.48.self_attn.q_proj.weight": "model-00019-of-00031.safetensors",
534
+ "model.layers.48.self_attn.v_proj.bias": "model-00019-of-00031.safetensors",
535
+ "model.layers.48.self_attn.v_proj.weight": "model-00019-of-00031.safetensors",
536
+ "model.layers.49.input_layernorm.weight": "model-00019-of-00031.safetensors",
537
+ "model.layers.49.mlp.down_proj.weight": "model-00019-of-00031.safetensors",
538
+ "model.layers.49.mlp.gate_proj.weight": "model-00019-of-00031.safetensors",
539
+ "model.layers.49.mlp.up_proj.weight": "model-00019-of-00031.safetensors",
540
+ "model.layers.49.post_attention_layernorm.weight": "model-00019-of-00031.safetensors",
541
+ "model.layers.49.self_attn.k_proj.bias": "model-00019-of-00031.safetensors",
542
+ "model.layers.49.self_attn.k_proj.weight": "model-00019-of-00031.safetensors",
543
+ "model.layers.49.self_attn.o_proj.weight": "model-00019-of-00031.safetensors",
544
+ "model.layers.49.self_attn.q_proj.bias": "model-00019-of-00031.safetensors",
545
+ "model.layers.49.self_attn.q_proj.weight": "model-00019-of-00031.safetensors",
546
+ "model.layers.49.self_attn.v_proj.bias": "model-00019-of-00031.safetensors",
547
+ "model.layers.49.self_attn.v_proj.weight": "model-00019-of-00031.safetensors",
548
+ "model.layers.5.input_layernorm.weight": "model-00003-of-00031.safetensors",
549
+ "model.layers.5.mlp.down_proj.weight": "model-00003-of-00031.safetensors",
550
+ "model.layers.5.mlp.gate_proj.weight": "model-00003-of-00031.safetensors",
551
+ "model.layers.5.mlp.up_proj.weight": "model-00003-of-00031.safetensors",
552
+ "model.layers.5.post_attention_layernorm.weight": "model-00003-of-00031.safetensors",
553
+ "model.layers.5.self_attn.k_proj.bias": "model-00003-of-00031.safetensors",
554
+ "model.layers.5.self_attn.k_proj.weight": "model-00003-of-00031.safetensors",
555
+ "model.layers.5.self_attn.o_proj.weight": "model-00003-of-00031.safetensors",
556
+ "model.layers.5.self_attn.q_proj.bias": "model-00003-of-00031.safetensors",
557
+ "model.layers.5.self_attn.q_proj.weight": "model-00003-of-00031.safetensors",
558
+ "model.layers.5.self_attn.v_proj.bias": "model-00003-of-00031.safetensors",
559
+ "model.layers.5.self_attn.v_proj.weight": "model-00003-of-00031.safetensors",
560
+ "model.layers.50.input_layernorm.weight": "model-00020-of-00031.safetensors",
561
+ "model.layers.50.mlp.down_proj.weight": "model-00020-of-00031.safetensors",
562
+ "model.layers.50.mlp.gate_proj.weight": "model-00019-of-00031.safetensors",
563
+ "model.layers.50.mlp.up_proj.weight": "model-00019-of-00031.safetensors",
564
+ "model.layers.50.post_attention_layernorm.weight": "model-00020-of-00031.safetensors",
565
+ "model.layers.50.self_attn.k_proj.bias": "model-00019-of-00031.safetensors",
566
+ "model.layers.50.self_attn.k_proj.weight": "model-00019-of-00031.safetensors",
567
+ "model.layers.50.self_attn.o_proj.weight": "model-00019-of-00031.safetensors",
568
+ "model.layers.50.self_attn.q_proj.bias": "model-00019-of-00031.safetensors",
569
+ "model.layers.50.self_attn.q_proj.weight": "model-00019-of-00031.safetensors",
570
+ "model.layers.50.self_attn.v_proj.bias": "model-00019-of-00031.safetensors",
571
+ "model.layers.50.self_attn.v_proj.weight": "model-00019-of-00031.safetensors",
572
+ "model.layers.51.input_layernorm.weight": "model-00020-of-00031.safetensors",
573
+ "model.layers.51.mlp.down_proj.weight": "model-00020-of-00031.safetensors",
574
+ "model.layers.51.mlp.gate_proj.weight": "model-00020-of-00031.safetensors",
575
+ "model.layers.51.mlp.up_proj.weight": "model-00020-of-00031.safetensors",
576
+ "model.layers.51.post_attention_layernorm.weight": "model-00020-of-00031.safetensors",
577
+ "model.layers.51.self_attn.k_proj.bias": "model-00020-of-00031.safetensors",
578
+ "model.layers.51.self_attn.k_proj.weight": "model-00020-of-00031.safetensors",
579
+ "model.layers.51.self_attn.o_proj.weight": "model-00020-of-00031.safetensors",
580
+ "model.layers.51.self_attn.q_proj.bias": "model-00020-of-00031.safetensors",
581
+ "model.layers.51.self_attn.q_proj.weight": "model-00020-of-00031.safetensors",
582
+ "model.layers.51.self_attn.v_proj.bias": "model-00020-of-00031.safetensors",
583
+ "model.layers.51.self_attn.v_proj.weight": "model-00020-of-00031.safetensors",
584
+ "model.layers.52.input_layernorm.weight": "model-00020-of-00031.safetensors",
585
+ "model.layers.52.mlp.down_proj.weight": "model-00020-of-00031.safetensors",
586
+ "model.layers.52.mlp.gate_proj.weight": "model-00020-of-00031.safetensors",
587
+ "model.layers.52.mlp.up_proj.weight": "model-00020-of-00031.safetensors",
588
+ "model.layers.52.post_attention_layernorm.weight": "model-00020-of-00031.safetensors",
589
+ "model.layers.52.self_attn.k_proj.bias": "model-00020-of-00031.safetensors",
590
+ "model.layers.52.self_attn.k_proj.weight": "model-00020-of-00031.safetensors",
591
+ "model.layers.52.self_attn.o_proj.weight": "model-00020-of-00031.safetensors",
592
+ "model.layers.52.self_attn.q_proj.bias": "model-00020-of-00031.safetensors",
593
+ "model.layers.52.self_attn.q_proj.weight": "model-00020-of-00031.safetensors",
594
+ "model.layers.52.self_attn.v_proj.bias": "model-00020-of-00031.safetensors",
595
+ "model.layers.52.self_attn.v_proj.weight": "model-00020-of-00031.safetensors",
596
+ "model.layers.53.input_layernorm.weight": "model-00021-of-00031.safetensors",
597
+ "model.layers.53.mlp.down_proj.weight": "model-00021-of-00031.safetensors",
598
+ "model.layers.53.mlp.gate_proj.weight": "model-00020-of-00031.safetensors",
599
+ "model.layers.53.mlp.up_proj.weight": "model-00021-of-00031.safetensors",
600
+ "model.layers.53.post_attention_layernorm.weight": "model-00021-of-00031.safetensors",
601
+ "model.layers.53.self_attn.k_proj.bias": "model-00020-of-00031.safetensors",
602
+ "model.layers.53.self_attn.k_proj.weight": "model-00020-of-00031.safetensors",
603
+ "model.layers.53.self_attn.o_proj.weight": "model-00020-of-00031.safetensors",
604
+ "model.layers.53.self_attn.q_proj.bias": "model-00020-of-00031.safetensors",
605
+ "model.layers.53.self_attn.q_proj.weight": "model-00020-of-00031.safetensors",
606
+ "model.layers.53.self_attn.v_proj.bias": "model-00020-of-00031.safetensors",
607
+ "model.layers.53.self_attn.v_proj.weight": "model-00020-of-00031.safetensors",
608
+ "model.layers.54.input_layernorm.weight": "model-00021-of-00031.safetensors",
609
+ "model.layers.54.mlp.down_proj.weight": "model-00021-of-00031.safetensors",
610
+ "model.layers.54.mlp.gate_proj.weight": "model-00021-of-00031.safetensors",
611
+ "model.layers.54.mlp.up_proj.weight": "model-00021-of-00031.safetensors",
612
+ "model.layers.54.post_attention_layernorm.weight": "model-00021-of-00031.safetensors",
613
+ "model.layers.54.self_attn.k_proj.bias": "model-00021-of-00031.safetensors",
614
+ "model.layers.54.self_attn.k_proj.weight": "model-00021-of-00031.safetensors",
615
+ "model.layers.54.self_attn.o_proj.weight": "model-00021-of-00031.safetensors",
616
+ "model.layers.54.self_attn.q_proj.bias": "model-00021-of-00031.safetensors",
617
+ "model.layers.54.self_attn.q_proj.weight": "model-00021-of-00031.safetensors",
618
+ "model.layers.54.self_attn.v_proj.bias": "model-00021-of-00031.safetensors",
619
+ "model.layers.54.self_attn.v_proj.weight": "model-00021-of-00031.safetensors",
620
+ "model.layers.55.input_layernorm.weight": "model-00021-of-00031.safetensors",
621
+ "model.layers.55.mlp.down_proj.weight": "model-00021-of-00031.safetensors",
622
+ "model.layers.55.mlp.gate_proj.weight": "model-00021-of-00031.safetensors",
623
+ "model.layers.55.mlp.up_proj.weight": "model-00021-of-00031.safetensors",
624
+ "model.layers.55.post_attention_layernorm.weight": "model-00021-of-00031.safetensors",
625
+ "model.layers.55.self_attn.k_proj.bias": "model-00021-of-00031.safetensors",
626
+ "model.layers.55.self_attn.k_proj.weight": "model-00021-of-00031.safetensors",
627
+ "model.layers.55.self_attn.o_proj.weight": "model-00021-of-00031.safetensors",
628
+ "model.layers.55.self_attn.q_proj.bias": "model-00021-of-00031.safetensors",
629
+ "model.layers.55.self_attn.q_proj.weight": "model-00021-of-00031.safetensors",
630
+ "model.layers.55.self_attn.v_proj.bias": "model-00021-of-00031.safetensors",
631
+ "model.layers.55.self_attn.v_proj.weight": "model-00021-of-00031.safetensors",
632
+ "model.layers.56.input_layernorm.weight": "model-00022-of-00031.safetensors",
633
+ "model.layers.56.mlp.down_proj.weight": "model-00022-of-00031.safetensors",
634
+ "model.layers.56.mlp.gate_proj.weight": "model-00022-of-00031.safetensors",
635
+ "model.layers.56.mlp.up_proj.weight": "model-00022-of-00031.safetensors",
636
+ "model.layers.56.post_attention_layernorm.weight": "model-00022-of-00031.safetensors",
637
+ "model.layers.56.self_attn.k_proj.bias": "model-00021-of-00031.safetensors",
638
+ "model.layers.56.self_attn.k_proj.weight": "model-00021-of-00031.safetensors",
639
+ "model.layers.56.self_attn.o_proj.weight": "model-00021-of-00031.safetensors",
640
+ "model.layers.56.self_attn.q_proj.bias": "model-00021-of-00031.safetensors",
641
+ "model.layers.56.self_attn.q_proj.weight": "model-00021-of-00031.safetensors",
642
+ "model.layers.56.self_attn.v_proj.bias": "model-00021-of-00031.safetensors",
643
+ "model.layers.56.self_attn.v_proj.weight": "model-00021-of-00031.safetensors",
644
+ "model.layers.57.input_layernorm.weight": "model-00022-of-00031.safetensors",
645
+ "model.layers.57.mlp.down_proj.weight": "model-00022-of-00031.safetensors",
646
+ "model.layers.57.mlp.gate_proj.weight": "model-00022-of-00031.safetensors",
647
+ "model.layers.57.mlp.up_proj.weight": "model-00022-of-00031.safetensors",
648
+ "model.layers.57.post_attention_layernorm.weight": "model-00022-of-00031.safetensors",
649
+ "model.layers.57.self_attn.k_proj.bias": "model-00022-of-00031.safetensors",
650
+ "model.layers.57.self_attn.k_proj.weight": "model-00022-of-00031.safetensors",
651
+ "model.layers.57.self_attn.o_proj.weight": "model-00022-of-00031.safetensors",
652
+ "model.layers.57.self_attn.q_proj.bias": "model-00022-of-00031.safetensors",
653
+ "model.layers.57.self_attn.q_proj.weight": "model-00022-of-00031.safetensors",
654
+ "model.layers.57.self_attn.v_proj.bias": "model-00022-of-00031.safetensors",
655
+ "model.layers.57.self_attn.v_proj.weight": "model-00022-of-00031.safetensors",
656
+ "model.layers.58.input_layernorm.weight": "model-00022-of-00031.safetensors",
657
+ "model.layers.58.mlp.down_proj.weight": "model-00022-of-00031.safetensors",
658
+ "model.layers.58.mlp.gate_proj.weight": "model-00022-of-00031.safetensors",
659
+ "model.layers.58.mlp.up_proj.weight": "model-00022-of-00031.safetensors",
660
+ "model.layers.58.post_attention_layernorm.weight": "model-00022-of-00031.safetensors",
661
+ "model.layers.58.self_attn.k_proj.bias": "model-00022-of-00031.safetensors",
662
+ "model.layers.58.self_attn.k_proj.weight": "model-00022-of-00031.safetensors",
663
+ "model.layers.58.self_attn.o_proj.weight": "model-00022-of-00031.safetensors",
664
+ "model.layers.58.self_attn.q_proj.bias": "model-00022-of-00031.safetensors",
665
+ "model.layers.58.self_attn.q_proj.weight": "model-00022-of-00031.safetensors",
666
+ "model.layers.58.self_attn.v_proj.bias": "model-00022-of-00031.safetensors",
667
+ "model.layers.58.self_attn.v_proj.weight": "model-00022-of-00031.safetensors",
668
+ "model.layers.59.input_layernorm.weight": "model-00023-of-00031.safetensors",
669
+ "model.layers.59.mlp.down_proj.weight": "model-00023-of-00031.safetensors",
670
+ "model.layers.59.mlp.gate_proj.weight": "model-00023-of-00031.safetensors",
671
+ "model.layers.59.mlp.up_proj.weight": "model-00023-of-00031.safetensors",
672
+ "model.layers.59.post_attention_layernorm.weight": "model-00023-of-00031.safetensors",
673
+ "model.layers.59.self_attn.k_proj.bias": "model-00023-of-00031.safetensors",
674
+ "model.layers.59.self_attn.k_proj.weight": "model-00023-of-00031.safetensors",
675
+ "model.layers.59.self_attn.o_proj.weight": "model-00023-of-00031.safetensors",
676
+ "model.layers.59.self_attn.q_proj.bias": "model-00023-of-00031.safetensors",
677
+ "model.layers.59.self_attn.q_proj.weight": "model-00023-of-00031.safetensors",
678
+ "model.layers.59.self_attn.v_proj.bias": "model-00023-of-00031.safetensors",
679
+ "model.layers.59.self_attn.v_proj.weight": "model-00023-of-00031.safetensors",
680
+ "model.layers.6.input_layernorm.weight": "model-00004-of-00031.safetensors",
681
+ "model.layers.6.mlp.down_proj.weight": "model-00004-of-00031.safetensors",
682
+ "model.layers.6.mlp.gate_proj.weight": "model-00003-of-00031.safetensors",
683
+ "model.layers.6.mlp.up_proj.weight": "model-00003-of-00031.safetensors",
684
+ "model.layers.6.post_attention_layernorm.weight": "model-00004-of-00031.safetensors",
685
+ "model.layers.6.self_attn.k_proj.bias": "model-00003-of-00031.safetensors",
686
+ "model.layers.6.self_attn.k_proj.weight": "model-00003-of-00031.safetensors",
687
+ "model.layers.6.self_attn.o_proj.weight": "model-00003-of-00031.safetensors",
688
+ "model.layers.6.self_attn.q_proj.bias": "model-00003-of-00031.safetensors",
689
+ "model.layers.6.self_attn.q_proj.weight": "model-00003-of-00031.safetensors",
690
+ "model.layers.6.self_attn.v_proj.bias": "model-00003-of-00031.safetensors",
691
+ "model.layers.6.self_attn.v_proj.weight": "model-00003-of-00031.safetensors",
692
+ "model.layers.60.input_layernorm.weight": "model-00023-of-00031.safetensors",
693
+ "model.layers.60.mlp.down_proj.weight": "model-00023-of-00031.safetensors",
694
+ "model.layers.60.mlp.gate_proj.weight": "model-00023-of-00031.safetensors",
695
+ "model.layers.60.mlp.up_proj.weight": "model-00023-of-00031.safetensors",
696
+ "model.layers.60.post_attention_layernorm.weight": "model-00023-of-00031.safetensors",
697
+ "model.layers.60.self_attn.k_proj.bias": "model-00023-of-00031.safetensors",
698
+ "model.layers.60.self_attn.k_proj.weight": "model-00023-of-00031.safetensors",
699
+ "model.layers.60.self_attn.o_proj.weight": "model-00023-of-00031.safetensors",
700
+ "model.layers.60.self_attn.q_proj.bias": "model-00023-of-00031.safetensors",
701
+ "model.layers.60.self_attn.q_proj.weight": "model-00023-of-00031.safetensors",
702
+ "model.layers.60.self_attn.v_proj.bias": "model-00023-of-00031.safetensors",
703
+ "model.layers.60.self_attn.v_proj.weight": "model-00023-of-00031.safetensors",
704
+ "model.layers.61.input_layernorm.weight": "model-00024-of-00031.safetensors",
705
+ "model.layers.61.mlp.down_proj.weight": "model-00024-of-00031.safetensors",
706
+ "model.layers.61.mlp.gate_proj.weight": "model-00023-of-00031.safetensors",
707
+ "model.layers.61.mlp.up_proj.weight": "model-00023-of-00031.safetensors",
708
+ "model.layers.61.post_attention_layernorm.weight": "model-00024-of-00031.safetensors",
709
+ "model.layers.61.self_attn.k_proj.bias": "model-00023-of-00031.safetensors",
710
+ "model.layers.61.self_attn.k_proj.weight": "model-00023-of-00031.safetensors",
711
+ "model.layers.61.self_attn.o_proj.weight": "model-00023-of-00031.safetensors",
712
+ "model.layers.61.self_attn.q_proj.bias": "model-00023-of-00031.safetensors",
713
+ "model.layers.61.self_attn.q_proj.weight": "model-00023-of-00031.safetensors",
714
+ "model.layers.61.self_attn.v_proj.bias": "model-00023-of-00031.safetensors",
715
+ "model.layers.61.self_attn.v_proj.weight": "model-00023-of-00031.safetensors",
716
+ "model.layers.62.input_layernorm.weight": "model-00024-of-00031.safetensors",
717
+ "model.layers.62.mlp.down_proj.weight": "model-00024-of-00031.safetensors",
718
+ "model.layers.62.mlp.gate_proj.weight": "model-00024-of-00031.safetensors",
719
+ "model.layers.62.mlp.up_proj.weight": "model-00024-of-00031.safetensors",
720
+ "model.layers.62.post_attention_layernorm.weight": "model-00024-of-00031.safetensors",
721
+ "model.layers.62.self_attn.k_proj.bias": "model-00024-of-00031.safetensors",
722
+ "model.layers.62.self_attn.k_proj.weight": "model-00024-of-00031.safetensors",
723
+ "model.layers.62.self_attn.o_proj.weight": "model-00024-of-00031.safetensors",
724
+ "model.layers.62.self_attn.q_proj.bias": "model-00024-of-00031.safetensors",
725
+ "model.layers.62.self_attn.q_proj.weight": "model-00024-of-00031.safetensors",
726
+ "model.layers.62.self_attn.v_proj.bias": "model-00024-of-00031.safetensors",
727
+ "model.layers.62.self_attn.v_proj.weight": "model-00024-of-00031.safetensors",
728
+ "model.layers.63.input_layernorm.weight": "model-00024-of-00031.safetensors",
729
+ "model.layers.63.mlp.down_proj.weight": "model-00024-of-00031.safetensors",
730
+ "model.layers.63.mlp.gate_proj.weight": "model-00024-of-00031.safetensors",
731
+ "model.layers.63.mlp.up_proj.weight": "model-00024-of-00031.safetensors",
732
+ "model.layers.63.post_attention_layernorm.weight": "model-00024-of-00031.safetensors",
733
+ "model.layers.63.self_attn.k_proj.bias": "model-00024-of-00031.safetensors",
734
+ "model.layers.63.self_attn.k_proj.weight": "model-00024-of-00031.safetensors",
735
+ "model.layers.63.self_attn.o_proj.weight": "model-00024-of-00031.safetensors",
736
+ "model.layers.63.self_attn.q_proj.bias": "model-00024-of-00031.safetensors",
737
+ "model.layers.63.self_attn.q_proj.weight": "model-00024-of-00031.safetensors",
738
+ "model.layers.63.self_attn.v_proj.bias": "model-00024-of-00031.safetensors",
739
+ "model.layers.63.self_attn.v_proj.weight": "model-00024-of-00031.safetensors",
740
+ "model.layers.64.input_layernorm.weight": "model-00025-of-00031.safetensors",
741
+ "model.layers.64.mlp.down_proj.weight": "model-00025-of-00031.safetensors",
742
+ "model.layers.64.mlp.gate_proj.weight": "model-00024-of-00031.safetensors",
743
+ "model.layers.64.mlp.up_proj.weight": "model-00025-of-00031.safetensors",
744
+ "model.layers.64.post_attention_layernorm.weight": "model-00025-of-00031.safetensors",
745
+ "model.layers.64.self_attn.k_proj.bias": "model-00024-of-00031.safetensors",
746
+ "model.layers.64.self_attn.k_proj.weight": "model-00024-of-00031.safetensors",
747
+ "model.layers.64.self_attn.o_proj.weight": "model-00024-of-00031.safetensors",
748
+ "model.layers.64.self_attn.q_proj.bias": "model-00024-of-00031.safetensors",
749
+ "model.layers.64.self_attn.q_proj.weight": "model-00024-of-00031.safetensors",
750
+ "model.layers.64.self_attn.v_proj.bias": "model-00024-of-00031.safetensors",
751
+ "model.layers.64.self_attn.v_proj.weight": "model-00024-of-00031.safetensors",
752
+ "model.layers.65.input_layernorm.weight": "model-00025-of-00031.safetensors",
753
+ "model.layers.65.mlp.down_proj.weight": "model-00025-of-00031.safetensors",
754
+ "model.layers.65.mlp.gate_proj.weight": "model-00025-of-00031.safetensors",
755
+ "model.layers.65.mlp.up_proj.weight": "model-00025-of-00031.safetensors",
756
+ "model.layers.65.post_attention_layernorm.weight": "model-00025-of-00031.safetensors",
757
+ "model.layers.65.self_attn.k_proj.bias": "model-00025-of-00031.safetensors",
758
+ "model.layers.65.self_attn.k_proj.weight": "model-00025-of-00031.safetensors",
759
+ "model.layers.65.self_attn.o_proj.weight": "model-00025-of-00031.safetensors",
760
+ "model.layers.65.self_attn.q_proj.bias": "model-00025-of-00031.safetensors",
761
+ "model.layers.65.self_attn.q_proj.weight": "model-00025-of-00031.safetensors",
762
+ "model.layers.65.self_attn.v_proj.bias": "model-00025-of-00031.safetensors",
763
+ "model.layers.65.self_attn.v_proj.weight": "model-00025-of-00031.safetensors",
764
+ "model.layers.66.input_layernorm.weight": "model-00025-of-00031.safetensors",
765
+ "model.layers.66.mlp.down_proj.weight": "model-00025-of-00031.safetensors",
766
+ "model.layers.66.mlp.gate_proj.weight": "model-00025-of-00031.safetensors",
767
+ "model.layers.66.mlp.up_proj.weight": "model-00025-of-00031.safetensors",
768
+ "model.layers.66.post_attention_layernorm.weight": "model-00025-of-00031.safetensors",
769
+ "model.layers.66.self_attn.k_proj.bias": "model-00025-of-00031.safetensors",
770
+ "model.layers.66.self_attn.k_proj.weight": "model-00025-of-00031.safetensors",
771
+ "model.layers.66.self_attn.o_proj.weight": "model-00025-of-00031.safetensors",
772
+ "model.layers.66.self_attn.q_proj.bias": "model-00025-of-00031.safetensors",
773
+ "model.layers.66.self_attn.q_proj.weight": "model-00025-of-00031.safetensors",
774
+ "model.layers.66.self_attn.v_proj.bias": "model-00025-of-00031.safetensors",
775
+ "model.layers.66.self_attn.v_proj.weight": "model-00025-of-00031.safetensors",
776
+ "model.layers.67.input_layernorm.weight": "model-00026-of-00031.safetensors",
777
+ "model.layers.67.mlp.down_proj.weight": "model-00026-of-00031.safetensors",
778
+ "model.layers.67.mlp.gate_proj.weight": "model-00026-of-00031.safetensors",
779
+ "model.layers.67.mlp.up_proj.weight": "model-00026-of-00031.safetensors",
780
+ "model.layers.67.post_attention_layernorm.weight": "model-00026-of-00031.safetensors",
781
+ "model.layers.67.self_attn.k_proj.bias": "model-00025-of-00031.safetensors",
782
+ "model.layers.67.self_attn.k_proj.weight": "model-00025-of-00031.safetensors",
783
+ "model.layers.67.self_attn.o_proj.weight": "model-00025-of-00031.safetensors",
784
+ "model.layers.67.self_attn.q_proj.bias": "model-00025-of-00031.safetensors",
785
+ "model.layers.67.self_attn.q_proj.weight": "model-00025-of-00031.safetensors",
786
+ "model.layers.67.self_attn.v_proj.bias": "model-00025-of-00031.safetensors",
787
+ "model.layers.67.self_attn.v_proj.weight": "model-00025-of-00031.safetensors",
788
+ "model.layers.68.input_layernorm.weight": "model-00026-of-00031.safetensors",
789
+ "model.layers.68.mlp.down_proj.weight": "model-00026-of-00031.safetensors",
790
+ "model.layers.68.mlp.gate_proj.weight": "model-00026-of-00031.safetensors",
791
+ "model.layers.68.mlp.up_proj.weight": "model-00026-of-00031.safetensors",
792
+ "model.layers.68.post_attention_layernorm.weight": "model-00026-of-00031.safetensors",
793
+ "model.layers.68.self_attn.k_proj.bias": "model-00026-of-00031.safetensors",
794
+ "model.layers.68.self_attn.k_proj.weight": "model-00026-of-00031.safetensors",
795
+ "model.layers.68.self_attn.o_proj.weight": "model-00026-of-00031.safetensors",
796
+ "model.layers.68.self_attn.q_proj.bias": "model-00026-of-00031.safetensors",
797
+ "model.layers.68.self_attn.q_proj.weight": "model-00026-of-00031.safetensors",
798
+ "model.layers.68.self_attn.v_proj.bias": "model-00026-of-00031.safetensors",
799
+ "model.layers.68.self_attn.v_proj.weight": "model-00026-of-00031.safetensors",
800
+ "model.layers.69.input_layernorm.weight": "model-00026-of-00031.safetensors",
801
+ "model.layers.69.mlp.down_proj.weight": "model-00026-of-00031.safetensors",
802
+ "model.layers.69.mlp.gate_proj.weight": "model-00026-of-00031.safetensors",
803
+ "model.layers.69.mlp.up_proj.weight": "model-00026-of-00031.safetensors",
804
+ "model.layers.69.post_attention_layernorm.weight": "model-00026-of-00031.safetensors",
805
+ "model.layers.69.self_attn.k_proj.bias": "model-00026-of-00031.safetensors",
806
+ "model.layers.69.self_attn.k_proj.weight": "model-00026-of-00031.safetensors",
807
+ "model.layers.69.self_attn.o_proj.weight": "model-00026-of-00031.safetensors",
808
+ "model.layers.69.self_attn.q_proj.bias": "model-00026-of-00031.safetensors",
809
+ "model.layers.69.self_attn.q_proj.weight": "model-00026-of-00031.safetensors",
810
+ "model.layers.69.self_attn.v_proj.bias": "model-00026-of-00031.safetensors",
811
+ "model.layers.69.self_attn.v_proj.weight": "model-00026-of-00031.safetensors",
812
+ "model.layers.7.input_layernorm.weight": "model-00004-of-00031.safetensors",
813
+ "model.layers.7.mlp.down_proj.weight": "model-00004-of-00031.safetensors",
814
+ "model.layers.7.mlp.gate_proj.weight": "model-00004-of-00031.safetensors",
815
+ "model.layers.7.mlp.up_proj.weight": "model-00004-of-00031.safetensors",
816
+ "model.layers.7.post_attention_layernorm.weight": "model-00004-of-00031.safetensors",
817
+ "model.layers.7.self_attn.k_proj.bias": "model-00004-of-00031.safetensors",
818
+ "model.layers.7.self_attn.k_proj.weight": "model-00004-of-00031.safetensors",
819
+ "model.layers.7.self_attn.o_proj.weight": "model-00004-of-00031.safetensors",
820
+ "model.layers.7.self_attn.q_proj.bias": "model-00004-of-00031.safetensors",
821
+ "model.layers.7.self_attn.q_proj.weight": "model-00004-of-00031.safetensors",
822
+ "model.layers.7.self_attn.v_proj.bias": "model-00004-of-00031.safetensors",
823
+ "model.layers.7.self_attn.v_proj.weight": "model-00004-of-00031.safetensors",
824
+ "model.layers.70.input_layernorm.weight": "model-00027-of-00031.safetensors",
825
+ "model.layers.70.mlp.down_proj.weight": "model-00027-of-00031.safetensors",
826
+ "model.layers.70.mlp.gate_proj.weight": "model-00027-of-00031.safetensors",
827
+ "model.layers.70.mlp.up_proj.weight": "model-00027-of-00031.safetensors",
828
+ "model.layers.70.post_attention_layernorm.weight": "model-00027-of-00031.safetensors",
829
+ "model.layers.70.self_attn.k_proj.bias": "model-00027-of-00031.safetensors",
830
+ "model.layers.70.self_attn.k_proj.weight": "model-00027-of-00031.safetensors",
831
+ "model.layers.70.self_attn.o_proj.weight": "model-00027-of-00031.safetensors",
832
+ "model.layers.70.self_attn.q_proj.bias": "model-00027-of-00031.safetensors",
833
+ "model.layers.70.self_attn.q_proj.weight": "model-00027-of-00031.safetensors",
834
+ "model.layers.70.self_attn.v_proj.bias": "model-00027-of-00031.safetensors",
835
+ "model.layers.70.self_attn.v_proj.weight": "model-00027-of-00031.safetensors",
836
+ "model.layers.71.input_layernorm.weight": "model-00027-of-00031.safetensors",
837
+ "model.layers.71.mlp.down_proj.weight": "model-00027-of-00031.safetensors",
838
+ "model.layers.71.mlp.gate_proj.weight": "model-00027-of-00031.safetensors",
839
+ "model.layers.71.mlp.up_proj.weight": "model-00027-of-00031.safetensors",
840
+ "model.layers.71.post_attention_layernorm.weight": "model-00027-of-00031.safetensors",
841
+ "model.layers.71.self_attn.k_proj.bias": "model-00027-of-00031.safetensors",
842
+ "model.layers.71.self_attn.k_proj.weight": "model-00027-of-00031.safetensors",
843
+ "model.layers.71.self_attn.o_proj.weight": "model-00027-of-00031.safetensors",
844
+ "model.layers.71.self_attn.q_proj.bias": "model-00027-of-00031.safetensors",
845
+ "model.layers.71.self_attn.q_proj.weight": "model-00027-of-00031.safetensors",
846
+ "model.layers.71.self_attn.v_proj.bias": "model-00027-of-00031.safetensors",
847
+ "model.layers.71.self_attn.v_proj.weight": "model-00027-of-00031.safetensors",
848
+ "model.layers.72.input_layernorm.weight": "model-00028-of-00031.safetensors",
849
+ "model.layers.72.mlp.down_proj.weight": "model-00028-of-00031.safetensors",
850
+ "model.layers.72.mlp.gate_proj.weight": "model-00027-of-00031.safetensors",
851
+ "model.layers.72.mlp.up_proj.weight": "model-00027-of-00031.safetensors",
852
+ "model.layers.72.post_attention_layernorm.weight": "model-00028-of-00031.safetensors",
853
+ "model.layers.72.self_attn.k_proj.bias": "model-00027-of-00031.safetensors",
854
+ "model.layers.72.self_attn.k_proj.weight": "model-00027-of-00031.safetensors",
855
+ "model.layers.72.self_attn.o_proj.weight": "model-00027-of-00031.safetensors",
856
+ "model.layers.72.self_attn.q_proj.bias": "model-00027-of-00031.safetensors",
857
+ "model.layers.72.self_attn.q_proj.weight": "model-00027-of-00031.safetensors",
858
+ "model.layers.72.self_attn.v_proj.bias": "model-00027-of-00031.safetensors",
859
+ "model.layers.72.self_attn.v_proj.weight": "model-00027-of-00031.safetensors",
860
+ "model.layers.73.input_layernorm.weight": "model-00028-of-00031.safetensors",
861
+ "model.layers.73.mlp.down_proj.weight": "model-00028-of-00031.safetensors",
862
+ "model.layers.73.mlp.gate_proj.weight": "model-00028-of-00031.safetensors",
863
+ "model.layers.73.mlp.up_proj.weight": "model-00028-of-00031.safetensors",
864
+ "model.layers.73.post_attention_layernorm.weight": "model-00028-of-00031.safetensors",
865
+ "model.layers.73.self_attn.k_proj.bias": "model-00028-of-00031.safetensors",
866
+ "model.layers.73.self_attn.k_proj.weight": "model-00028-of-00031.safetensors",
867
+ "model.layers.73.self_attn.o_proj.weight": "model-00028-of-00031.safetensors",
868
+ "model.layers.73.self_attn.q_proj.bias": "model-00028-of-00031.safetensors",
869
+ "model.layers.73.self_attn.q_proj.weight": "model-00028-of-00031.safetensors",
870
+ "model.layers.73.self_attn.v_proj.bias": "model-00028-of-00031.safetensors",
871
+ "model.layers.73.self_attn.v_proj.weight": "model-00028-of-00031.safetensors",
872
+ "model.layers.74.input_layernorm.weight": "model-00028-of-00031.safetensors",
873
+ "model.layers.74.mlp.down_proj.weight": "model-00028-of-00031.safetensors",
874
+ "model.layers.74.mlp.gate_proj.weight": "model-00028-of-00031.safetensors",
875
+ "model.layers.74.mlp.up_proj.weight": "model-00028-of-00031.safetensors",
876
+ "model.layers.74.post_attention_layernorm.weight": "model-00028-of-00031.safetensors",
877
+ "model.layers.74.self_attn.k_proj.bias": "model-00028-of-00031.safetensors",
878
+ "model.layers.74.self_attn.k_proj.weight": "model-00028-of-00031.safetensors",
879
+ "model.layers.74.self_attn.o_proj.weight": "model-00028-of-00031.safetensors",
880
+ "model.layers.74.self_attn.q_proj.bias": "model-00028-of-00031.safetensors",
881
+ "model.layers.74.self_attn.q_proj.weight": "model-00028-of-00031.safetensors",
882
+ "model.layers.74.self_attn.v_proj.bias": "model-00028-of-00031.safetensors",
883
+ "model.layers.74.self_attn.v_proj.weight": "model-00028-of-00031.safetensors",
884
+ "model.layers.75.input_layernorm.weight": "model-00029-of-00031.safetensors",
885
+ "model.layers.75.mlp.down_proj.weight": "model-00029-of-00031.safetensors",
886
+ "model.layers.75.mlp.gate_proj.weight": "model-00028-of-00031.safetensors",
887
+ "model.layers.75.mlp.up_proj.weight": "model-00029-of-00031.safetensors",
888
+ "model.layers.75.post_attention_layernorm.weight": "model-00029-of-00031.safetensors",
889
+ "model.layers.75.self_attn.k_proj.bias": "model-00028-of-00031.safetensors",
890
+ "model.layers.75.self_attn.k_proj.weight": "model-00028-of-00031.safetensors",
891
+ "model.layers.75.self_attn.o_proj.weight": "model-00028-of-00031.safetensors",
892
+ "model.layers.75.self_attn.q_proj.bias": "model-00028-of-00031.safetensors",
893
+ "model.layers.75.self_attn.q_proj.weight": "model-00028-of-00031.safetensors",
894
+ "model.layers.75.self_attn.v_proj.bias": "model-00028-of-00031.safetensors",
895
+ "model.layers.75.self_attn.v_proj.weight": "model-00028-of-00031.safetensors",
896
+ "model.layers.76.input_layernorm.weight": "model-00029-of-00031.safetensors",
897
+ "model.layers.76.mlp.down_proj.weight": "model-00029-of-00031.safetensors",
898
+ "model.layers.76.mlp.gate_proj.weight": "model-00029-of-00031.safetensors",
899
+ "model.layers.76.mlp.up_proj.weight": "model-00029-of-00031.safetensors",
900
+ "model.layers.76.post_attention_layernorm.weight": "model-00029-of-00031.safetensors",
901
+ "model.layers.76.self_attn.k_proj.bias": "model-00029-of-00031.safetensors",
902
+ "model.layers.76.self_attn.k_proj.weight": "model-00029-of-00031.safetensors",
903
+ "model.layers.76.self_attn.o_proj.weight": "model-00029-of-00031.safetensors",
904
+ "model.layers.76.self_attn.q_proj.bias": "model-00029-of-00031.safetensors",
905
+ "model.layers.76.self_attn.q_proj.weight": "model-00029-of-00031.safetensors",
906
+ "model.layers.76.self_attn.v_proj.bias": "model-00029-of-00031.safetensors",
907
+ "model.layers.76.self_attn.v_proj.weight": "model-00029-of-00031.safetensors",
908
+ "model.layers.77.input_layernorm.weight": "model-00029-of-00031.safetensors",
909
+ "model.layers.77.mlp.down_proj.weight": "model-00029-of-00031.safetensors",
910
+ "model.layers.77.mlp.gate_proj.weight": "model-00029-of-00031.safetensors",
911
+ "model.layers.77.mlp.up_proj.weight": "model-00029-of-00031.safetensors",
912
+ "model.layers.77.post_attention_layernorm.weight": "model-00029-of-00031.safetensors",
913
+ "model.layers.77.self_attn.k_proj.bias": "model-00029-of-00031.safetensors",
914
+ "model.layers.77.self_attn.k_proj.weight": "model-00029-of-00031.safetensors",
915
+ "model.layers.77.self_attn.o_proj.weight": "model-00029-of-00031.safetensors",
916
+ "model.layers.77.self_attn.q_proj.bias": "model-00029-of-00031.safetensors",
917
+ "model.layers.77.self_attn.q_proj.weight": "model-00029-of-00031.safetensors",
918
+ "model.layers.77.self_attn.v_proj.bias": "model-00029-of-00031.safetensors",
919
+ "model.layers.77.self_attn.v_proj.weight": "model-00029-of-00031.safetensors",
920
+ "model.layers.78.input_layernorm.weight": "model-00030-of-00031.safetensors",
921
+ "model.layers.78.mlp.down_proj.weight": "model-00030-of-00031.safetensors",
922
+ "model.layers.78.mlp.gate_proj.weight": "model-00030-of-00031.safetensors",
923
+ "model.layers.78.mlp.up_proj.weight": "model-00030-of-00031.safetensors",
924
+ "model.layers.78.post_attention_layernorm.weight": "model-00030-of-00031.safetensors",
925
+ "model.layers.78.self_attn.k_proj.bias": "model-00029-of-00031.safetensors",
926
+ "model.layers.78.self_attn.k_proj.weight": "model-00029-of-00031.safetensors",
927
+ "model.layers.78.self_attn.o_proj.weight": "model-00029-of-00031.safetensors",
928
+ "model.layers.78.self_attn.q_proj.bias": "model-00029-of-00031.safetensors",
929
+ "model.layers.78.self_attn.q_proj.weight": "model-00029-of-00031.safetensors",
930
+ "model.layers.78.self_attn.v_proj.bias": "model-00029-of-00031.safetensors",
931
+ "model.layers.78.self_attn.v_proj.weight": "model-00029-of-00031.safetensors",
932
+ "model.layers.79.input_layernorm.weight": "model-00030-of-00031.safetensors",
933
+ "model.layers.79.mlp.down_proj.weight": "model-00030-of-00031.safetensors",
934
+ "model.layers.79.mlp.gate_proj.weight": "model-00030-of-00031.safetensors",
935
+ "model.layers.79.mlp.up_proj.weight": "model-00030-of-00031.safetensors",
936
+ "model.layers.79.post_attention_layernorm.weight": "model-00030-of-00031.safetensors",
937
+ "model.layers.79.self_attn.k_proj.bias": "model-00030-of-00031.safetensors",
938
+ "model.layers.79.self_attn.k_proj.weight": "model-00030-of-00031.safetensors",
939
+ "model.layers.79.self_attn.o_proj.weight": "model-00030-of-00031.safetensors",
940
+ "model.layers.79.self_attn.q_proj.bias": "model-00030-of-00031.safetensors",
941
+ "model.layers.79.self_attn.q_proj.weight": "model-00030-of-00031.safetensors",
942
+ "model.layers.79.self_attn.v_proj.bias": "model-00030-of-00031.safetensors",
943
+ "model.layers.79.self_attn.v_proj.weight": "model-00030-of-00031.safetensors",
944
+ "model.layers.8.input_layernorm.weight": "model-00004-of-00031.safetensors",
945
+ "model.layers.8.mlp.down_proj.weight": "model-00004-of-00031.safetensors",
946
+ "model.layers.8.mlp.gate_proj.weight": "model-00004-of-00031.safetensors",
947
+ "model.layers.8.mlp.up_proj.weight": "model-00004-of-00031.safetensors",
948
+ "model.layers.8.post_attention_layernorm.weight": "model-00004-of-00031.safetensors",
949
+ "model.layers.8.self_attn.k_proj.bias": "model-00004-of-00031.safetensors",
950
+ "model.layers.8.self_attn.k_proj.weight": "model-00004-of-00031.safetensors",
951
+ "model.layers.8.self_attn.o_proj.weight": "model-00004-of-00031.safetensors",
952
+ "model.layers.8.self_attn.q_proj.bias": "model-00004-of-00031.safetensors",
953
+ "model.layers.8.self_attn.q_proj.weight": "model-00004-of-00031.safetensors",
954
+ "model.layers.8.self_attn.v_proj.bias": "model-00004-of-00031.safetensors",
955
+ "model.layers.8.self_attn.v_proj.weight": "model-00004-of-00031.safetensors",
956
+ "model.layers.9.input_layernorm.weight": "model-00005-of-00031.safetensors",
957
+ "model.layers.9.mlp.down_proj.weight": "model-00005-of-00031.safetensors",
958
+ "model.layers.9.mlp.gate_proj.weight": "model-00004-of-00031.safetensors",
959
+ "model.layers.9.mlp.up_proj.weight": "model-00005-of-00031.safetensors",
960
+ "model.layers.9.post_attention_layernorm.weight": "model-00005-of-00031.safetensors",
961
+ "model.layers.9.self_attn.k_proj.bias": "model-00004-of-00031.safetensors",
962
+ "model.layers.9.self_attn.k_proj.weight": "model-00004-of-00031.safetensors",
963
+ "model.layers.9.self_attn.o_proj.weight": "model-00004-of-00031.safetensors",
964
+ "model.layers.9.self_attn.q_proj.bias": "model-00004-of-00031.safetensors",
965
+ "model.layers.9.self_attn.q_proj.weight": "model-00004-of-00031.safetensors",
966
+ "model.layers.9.self_attn.v_proj.bias": "model-00004-of-00031.safetensors",
967
+ "model.layers.9.self_attn.v_proj.weight": "model-00004-of-00031.safetensors",
968
+ "model.norm.weight": "model-00030-of-00031.safetensors"
969
+ }
970
+ }
rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad8a35afd8967cbb748405387e44426e43ad127028e826eddc9b67d2ca873c85
3
+ size 15984
rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f338ce80d7c441076bfc8c53b84067a0181f5a14e80c13d5acb8150b659f4d73
3
+ size 15984
rng_state_10.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d4c67c1d0ec6b889370f634ff29f584f829acaeaf69196a69304fdba936f9d7
3
+ size 15997
rng_state_11.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afd0c4e2ac5f61d5f4df5d9d5783018b7937173b4afdbb92816c2668982cb351
3
+ size 15997
rng_state_12.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9d1c7f561c5512193e8053ecf371e4fef647a8503481f2dad76332ddbe164fd
3
+ size 15997
rng_state_13.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7604a3cfaf0e3c3f2aa2b3547660615db82205d4158951bb90f69ffc560ed179
3
+ size 15997
rng_state_14.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d984186a3bc06445d6c077fcbf64da96d47d3ed704e68f0212045efb4b91dbb
3
+ size 15997
rng_state_15.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b3945ba3535361fa13a8460a70ebbd44ece2514a1c9dcb76abfe6f54a775c60
3
+ size 15997
rng_state_16.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:853a02543fd3223edd9334ea75c62e6e99ded22ac864e9930fbf5add26045fe7
3
+ size 15997
rng_state_17.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c0420ad6cf62c9fe9cda1807f68e8e40235a8917dbab858f800d24e3ba8eeae
3
+ size 15997
rng_state_18.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e167524b369e20a3a17ee7f6124322da680ccf2ae553b4adc0e7462d2dfba82b
3
+ size 15997
rng_state_19.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0915a78eba7c1d2768ecd03818e3c01afd7f3168a3318b1212413bd2c62f7f1
3
+ size 15997
rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9fbc9fa428939be10b46779f0eb5cd833e0da426b1cbdee77b3a55b6952235b
3
+ size 15984
rng_state_20.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f8f2fdb90584ebb7247c85570082ac7c6338216de82b07f132a2c679923379a
3
+ size 15997
rng_state_21.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a3863ac6512e946a826d479520004385d29f3fd0a2b686ccbfdf488332aa442
3
+ size 15997
rng_state_22.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dfe94fb47194a2a298bed1b33ad18c2132747148814886bd9b8910a7691ba0b
3
+ size 15997
rng_state_23.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c683c09c8883037948fabb143cd972207db3cee22d7efcbcc5866a8ec85c94c6
3
+ size 15997
rng_state_24.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53c201c89debf1ca694786330ea98ca69da6340ac3b70f40aad77213d1771bf8
3
+ size 15997
rng_state_25.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7b8393dc10fb6ab2222179b268184fa5330fd417b66ebb65986818f47334a55
3
+ size 15997
rng_state_26.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b29094f6dcc92be7d58da39df551c573728836c5aec67bef90790810c0d3882
3
+ size 15997
rng_state_27.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b64ff98dfb30bbfa08760a0a79d9be7407917ff0e32f22b03d6528bf7e292e44
3
+ size 15997
rng_state_28.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04e19d4d07b899c9158590672b9acc125c3fb4082f5aed08ddaee573b4dbf33f
3
+ size 15997
rng_state_29.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47a620c2380d984b51262d8f8d1853631c1bd13c3da4ea8f73e8dc61dd3fb765
3
+ size 15997
rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac55dba0b79d5fa4699d239da2f966d52040d576d31234ac8d4632e6956481bc
3
+ size 15984
rng_state_30.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1516e58b9c7537b0c41d41487bc1464770e53c3dabdb8cf4f5c07bcc51e07ed6
3
+ size 15997
rng_state_31.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58a50bef57066132c2e5b6b53fbb78e101505dd4ad585ec52fb3c11ca0663c22
3
+ size 15997
rng_state_32.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99a4c2a689f049aacd781b605116236e53b34a5922e8d04fbbe55133723c868f
3
+ size 15997
rng_state_33.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bf7e8473da86eef154ee31aa509c2f0c2f07585beb625194175cd6444e1fd66
3
+ size 15997
rng_state_34.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:834e8e4e3c2361b4d81f93438d54b746324fcbce4cfd8f9790e8bc796005e755
3
+ size 15997
rng_state_35.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7c37da1122cac643753c818052f274aac1cbd61149faea91d9e7a2128dcf7b7
3
+ size 15997
rng_state_36.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4024775fc0ac931abdc456008f08b687f4c431742d3d88982553c2cf92eaafe
3
+ size 15997
rng_state_37.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e15b08dd40e9c11eb1df2988986c8dc1fa21e45210e8f047caea420e1e95879
3
+ size 15997
rng_state_38.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eae0a9bd1151c39106890b996fd767e0569650a669126b6513dbbf0513900d10
3
+ size 15997
rng_state_39.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eee9728cafa59eb03f2f87509fb15ebb9a699c945c31d6a69b8c98f3b734e6ae
3
+ size 15997