iboero16 commited on
Commit
fb00359
·
verified ·
1 Parent(s): 5b39143

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +6 -0
  2. README.md +202 -3
  3. adapter_config.json +43 -0
  4. adapter_model.safetensors +3 -0
  5. arguments.json +60 -0
  6. arguments.pkl +3 -0
  7. config.json +37 -0
  8. environ.txt +58 -0
  9. script.sh +197 -0
  10. special_tokens_map.json +30 -0
  11. stderr.log +0 -0
  12. stdout.log +50 -0
  13. tokenizer.json +3 -0
  14. tokenizer_config.json +2082 -0
  15. wandb/debug-internal.log +18 -0
  16. wandb/debug.log +29 -0
  17. wandb/run-20250508_005928-1jhxkbtl/files/config.yaml +133 -0
  18. wandb/run-20250508_005928-1jhxkbtl/files/output.log +33 -0
  19. wandb/run-20250508_005928-1jhxkbtl/files/requirements.txt +108 -0
  20. wandb/run-20250508_005928-1jhxkbtl/files/wandb-metadata.json +106 -0
  21. wandb/run-20250508_005928-1jhxkbtl/files/wandb-summary.json +1 -0
  22. wandb/run-20250508_005928-1jhxkbtl/logs/debug-core.log +15 -0
  23. wandb/run-20250508_005928-1jhxkbtl/logs/debug-internal.log +18 -0
  24. wandb/run-20250508_005928-1jhxkbtl/logs/debug.log +29 -0
  25. wandb/run-20250508_005928-1jhxkbtl/run-1jhxkbtl.wandb +0 -0
  26. wandb/run-20250508_160817-0lem0nck/files/output.log +2 -0
  27. wandb/run-20250508_160817-0lem0nck/files/requirements.txt +137 -0
  28. wandb/run-20250508_160817-0lem0nck/files/wandb-metadata.json +106 -0
  29. wandb/run-20250508_160817-0lem0nck/logs/debug-core.log +7 -0
  30. wandb/run-20250508_160817-0lem0nck/logs/debug-internal.log +9 -0
  31. wandb/run-20250508_160817-0lem0nck/logs/debug.log +22 -0
  32. wandb/run-20250508_160817-0lem0nck/run-0lem0nck.wandb +0 -0
  33. wandb/run-20250508_160902-sm1tkrdz/files/output.log +2 -0
  34. wandb/run-20250508_160902-sm1tkrdz/files/requirements.txt +137 -0
  35. wandb/run-20250508_160902-sm1tkrdz/files/wandb-metadata.json +106 -0
  36. wandb/run-20250508_160902-sm1tkrdz/logs/debug-core.log +7 -0
  37. wandb/run-20250508_160902-sm1tkrdz/logs/debug-internal.log +9 -0
  38. wandb/run-20250508_160902-sm1tkrdz/logs/debug.log +22 -0
  39. wandb/run-20250508_160902-sm1tkrdz/run-sm1tkrdz.wandb +0 -0
  40. wandb/run-20250508_183954-8zs3b4m6/files/config.yaml +133 -0
  41. wandb/run-20250508_183954-8zs3b4m6/files/output.log +33 -0
  42. wandb/run-20250508_183954-8zs3b4m6/files/requirements.txt +137 -0
  43. wandb/run-20250508_183954-8zs3b4m6/files/wandb-metadata.json +106 -0
  44. wandb/run-20250508_183954-8zs3b4m6/files/wandb-summary.json +1 -0
  45. wandb/run-20250508_183954-8zs3b4m6/logs/debug-core.log +15 -0
  46. wandb/run-20250508_183954-8zs3b4m6/logs/debug-internal.log +18 -0
  47. wandb/run-20250508_183954-8zs3b4m6/logs/debug.log +29 -0
  48. wandb/run-20250508_183954-8zs3b4m6/run-8zs3b4m6.wandb +0 -0
  49. wandb/run-20250508_190248-2v7dhhsz/files/config.yaml +134 -0
  50. wandb/run-20250508_190248-2v7dhhsz/files/output.log +141 -0
.gitattributes CHANGED
@@ -33,3 +33,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ wandb/run-20250508_192410-bvjuhkx9/run-bvjuhkx9.wandb filter=lfs diff=lfs merge=lfs -text
38
+ wandb/run-20250508_195305-eg5dmumm/run-eg5dmumm.wandb filter=lfs diff=lfs merge=lfs -text
39
+ wandb/run-20250508_200345-11tfsh2x/run-11tfsh2x.wandb filter=lfs diff=lfs merge=lfs -text
40
+ wandb/run-20250508_200812-r9ll1pfp/run-r9ll1pfp.wandb filter=lfs diff=lfs merge=lfs -text
41
+ wandb/run-20250508_212154-is8630ik/run-is8630ik.wandb filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,202 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Llama-3.1-8B-Instruct
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.15.2
adapter_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "LlamaForCausalLM",
5
+ "parent_library": "transformers.models.llama.modeling_llama"
6
+ },
7
+ "base_model_name_or_path": "meta-llama/Llama-3.1-8B-Instruct",
8
+ "bias": "none",
9
+ "corda_config": null,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "r": 16,
27
+ "rank_pattern": {},
28
+ "revision": null,
29
+ "target_modules": [
30
+ "gate_proj",
31
+ "up_proj",
32
+ "k_proj",
33
+ "v_proj",
34
+ "o_proj",
35
+ "lm_head",
36
+ "q_proj",
37
+ "down_proj"
38
+ ],
39
+ "task_type": null,
40
+ "trainable_token_indices": null,
41
+ "use_dora": false,
42
+ "use_rslora": false
43
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f80f97ba737f3c031e76d69dccad49a09d735bfb2e9091172f15f50637eb165
3
+ size 1138873304
arguments.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name_or_path": "meta-llama/Llama-3.1-8B-Instruct",
3
+ "recompute_baseline": false,
4
+ "cache_dir": "/home/panda/pda-llm/cache/sft-tools",
5
+ "max_length": 2048,
6
+ "trust_remote_code": true,
7
+ "train_datasets": [
8
+ [
9
+ "tools",
10
+ {
11
+ "proportion": 1.0
12
+ }
13
+ ]
14
+ ],
15
+ "eval_datasets": null,
16
+ "safety_ratio_tol": 10.0,
17
+ "important_sft": false,
18
+ "resilient_coeff": 1.0,
19
+ "epochs": 3,
20
+ "per_device_train_batch_size": 1,
21
+ "per_device_eval_batch_size": 1,
22
+ "gradient_accumulation_steps": 48,
23
+ "gradient_checkpointing": true,
24
+ "lr": 0.0001,
25
+ "lr_scheduler_type": "cosine",
26
+ "lr_warmup_ratio": 0.1,
27
+ "weight_decay": 0.0,
28
+ "seed": 42,
29
+ "fp16": false,
30
+ "bf16": true,
31
+ "tf32": false,
32
+ "lora_r": 16,
33
+ "lora_alpha": 32,
34
+ "lora_dropout": 0.05,
35
+ "eval_strategy": "epoch",
36
+ "eval_interval": 1000000,
37
+ "need_eval": true,
38
+ "eval_split_ratio": null,
39
+ "output_dir": "/home/panda/pda-llm/output/sft-tools/run-false-1-10",
40
+ "log_type": "wandb",
41
+ "log_dir": "/home/panda/pda-llm/output/sft-tools/run-false-1-10",
42
+ "log_project": "TOOLS-SFT",
43
+ "log_run_name": "tools-sft-2025-05-08-21-21-54",
44
+ "save_16bit": false,
45
+ "save_interval": 1000000,
46
+ "local_rank": 0,
47
+ "zero_stage": 0,
48
+ "offload": "none",
49
+ "deepspeed": false,
50
+ "deepspeed_config": null,
51
+ "deepscale": false,
52
+ "deepscale_config": null,
53
+ "global_rank": 0,
54
+ "device": {
55
+ "type": "torch.device",
56
+ "repr": "device(type='cuda', index=0)"
57
+ },
58
+ "num_update_steps_per_epoch": 118,
59
+ "total_training_steps": 354
60
+ }
arguments.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fafb0bdf1ddeef98c143db9a23a20856b243c468bf8542e9bda3541f03d46598
3
+ size 1225
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 128000,
9
+ "eos_token_id": 128009,
10
+ "head_dim": 128,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 4096,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 14336,
15
+ "max_position_embeddings": 131072,
16
+ "mlp_bias": false,
17
+ "model_type": "llama",
18
+ "num_attention_heads": 32,
19
+ "num_hidden_layers": 32,
20
+ "num_key_value_heads": 8,
21
+ "pad_token_id": 128256,
22
+ "pretraining_tp": 1,
23
+ "rms_norm_eps": 1e-05,
24
+ "rope_scaling": {
25
+ "factor": 8.0,
26
+ "high_freq_factor": 4.0,
27
+ "low_freq_factor": 1.0,
28
+ "original_max_position_embeddings": 8192,
29
+ "rope_type": "llama3"
30
+ },
31
+ "rope_theta": 500000.0,
32
+ "tie_word_embeddings": false,
33
+ "torch_dtype": "bfloat16",
34
+ "transformers_version": "4.51.3",
35
+ "use_cache": true,
36
+ "vocab_size": 128258
37
+ }
environ.txt ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ BROWSER=/home/panda/.vscode-server/cli/servers/Stable-4949701c880d4bdb949e3c0e6b400288da7f474b/server/bin/helpers/browser.sh
2
+ COLORTERM=truecolor
3
+ CONDA_DEFAULT_ENV=pda
4
+ CONDA_EXE=/home/panda/miniconda3/bin/conda
5
+ CONDA_PREFIX=/home/panda/miniconda3/envs/pda
6
+ CONDA_PREFIX_1=/home/panda/miniconda3
7
+ CONDA_PROMPT_MODIFIER=(pda)
8
+ CONDA_PYTHON_EXE=/home/panda/miniconda3/bin/python
9
+ CONDA_SHLVL=2
10
+ CROSS_RANK=0
11
+ CROSS_SIZE=1
12
+ CUDA_MODULE_LOADING=LAZY
13
+ CUDA_VISIBLE_DEVICES=0,1
14
+ DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1008/bus
15
+ GIT_ASKPASS=/home/panda/.vscode-server/cli/servers/Stable-4949701c880d4bdb949e3c0e6b400288da7f474b/server/extensions/git/dist/askpass.sh
16
+ HOME=/home/panda
17
+ LANG=en_US.UTF-8
18
+ LOCAL_RANK=0
19
+ LOCAL_SIZE=2
20
+ LOGLEVEL=WARNING
21
+ LOGNAME=panda
22
+ MASTER_ADDR=127.0.0.1
23
+ MASTER_PORT=35777
24
+ MOTD_SHOWN=pam
25
+ OLDPWD=/home/panda
26
+ PATH=/home/panda/miniconda3/envs/pda/bin:/home/panda/miniconda3/condabin:/home/panda/.vscode-server/cli/servers/Stable-4949701c880d4bdb949e3c0e6b400288da7f474b/server/bin/remote-cli:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/panda/.vscode-server/data/User/globalStorage/github.copilot-chat/debugCommand
27
+ PWD=/home/panda/pda-llm/scripts
28
+ PYTHONHASHSEED=42
29
+ PYTHONPATH=/home/panda/pda-llm
30
+ RANK=0
31
+ SHELL=/bin/sh
32
+ SHLVL=4
33
+ SSH_CLIENT=10.100.129.163 58321 22
34
+ SSH_CONNECTION=10.100.129.163 58321 158.130.110.127 22
35
+ SSL_CERT_DIR=/usr/lib/ssl/certs
36
+ SSL_CERT_FILE=/usr/lib/ssl/certs/ca-certificates.crt
37
+ TERM=screen
38
+ TERM_PROGRAM=vscode
39
+ TERM_PROGRAM_VERSION=1.99.2
40
+ TMUX=/tmp//tmux-1008/default,750869,0
41
+ TMUX_PANE=%0
42
+ USER=panda
43
+ VSCODE_GIT_ASKPASS_EXTRA_ARGS=
44
+ VSCODE_GIT_ASKPASS_MAIN=/home/panda/.vscode-server/cli/servers/Stable-4949701c880d4bdb949e3c0e6b400288da7f474b/server/extensions/git/dist/askpass-main.js
45
+ VSCODE_GIT_ASKPASS_NODE=/home/panda/.vscode-server/cli/servers/Stable-4949701c880d4bdb949e3c0e6b400288da7f474b/server/node
46
+ VSCODE_GIT_IPC_HANDLE=/run/user/1008/vscode-git-3d8733097b.sock
47
+ VSCODE_IPC_HOOK_CLI=/run/user/1008/vscode-ipc-6dd97596-0fde-4c4b-bbcb-61896b21f983.sock
48
+ WANDB_API_KEY=6a71e7fad84fe1aa8f6ccaa01e4e02fcf4c7ffb4
49
+ WANDB_ENTITY=alelab
50
+ WANDB_MODE=online
51
+ WANDB_SERVICE=2-1548317-tcp-localhost-45581
52
+ WORLD_SIZE=2
53
+ XDG_DATA_DIRS=/usr/local/share:/usr/share:/var/lib/snapd/desktop
54
+ XDG_RUNTIME_DIR=/run/user/1008
55
+ XDG_SESSION_CLASS=user
56
+ XDG_SESSION_ID=1945
57
+ XDG_SESSION_TYPE=tty
58
+ _=/home/panda/miniconda3/envs/pda/bin/deepspeed
script.sh ADDED
@@ -0,0 +1,197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+ #
3
+ # Copyright 2023-2024 PKU-Alignment Team. All Rights Reserved.
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+ # ==============================================================================
17
+
18
+ if [ -z "${BASH_VERSION}" ]; then
19
+ echo "Please use bash to run this script." >&2
20
+ exit 1
21
+ fi
22
+
23
+ set -x
24
+
25
+ SCRIPT_DIR="$(cd "$(dirname "$0")" &>/dev/null && pwd)"
26
+ ROOT_DIR="$(dirname "${SCRIPT_DIR}")"
27
+ export PYTHONPATH="${ROOT_DIR}${PYTHONPATH:+:${PYTHONPATH}}"
28
+ export LOGLEVEL="${LOGLEVEL:-WARNING}"
29
+ export WANDB_MODE=online
30
+ export WANDB_ENTITY="alelab"
31
+
32
+ MODEL_NAME_OR_PATH="meta-llama/Llama-3.1-8B-Instruct"
33
+ timestamp="$(date +%Y%m%d-%H%M%S)"
34
+ unset HOSTFILE
35
+ ZERO_STAGE=0
36
+ OFFLOAD="none"
37
+ IMPORTANT_SFT=False
38
+ # GRIDSEARCH PARAMS
39
+ SAFETY_RATIO_TOL=10
40
+ RESILIENT_COEFF=1
41
+ LEARNING_RATE=1e-4
42
+ EPOCHS=3
43
+ while [[ "$#" -gt 0 ]]; do
44
+ arg="$1"
45
+ shift
46
+ case "${arg}" in
47
+ --model_name_or_path)
48
+ MODEL_NAME_OR_PATH="$1"
49
+ shift
50
+ ;;
51
+ --model_name_or_path=*)
52
+ MODEL_NAME_OR_PATH="${arg#*=}"
53
+ ;;
54
+ --output_dir)
55
+ OUTPUT_DIR="$1"
56
+ shift
57
+ ;;
58
+ --output_dir=*)
59
+ OUTPUT_DIR="${arg#*=}"
60
+ ;;
61
+ --hostfile)
62
+ HOSTFILE="$1"
63
+ shift
64
+ ;;
65
+ --hostfile=*)
66
+ HOSTFILE="${arg#*=}"
67
+ ;;
68
+ --zero_stage)
69
+ ZERO_STAGE="$1"
70
+ shift
71
+ ;;
72
+ --zero_stage=*)
73
+ ZERO_STAGE="${arg#*=}"
74
+ ;;
75
+ --offload)
76
+ OFFLOAD="$1"
77
+ shift
78
+ ;;
79
+ --offload=*)
80
+ OFFLOAD="${arg#*=}"
81
+ ;;
82
+ --safety_ratio_tol)
83
+ SAFETY_RATIO_TOL="$1"
84
+ shift
85
+ ;;
86
+ --safety_ratio_tol=*)
87
+ SAFETY_RATIO_TOL="${arg#*=}"
88
+ ;;
89
+ --resilient_coeff)
90
+ RESILIENT_COEFF="$1"
91
+ shift
92
+ ;;
93
+ --resilient_coeff=*)
94
+ RESILIENT_COEFF="${arg#*=}"
95
+ ;;
96
+ --learning_rate)
97
+ LEARNING_RATE="$1"
98
+ shift
99
+ ;;
100
+ --learning_rate=*)
101
+ LEARNING_RATE="${arg#*=}"
102
+ ;;
103
+ --epochs)
104
+ EPOCHS="$1"
105
+ shift
106
+ ;;
107
+ --epochs=*)
108
+ EPOCHS="${arg#*=}"
109
+ ;;
110
+ --important_sft)
111
+ IMPORTANT_SFT="$1"
112
+ shift
113
+ ;;
114
+ --important_sft=*)
115
+ IMPORTANT_SFT="${arg#*=}"
116
+ ;;
117
+ *)
118
+ echo "Unknown parameter passed: '${arg}'" >&2
119
+ exit 1
120
+ ;;
121
+ esac
122
+ done
123
+
124
+ OUTPUT_DIR="${ROOT_DIR}/output/sft-tools/run-${IMPORTANT_SFT}-${RESILIENT_COEFF}-${SAFETY_RATIO_TOL}"
125
+ mkdir -p "${OUTPUT_DIR}"
126
+ OUTPUT_DIR="$(cd "${OUTPUT_DIR}" &>/dev/null && pwd)"
127
+ if [[ ! -f "${OUTPUT_DIR}/.gitignore" ]]; then
128
+ echo '*' >"${OUTPUT_DIR}/.gitignore"
129
+ fi
130
+
131
+ cp -f "$0" "${OUTPUT_DIR}/script.sh"
132
+
133
+ export WANDB_API_KEY="6a71e7fad84fe1aa8f6ccaa01e4e02fcf4c7ffb4"
134
+ if [[ -z "${WANDB_API_KEY}" ]]; then
135
+ export WANDB_MODE="offline"
136
+ fi
137
+
138
+ MASTER_PORT_START=10000
139
+ MASTER_PORT_END=65535
140
+ MASTER_PORT="$(
141
+ comm -23 \
142
+ <(seq "${MASTER_PORT_START}" "${MASTER_PORT_END}" | sort) \
143
+ <(ss -Htan | awk '{ print $4 }' | awk -F ':' '{ print $NF }' | sort -u) |
144
+ shuf | head -n 1
145
+ )"
146
+
147
+ DEEPSPEED_ARGS=()
148
+ if [[ -n "${HOSTFILE+x}" ]]; then
149
+ DEEPSPEED_ARGS+=("--hostfile" "${HOSTFILE}")
150
+ fi
151
+ DEEPSPEED_ARGS+=("--master_port" "${MASTER_PORT}")
152
+
153
+ exec 1> >(tee "${OUTPUT_DIR}/stdout.log" >&1) 2> >(tee "${OUTPUT_DIR}/stderr.log" >&2)
154
+ echo "--------- Environment sanity check ---------"
155
+ echo "shell: $0 running under bash $BASH_VERSION"
156
+ echo "conda env: ${CONDA_DEFAULT_ENV:-<none>}"
157
+ echo "python: $(which python)"
158
+ python - <<'PY'
159
+ import sys, os
160
+ print("sys.executable :", sys.executable)
161
+ print("python version :", sys.version.split()[0])
162
+ print("CONDA_PREFIX :", os.environ.get("CONDA_PREFIX"))
163
+ PY
164
+ echo "deepspeed: $(command -v deepspeed)"
165
+ echo "--------------------------------------------"
166
+
167
+ CUDA_VISIBLE_DEVICES=0,1 deepspeed "${DEEPSPEED_ARGS[@]}" \
168
+ --module safe_rlhf.algorithms.tools_ft \
169
+ --train_datasets "tools" \
170
+ --model_name_or_path "${MODEL_NAME_OR_PATH}" \
171
+ --cache_dir "${ROOT_DIR}/cache/sft-tools" \
172
+ --important_sft "${IMPORTANT_SFT}" \
173
+ --max_length 2048 \
174
+ --trust_remote_code True \
175
+ --epochs "${EPOCHS}" \
176
+ --per_device_train_batch_size 1 \
177
+ --per_device_eval_batch_size 1 \
178
+ --gradient_accumulation_steps 48 \
179
+ --gradient_checkpointing \
180
+ --learning_rate "${LEARNING_RATE}" \
181
+ --lr_scheduler_type cosine \
182
+ --lr_warmup_ratio 0.1 \
183
+ --weight_decay 0.0 \
184
+ --seed 42 \
185
+ --output_dir "${OUTPUT_DIR}" \
186
+ --log_type wandb \
187
+ --log_project TOOLS-SFT \
188
+ --zero_stage "${ZERO_STAGE}" \
189
+ --offload "${OFFLOAD}" \
190
+ --safety_ratio_tol "${SAFETY_RATIO_TOL}" \
191
+ --resilient_coeff "${RESILIENT_COEFF}" \
192
+ --lora_r "16" \
193
+ --lora_alpha "32" \
194
+ --lora_dropout "0.05" \
195
+ --bf16 True \
196
+ --fp16 False \
197
+ --tf32 False
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin_of_text|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|eot_id|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
stderr.log ADDED
The diff for this file is too large to render. See raw diff
 
stdout.log ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ --------- Environment sanity check ---------
2
+ shell: ./sft-tools.sh running under bash 5.0.17(1)-release
3
+ conda env: pda
4
+ python: /home/panda/miniconda3/envs/pda/bin/python
5
+ sys.executable : /home/panda/miniconda3/envs/pda/bin/python
6
+ python version : 3.11.11
7
+ CONDA_PREFIX : /home/panda/miniconda3/envs/pda
8
+ deepspeed: /home/panda/miniconda3/envs/pda/bin/deepspeed
9
+ --------------------------------------------
10
+ [2025-05-08 20:43:00,175] [INFO] [real_accelerator.py:239:get_accelerator] Setting ds_accelerator to cuda (auto detect)
11
+ [2025-05-08 20:43:02,239] [WARNING] [runner.py:215:fetch_hostfile] Unable to find hostfile, will proceed with training with local resources only.
12
+ Detected VISIBLE_DEVICES=0,1: setting --include=localhost:0,1
13
+ [2025-05-08 20:43:02,239] [INFO] [runner.py:605:main] cmd = /home/panda/miniconda3/envs/pda/bin/python -u -m deepspeed.launcher.launch --world_info=eyJsb2NhbGhvc3QiOiBbMCwgMV19 --master_addr=127.0.0.1 --master_port=35777 --module --enable_each_rank_log=None safe_rlhf.algorithms.tools_ft --train_datasets tools --model_name_or_path meta-llama/Llama-3.1-8B-Instruct --cache_dir /home/panda/pda-llm/cache/sft-tools --important_sft false --max_length 2048 --trust_remote_code True --epochs 3 --per_device_train_batch_size 1 --per_device_eval_batch_size 1 --gradient_accumulation_steps 48 --gradient_checkpointing --learning_rate 1e-4 --lr_scheduler_type cosine --lr_warmup_ratio 0.1 --weight_decay 0.0 --seed 42 --output_dir /home/panda/pda-llm/output/sft-tools/run-false-1-10 --log_type wandb --log_project TOOLS-SFT --zero_stage 0 --offload none --safety_ratio_tol 10 --resilient_coeff 1 --lora_r 16 --lora_alpha 32 --lora_dropout 0.05 --bf16 True --fp16 False --tf32 False
14
+ [2025-05-08 20:43:03,384] [INFO] [real_accelerator.py:239:get_accelerator] Setting ds_accelerator to cuda (auto detect)
15
+ [2025-05-08 20:43:05,396] [INFO] [launch.py:146:main] WORLD INFO DICT: {'localhost': [0, 1]}
16
+ [2025-05-08 20:43:05,396] [INFO] [launch.py:152:main] nnodes=1, num_local_procs=2, node_rank=0
17
+ [2025-05-08 20:43:05,396] [INFO] [launch.py:163:main] global_rank_mapping=defaultdict(<class 'list'>, {'localhost': [0, 1]})
18
+ [2025-05-08 20:43:05,396] [INFO] [launch.py:164:main] dist_world_size=2
19
+ [2025-05-08 20:43:05,396] [INFO] [launch.py:168:main] Setting CUDA_VISIBLE_DEVICES=0,1
20
+ [2025-05-08 20:43:05,396] [INFO] [launch.py:256:main] process 1548317 spawned with command: ['/home/panda/miniconda3/envs/pda/bin/python', '-u', '-m', 'safe_rlhf.algorithms.tools_ft', '--local_rank=0', '--train_datasets', 'tools', '--model_name_or_path', 'meta-llama/Llama-3.1-8B-Instruct', '--cache_dir', '/home/panda/pda-llm/cache/sft-tools', '--important_sft', 'false', '--max_length', '2048', '--trust_remote_code', 'True', '--epochs', '3', '--per_device_train_batch_size', '1', '--per_device_eval_batch_size', '1', '--gradient_accumulation_steps', '48', '--gradient_checkpointing', '--learning_rate', '1e-4', '--lr_scheduler_type', 'cosine', '--lr_warmup_ratio', '0.1', '--weight_decay', '0.0', '--seed', '42', '--output_dir', '/home/panda/pda-llm/output/sft-tools/run-false-1-10', '--log_type', 'wandb', '--log_project', 'TOOLS-SFT', '--zero_stage', '0', '--offload', 'none', '--safety_ratio_tol', '10', '--resilient_coeff', '1', '--lora_r', '16', '--lora_alpha', '32', '--lora_dropout', '0.05', '--bf16', 'True', '--fp16', 'False', '--tf32', 'False']
21
+ [2025-05-08 20:43:05,397] [INFO] [launch.py:256:main] process 1548318 spawned with command: ['/home/panda/miniconda3/envs/pda/bin/python', '-u', '-m', 'safe_rlhf.algorithms.tools_ft', '--local_rank=1', '--train_datasets', 'tools', '--model_name_or_path', 'meta-llama/Llama-3.1-8B-Instruct', '--cache_dir', '/home/panda/pda-llm/cache/sft-tools', '--important_sft', 'false', '--max_length', '2048', '--trust_remote_code', 'True', '--epochs', '3', '--per_device_train_batch_size', '1', '--per_device_eval_batch_size', '1', '--gradient_accumulation_steps', '48', '--gradient_checkpointing', '--learning_rate', '1e-4', '--lr_scheduler_type', 'cosine', '--lr_warmup_ratio', '0.1', '--weight_decay', '0.0', '--seed', '42', '--output_dir', '/home/panda/pda-llm/output/sft-tools/run-false-1-10', '--log_type', 'wandb', '--log_project', 'TOOLS-SFT', '--zero_stage', '0', '--offload', 'none', '--safety_ratio_tol', '10', '--resilient_coeff', '1', '--lora_r', '16', '--lora_alpha', '32', '--lora_dropout', '0.05', '--bf16', 'True', '--fp16', 'False', '--tf32', 'False']
22
+ [2025-05-08 20:43:06,560] [INFO] [real_accelerator.py:239:get_accelerator] Setting ds_accelerator to cuda (auto detect)
23
+ [2025-05-08 20:43:06,564] [INFO] [real_accelerator.py:239:get_accelerator] Setting ds_accelerator to cuda (auto detect)
24
+ [2025-05-08 20:43:09,694] [INFO] [comm.py:669:init_distributed] cdb=None
25
+ [2025-05-08 20:43:09,706] [INFO] [comm.py:669:init_distributed] cdb=None
26
+ [2025-05-08 20:43:09,707] [INFO] [comm.py:700:init_distributed] Initializing TorchBackend in DeepSpeed with backend nccl
27
+ Set logger level to WARNING.
28
+ calculating baseline ...
29
+ calculating baseline ...
30
+ Computing baseline logprobs...
31
+ ninja: no work to do.
32
+ Time to load fused_adam op: 0.032095909118652344 seconds
33
+ Saving computed baseline logprobs to /home/panda/pda-llm/cache/sft-tools/cached_baseline_logprobs.pt
34
+ Saved baseline logprobs successfully
35
+ ninja: no work to do.
36
+ Time to load fused_adam op: 0.034185171127319336 seconds
37
+ ***** Running training *****
38
+
39
+ ***** Evaluating at the beginning *****
40
+
41
+ ***** Evaluating at epoch 1/3 *****
42
+
43
+ ***** Evaluating at epoch 2/3 *****
44
+
45
+ ***** Evaluating at epoch 3/3 *****
46
+ Saving model to "/home/panda/pda-llm/output/sft-tools/run-false-1-10" ...
47
+ Saving Hugging Face Checkpoints...
48
+ [2025-05-09 00:28:41,058] [INFO] [launch.py:351:main] Process 1548318 exits successfully.
49
+ Model saved!
50
+ [2025-05-09 00:28:45,059] [INFO] [launch.py:351:main] Process 1548317 exits successfully.
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65b66ccdde0ce45c83b06f31e9f11272cade6aff26ec3cc9d6c49ede82b3ee2d
3
+ size 17210383
tokenizer_config.json ADDED
@@ -0,0 +1,2082 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "128000": {
4
+ "content": "<|begin_of_text|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "128001": {
12
+ "content": "<|end_of_text|>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "128002": {
20
+ "content": "<|reserved_special_token_0|>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "128003": {
28
+ "content": "<|reserved_special_token_1|>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "128004": {
36
+ "content": "<|finetune_right_pad_id|>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "128005": {
44
+ "content": "<|reserved_special_token_2|>",
45
+ "lstrip": false,
46
+ "normalized": false,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": true
50
+ },
51
+ "128006": {
52
+ "content": "<|start_header_id|>",
53
+ "lstrip": false,
54
+ "normalized": false,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": true
58
+ },
59
+ "128007": {
60
+ "content": "<|end_header_id|>",
61
+ "lstrip": false,
62
+ "normalized": false,
63
+ "rstrip": false,
64
+ "single_word": false,
65
+ "special": true
66
+ },
67
+ "128008": {
68
+ "content": "<|eom_id|>",
69
+ "lstrip": false,
70
+ "normalized": false,
71
+ "rstrip": false,
72
+ "single_word": false,
73
+ "special": true
74
+ },
75
+ "128009": {
76
+ "content": "<|eot_id|>",
77
+ "lstrip": false,
78
+ "normalized": false,
79
+ "rstrip": false,
80
+ "single_word": false,
81
+ "special": true
82
+ },
83
+ "128010": {
84
+ "content": "<|python_tag|>",
85
+ "lstrip": false,
86
+ "normalized": false,
87
+ "rstrip": false,
88
+ "single_word": false,
89
+ "special": true
90
+ },
91
+ "128011": {
92
+ "content": "<|reserved_special_token_3|>",
93
+ "lstrip": false,
94
+ "normalized": false,
95
+ "rstrip": false,
96
+ "single_word": false,
97
+ "special": true
98
+ },
99
+ "128012": {
100
+ "content": "<|reserved_special_token_4|>",
101
+ "lstrip": false,
102
+ "normalized": false,
103
+ "rstrip": false,
104
+ "single_word": false,
105
+ "special": true
106
+ },
107
+ "128013": {
108
+ "content": "<|reserved_special_token_5|>",
109
+ "lstrip": false,
110
+ "normalized": false,
111
+ "rstrip": false,
112
+ "single_word": false,
113
+ "special": true
114
+ },
115
+ "128014": {
116
+ "content": "<|reserved_special_token_6|>",
117
+ "lstrip": false,
118
+ "normalized": false,
119
+ "rstrip": false,
120
+ "single_word": false,
121
+ "special": true
122
+ },
123
+ "128015": {
124
+ "content": "<|reserved_special_token_7|>",
125
+ "lstrip": false,
126
+ "normalized": false,
127
+ "rstrip": false,
128
+ "single_word": false,
129
+ "special": true
130
+ },
131
+ "128016": {
132
+ "content": "<|reserved_special_token_8|>",
133
+ "lstrip": false,
134
+ "normalized": false,
135
+ "rstrip": false,
136
+ "single_word": false,
137
+ "special": true
138
+ },
139
+ "128017": {
140
+ "content": "<|reserved_special_token_9|>",
141
+ "lstrip": false,
142
+ "normalized": false,
143
+ "rstrip": false,
144
+ "single_word": false,
145
+ "special": true
146
+ },
147
+ "128018": {
148
+ "content": "<|reserved_special_token_10|>",
149
+ "lstrip": false,
150
+ "normalized": false,
151
+ "rstrip": false,
152
+ "single_word": false,
153
+ "special": true
154
+ },
155
+ "128019": {
156
+ "content": "<|reserved_special_token_11|>",
157
+ "lstrip": false,
158
+ "normalized": false,
159
+ "rstrip": false,
160
+ "single_word": false,
161
+ "special": true
162
+ },
163
+ "128020": {
164
+ "content": "<|reserved_special_token_12|>",
165
+ "lstrip": false,
166
+ "normalized": false,
167
+ "rstrip": false,
168
+ "single_word": false,
169
+ "special": true
170
+ },
171
+ "128021": {
172
+ "content": "<|reserved_special_token_13|>",
173
+ "lstrip": false,
174
+ "normalized": false,
175
+ "rstrip": false,
176
+ "single_word": false,
177
+ "special": true
178
+ },
179
+ "128022": {
180
+ "content": "<|reserved_special_token_14|>",
181
+ "lstrip": false,
182
+ "normalized": false,
183
+ "rstrip": false,
184
+ "single_word": false,
185
+ "special": true
186
+ },
187
+ "128023": {
188
+ "content": "<|reserved_special_token_15|>",
189
+ "lstrip": false,
190
+ "normalized": false,
191
+ "rstrip": false,
192
+ "single_word": false,
193
+ "special": true
194
+ },
195
+ "128024": {
196
+ "content": "<|reserved_special_token_16|>",
197
+ "lstrip": false,
198
+ "normalized": false,
199
+ "rstrip": false,
200
+ "single_word": false,
201
+ "special": true
202
+ },
203
+ "128025": {
204
+ "content": "<|reserved_special_token_17|>",
205
+ "lstrip": false,
206
+ "normalized": false,
207
+ "rstrip": false,
208
+ "single_word": false,
209
+ "special": true
210
+ },
211
+ "128026": {
212
+ "content": "<|reserved_special_token_18|>",
213
+ "lstrip": false,
214
+ "normalized": false,
215
+ "rstrip": false,
216
+ "single_word": false,
217
+ "special": true
218
+ },
219
+ "128027": {
220
+ "content": "<|reserved_special_token_19|>",
221
+ "lstrip": false,
222
+ "normalized": false,
223
+ "rstrip": false,
224
+ "single_word": false,
225
+ "special": true
226
+ },
227
+ "128028": {
228
+ "content": "<|reserved_special_token_20|>",
229
+ "lstrip": false,
230
+ "normalized": false,
231
+ "rstrip": false,
232
+ "single_word": false,
233
+ "special": true
234
+ },
235
+ "128029": {
236
+ "content": "<|reserved_special_token_21|>",
237
+ "lstrip": false,
238
+ "normalized": false,
239
+ "rstrip": false,
240
+ "single_word": false,
241
+ "special": true
242
+ },
243
+ "128030": {
244
+ "content": "<|reserved_special_token_22|>",
245
+ "lstrip": false,
246
+ "normalized": false,
247
+ "rstrip": false,
248
+ "single_word": false,
249
+ "special": true
250
+ },
251
+ "128031": {
252
+ "content": "<|reserved_special_token_23|>",
253
+ "lstrip": false,
254
+ "normalized": false,
255
+ "rstrip": false,
256
+ "single_word": false,
257
+ "special": true
258
+ },
259
+ "128032": {
260
+ "content": "<|reserved_special_token_24|>",
261
+ "lstrip": false,
262
+ "normalized": false,
263
+ "rstrip": false,
264
+ "single_word": false,
265
+ "special": true
266
+ },
267
+ "128033": {
268
+ "content": "<|reserved_special_token_25|>",
269
+ "lstrip": false,
270
+ "normalized": false,
271
+ "rstrip": false,
272
+ "single_word": false,
273
+ "special": true
274
+ },
275
+ "128034": {
276
+ "content": "<|reserved_special_token_26|>",
277
+ "lstrip": false,
278
+ "normalized": false,
279
+ "rstrip": false,
280
+ "single_word": false,
281
+ "special": true
282
+ },
283
+ "128035": {
284
+ "content": "<|reserved_special_token_27|>",
285
+ "lstrip": false,
286
+ "normalized": false,
287
+ "rstrip": false,
288
+ "single_word": false,
289
+ "special": true
290
+ },
291
+ "128036": {
292
+ "content": "<|reserved_special_token_28|>",
293
+ "lstrip": false,
294
+ "normalized": false,
295
+ "rstrip": false,
296
+ "single_word": false,
297
+ "special": true
298
+ },
299
+ "128037": {
300
+ "content": "<|reserved_special_token_29|>",
301
+ "lstrip": false,
302
+ "normalized": false,
303
+ "rstrip": false,
304
+ "single_word": false,
305
+ "special": true
306
+ },
307
+ "128038": {
308
+ "content": "<|reserved_special_token_30|>",
309
+ "lstrip": false,
310
+ "normalized": false,
311
+ "rstrip": false,
312
+ "single_word": false,
313
+ "special": true
314
+ },
315
+ "128039": {
316
+ "content": "<|reserved_special_token_31|>",
317
+ "lstrip": false,
318
+ "normalized": false,
319
+ "rstrip": false,
320
+ "single_word": false,
321
+ "special": true
322
+ },
323
+ "128040": {
324
+ "content": "<|reserved_special_token_32|>",
325
+ "lstrip": false,
326
+ "normalized": false,
327
+ "rstrip": false,
328
+ "single_word": false,
329
+ "special": true
330
+ },
331
+ "128041": {
332
+ "content": "<|reserved_special_token_33|>",
333
+ "lstrip": false,
334
+ "normalized": false,
335
+ "rstrip": false,
336
+ "single_word": false,
337
+ "special": true
338
+ },
339
+ "128042": {
340
+ "content": "<|reserved_special_token_34|>",
341
+ "lstrip": false,
342
+ "normalized": false,
343
+ "rstrip": false,
344
+ "single_word": false,
345
+ "special": true
346
+ },
347
+ "128043": {
348
+ "content": "<|reserved_special_token_35|>",
349
+ "lstrip": false,
350
+ "normalized": false,
351
+ "rstrip": false,
352
+ "single_word": false,
353
+ "special": true
354
+ },
355
+ "128044": {
356
+ "content": "<|reserved_special_token_36|>",
357
+ "lstrip": false,
358
+ "normalized": false,
359
+ "rstrip": false,
360
+ "single_word": false,
361
+ "special": true
362
+ },
363
+ "128045": {
364
+ "content": "<|reserved_special_token_37|>",
365
+ "lstrip": false,
366
+ "normalized": false,
367
+ "rstrip": false,
368
+ "single_word": false,
369
+ "special": true
370
+ },
371
+ "128046": {
372
+ "content": "<|reserved_special_token_38|>",
373
+ "lstrip": false,
374
+ "normalized": false,
375
+ "rstrip": false,
376
+ "single_word": false,
377
+ "special": true
378
+ },
379
+ "128047": {
380
+ "content": "<|reserved_special_token_39|>",
381
+ "lstrip": false,
382
+ "normalized": false,
383
+ "rstrip": false,
384
+ "single_word": false,
385
+ "special": true
386
+ },
387
+ "128048": {
388
+ "content": "<|reserved_special_token_40|>",
389
+ "lstrip": false,
390
+ "normalized": false,
391
+ "rstrip": false,
392
+ "single_word": false,
393
+ "special": true
394
+ },
395
+ "128049": {
396
+ "content": "<|reserved_special_token_41|>",
397
+ "lstrip": false,
398
+ "normalized": false,
399
+ "rstrip": false,
400
+ "single_word": false,
401
+ "special": true
402
+ },
403
+ "128050": {
404
+ "content": "<|reserved_special_token_42|>",
405
+ "lstrip": false,
406
+ "normalized": false,
407
+ "rstrip": false,
408
+ "single_word": false,
409
+ "special": true
410
+ },
411
+ "128051": {
412
+ "content": "<|reserved_special_token_43|>",
413
+ "lstrip": false,
414
+ "normalized": false,
415
+ "rstrip": false,
416
+ "single_word": false,
417
+ "special": true
418
+ },
419
+ "128052": {
420
+ "content": "<|reserved_special_token_44|>",
421
+ "lstrip": false,
422
+ "normalized": false,
423
+ "rstrip": false,
424
+ "single_word": false,
425
+ "special": true
426
+ },
427
+ "128053": {
428
+ "content": "<|reserved_special_token_45|>",
429
+ "lstrip": false,
430
+ "normalized": false,
431
+ "rstrip": false,
432
+ "single_word": false,
433
+ "special": true
434
+ },
435
+ "128054": {
436
+ "content": "<|reserved_special_token_46|>",
437
+ "lstrip": false,
438
+ "normalized": false,
439
+ "rstrip": false,
440
+ "single_word": false,
441
+ "special": true
442
+ },
443
+ "128055": {
444
+ "content": "<|reserved_special_token_47|>",
445
+ "lstrip": false,
446
+ "normalized": false,
447
+ "rstrip": false,
448
+ "single_word": false,
449
+ "special": true
450
+ },
451
+ "128056": {
452
+ "content": "<|reserved_special_token_48|>",
453
+ "lstrip": false,
454
+ "normalized": false,
455
+ "rstrip": false,
456
+ "single_word": false,
457
+ "special": true
458
+ },
459
+ "128057": {
460
+ "content": "<|reserved_special_token_49|>",
461
+ "lstrip": false,
462
+ "normalized": false,
463
+ "rstrip": false,
464
+ "single_word": false,
465
+ "special": true
466
+ },
467
+ "128058": {
468
+ "content": "<|reserved_special_token_50|>",
469
+ "lstrip": false,
470
+ "normalized": false,
471
+ "rstrip": false,
472
+ "single_word": false,
473
+ "special": true
474
+ },
475
+ "128059": {
476
+ "content": "<|reserved_special_token_51|>",
477
+ "lstrip": false,
478
+ "normalized": false,
479
+ "rstrip": false,
480
+ "single_word": false,
481
+ "special": true
482
+ },
483
+ "128060": {
484
+ "content": "<|reserved_special_token_52|>",
485
+ "lstrip": false,
486
+ "normalized": false,
487
+ "rstrip": false,
488
+ "single_word": false,
489
+ "special": true
490
+ },
491
+ "128061": {
492
+ "content": "<|reserved_special_token_53|>",
493
+ "lstrip": false,
494
+ "normalized": false,
495
+ "rstrip": false,
496
+ "single_word": false,
497
+ "special": true
498
+ },
499
+ "128062": {
500
+ "content": "<|reserved_special_token_54|>",
501
+ "lstrip": false,
502
+ "normalized": false,
503
+ "rstrip": false,
504
+ "single_word": false,
505
+ "special": true
506
+ },
507
+ "128063": {
508
+ "content": "<|reserved_special_token_55|>",
509
+ "lstrip": false,
510
+ "normalized": false,
511
+ "rstrip": false,
512
+ "single_word": false,
513
+ "special": true
514
+ },
515
+ "128064": {
516
+ "content": "<|reserved_special_token_56|>",
517
+ "lstrip": false,
518
+ "normalized": false,
519
+ "rstrip": false,
520
+ "single_word": false,
521
+ "special": true
522
+ },
523
+ "128065": {
524
+ "content": "<|reserved_special_token_57|>",
525
+ "lstrip": false,
526
+ "normalized": false,
527
+ "rstrip": false,
528
+ "single_word": false,
529
+ "special": true
530
+ },
531
+ "128066": {
532
+ "content": "<|reserved_special_token_58|>",
533
+ "lstrip": false,
534
+ "normalized": false,
535
+ "rstrip": false,
536
+ "single_word": false,
537
+ "special": true
538
+ },
539
+ "128067": {
540
+ "content": "<|reserved_special_token_59|>",
541
+ "lstrip": false,
542
+ "normalized": false,
543
+ "rstrip": false,
544
+ "single_word": false,
545
+ "special": true
546
+ },
547
+ "128068": {
548
+ "content": "<|reserved_special_token_60|>",
549
+ "lstrip": false,
550
+ "normalized": false,
551
+ "rstrip": false,
552
+ "single_word": false,
553
+ "special": true
554
+ },
555
+ "128069": {
556
+ "content": "<|reserved_special_token_61|>",
557
+ "lstrip": false,
558
+ "normalized": false,
559
+ "rstrip": false,
560
+ "single_word": false,
561
+ "special": true
562
+ },
563
+ "128070": {
564
+ "content": "<|reserved_special_token_62|>",
565
+ "lstrip": false,
566
+ "normalized": false,
567
+ "rstrip": false,
568
+ "single_word": false,
569
+ "special": true
570
+ },
571
+ "128071": {
572
+ "content": "<|reserved_special_token_63|>",
573
+ "lstrip": false,
574
+ "normalized": false,
575
+ "rstrip": false,
576
+ "single_word": false,
577
+ "special": true
578
+ },
579
+ "128072": {
580
+ "content": "<|reserved_special_token_64|>",
581
+ "lstrip": false,
582
+ "normalized": false,
583
+ "rstrip": false,
584
+ "single_word": false,
585
+ "special": true
586
+ },
587
+ "128073": {
588
+ "content": "<|reserved_special_token_65|>",
589
+ "lstrip": false,
590
+ "normalized": false,
591
+ "rstrip": false,
592
+ "single_word": false,
593
+ "special": true
594
+ },
595
+ "128074": {
596
+ "content": "<|reserved_special_token_66|>",
597
+ "lstrip": false,
598
+ "normalized": false,
599
+ "rstrip": false,
600
+ "single_word": false,
601
+ "special": true
602
+ },
603
+ "128075": {
604
+ "content": "<|reserved_special_token_67|>",
605
+ "lstrip": false,
606
+ "normalized": false,
607
+ "rstrip": false,
608
+ "single_word": false,
609
+ "special": true
610
+ },
611
+ "128076": {
612
+ "content": "<|reserved_special_token_68|>",
613
+ "lstrip": false,
614
+ "normalized": false,
615
+ "rstrip": false,
616
+ "single_word": false,
617
+ "special": true
618
+ },
619
+ "128077": {
620
+ "content": "<|reserved_special_token_69|>",
621
+ "lstrip": false,
622
+ "normalized": false,
623
+ "rstrip": false,
624
+ "single_word": false,
625
+ "special": true
626
+ },
627
+ "128078": {
628
+ "content": "<|reserved_special_token_70|>",
629
+ "lstrip": false,
630
+ "normalized": false,
631
+ "rstrip": false,
632
+ "single_word": false,
633
+ "special": true
634
+ },
635
+ "128079": {
636
+ "content": "<|reserved_special_token_71|>",
637
+ "lstrip": false,
638
+ "normalized": false,
639
+ "rstrip": false,
640
+ "single_word": false,
641
+ "special": true
642
+ },
643
+ "128080": {
644
+ "content": "<|reserved_special_token_72|>",
645
+ "lstrip": false,
646
+ "normalized": false,
647
+ "rstrip": false,
648
+ "single_word": false,
649
+ "special": true
650
+ },
651
+ "128081": {
652
+ "content": "<|reserved_special_token_73|>",
653
+ "lstrip": false,
654
+ "normalized": false,
655
+ "rstrip": false,
656
+ "single_word": false,
657
+ "special": true
658
+ },
659
+ "128082": {
660
+ "content": "<|reserved_special_token_74|>",
661
+ "lstrip": false,
662
+ "normalized": false,
663
+ "rstrip": false,
664
+ "single_word": false,
665
+ "special": true
666
+ },
667
+ "128083": {
668
+ "content": "<|reserved_special_token_75|>",
669
+ "lstrip": false,
670
+ "normalized": false,
671
+ "rstrip": false,
672
+ "single_word": false,
673
+ "special": true
674
+ },
675
+ "128084": {
676
+ "content": "<|reserved_special_token_76|>",
677
+ "lstrip": false,
678
+ "normalized": false,
679
+ "rstrip": false,
680
+ "single_word": false,
681
+ "special": true
682
+ },
683
+ "128085": {
684
+ "content": "<|reserved_special_token_77|>",
685
+ "lstrip": false,
686
+ "normalized": false,
687
+ "rstrip": false,
688
+ "single_word": false,
689
+ "special": true
690
+ },
691
+ "128086": {
692
+ "content": "<|reserved_special_token_78|>",
693
+ "lstrip": false,
694
+ "normalized": false,
695
+ "rstrip": false,
696
+ "single_word": false,
697
+ "special": true
698
+ },
699
+ "128087": {
700
+ "content": "<|reserved_special_token_79|>",
701
+ "lstrip": false,
702
+ "normalized": false,
703
+ "rstrip": false,
704
+ "single_word": false,
705
+ "special": true
706
+ },
707
+ "128088": {
708
+ "content": "<|reserved_special_token_80|>",
709
+ "lstrip": false,
710
+ "normalized": false,
711
+ "rstrip": false,
712
+ "single_word": false,
713
+ "special": true
714
+ },
715
+ "128089": {
716
+ "content": "<|reserved_special_token_81|>",
717
+ "lstrip": false,
718
+ "normalized": false,
719
+ "rstrip": false,
720
+ "single_word": false,
721
+ "special": true
722
+ },
723
+ "128090": {
724
+ "content": "<|reserved_special_token_82|>",
725
+ "lstrip": false,
726
+ "normalized": false,
727
+ "rstrip": false,
728
+ "single_word": false,
729
+ "special": true
730
+ },
731
+ "128091": {
732
+ "content": "<|reserved_special_token_83|>",
733
+ "lstrip": false,
734
+ "normalized": false,
735
+ "rstrip": false,
736
+ "single_word": false,
737
+ "special": true
738
+ },
739
+ "128092": {
740
+ "content": "<|reserved_special_token_84|>",
741
+ "lstrip": false,
742
+ "normalized": false,
743
+ "rstrip": false,
744
+ "single_word": false,
745
+ "special": true
746
+ },
747
+ "128093": {
748
+ "content": "<|reserved_special_token_85|>",
749
+ "lstrip": false,
750
+ "normalized": false,
751
+ "rstrip": false,
752
+ "single_word": false,
753
+ "special": true
754
+ },
755
+ "128094": {
756
+ "content": "<|reserved_special_token_86|>",
757
+ "lstrip": false,
758
+ "normalized": false,
759
+ "rstrip": false,
760
+ "single_word": false,
761
+ "special": true
762
+ },
763
+ "128095": {
764
+ "content": "<|reserved_special_token_87|>",
765
+ "lstrip": false,
766
+ "normalized": false,
767
+ "rstrip": false,
768
+ "single_word": false,
769
+ "special": true
770
+ },
771
+ "128096": {
772
+ "content": "<|reserved_special_token_88|>",
773
+ "lstrip": false,
774
+ "normalized": false,
775
+ "rstrip": false,
776
+ "single_word": false,
777
+ "special": true
778
+ },
779
+ "128097": {
780
+ "content": "<|reserved_special_token_89|>",
781
+ "lstrip": false,
782
+ "normalized": false,
783
+ "rstrip": false,
784
+ "single_word": false,
785
+ "special": true
786
+ },
787
+ "128098": {
788
+ "content": "<|reserved_special_token_90|>",
789
+ "lstrip": false,
790
+ "normalized": false,
791
+ "rstrip": false,
792
+ "single_word": false,
793
+ "special": true
794
+ },
795
+ "128099": {
796
+ "content": "<|reserved_special_token_91|>",
797
+ "lstrip": false,
798
+ "normalized": false,
799
+ "rstrip": false,
800
+ "single_word": false,
801
+ "special": true
802
+ },
803
+ "128100": {
804
+ "content": "<|reserved_special_token_92|>",
805
+ "lstrip": false,
806
+ "normalized": false,
807
+ "rstrip": false,
808
+ "single_word": false,
809
+ "special": true
810
+ },
811
+ "128101": {
812
+ "content": "<|reserved_special_token_93|>",
813
+ "lstrip": false,
814
+ "normalized": false,
815
+ "rstrip": false,
816
+ "single_word": false,
817
+ "special": true
818
+ },
819
+ "128102": {
820
+ "content": "<|reserved_special_token_94|>",
821
+ "lstrip": false,
822
+ "normalized": false,
823
+ "rstrip": false,
824
+ "single_word": false,
825
+ "special": true
826
+ },
827
+ "128103": {
828
+ "content": "<|reserved_special_token_95|>",
829
+ "lstrip": false,
830
+ "normalized": false,
831
+ "rstrip": false,
832
+ "single_word": false,
833
+ "special": true
834
+ },
835
+ "128104": {
836
+ "content": "<|reserved_special_token_96|>",
837
+ "lstrip": false,
838
+ "normalized": false,
839
+ "rstrip": false,
840
+ "single_word": false,
841
+ "special": true
842
+ },
843
+ "128105": {
844
+ "content": "<|reserved_special_token_97|>",
845
+ "lstrip": false,
846
+ "normalized": false,
847
+ "rstrip": false,
848
+ "single_word": false,
849
+ "special": true
850
+ },
851
+ "128106": {
852
+ "content": "<|reserved_special_token_98|>",
853
+ "lstrip": false,
854
+ "normalized": false,
855
+ "rstrip": false,
856
+ "single_word": false,
857
+ "special": true
858
+ },
859
+ "128107": {
860
+ "content": "<|reserved_special_token_99|>",
861
+ "lstrip": false,
862
+ "normalized": false,
863
+ "rstrip": false,
864
+ "single_word": false,
865
+ "special": true
866
+ },
867
+ "128108": {
868
+ "content": "<|reserved_special_token_100|>",
869
+ "lstrip": false,
870
+ "normalized": false,
871
+ "rstrip": false,
872
+ "single_word": false,
873
+ "special": true
874
+ },
875
+ "128109": {
876
+ "content": "<|reserved_special_token_101|>",
877
+ "lstrip": false,
878
+ "normalized": false,
879
+ "rstrip": false,
880
+ "single_word": false,
881
+ "special": true
882
+ },
883
+ "128110": {
884
+ "content": "<|reserved_special_token_102|>",
885
+ "lstrip": false,
886
+ "normalized": false,
887
+ "rstrip": false,
888
+ "single_word": false,
889
+ "special": true
890
+ },
891
+ "128111": {
892
+ "content": "<|reserved_special_token_103|>",
893
+ "lstrip": false,
894
+ "normalized": false,
895
+ "rstrip": false,
896
+ "single_word": false,
897
+ "special": true
898
+ },
899
+ "128112": {
900
+ "content": "<|reserved_special_token_104|>",
901
+ "lstrip": false,
902
+ "normalized": false,
903
+ "rstrip": false,
904
+ "single_word": false,
905
+ "special": true
906
+ },
907
+ "128113": {
908
+ "content": "<|reserved_special_token_105|>",
909
+ "lstrip": false,
910
+ "normalized": false,
911
+ "rstrip": false,
912
+ "single_word": false,
913
+ "special": true
914
+ },
915
+ "128114": {
916
+ "content": "<|reserved_special_token_106|>",
917
+ "lstrip": false,
918
+ "normalized": false,
919
+ "rstrip": false,
920
+ "single_word": false,
921
+ "special": true
922
+ },
923
+ "128115": {
924
+ "content": "<|reserved_special_token_107|>",
925
+ "lstrip": false,
926
+ "normalized": false,
927
+ "rstrip": false,
928
+ "single_word": false,
929
+ "special": true
930
+ },
931
+ "128116": {
932
+ "content": "<|reserved_special_token_108|>",
933
+ "lstrip": false,
934
+ "normalized": false,
935
+ "rstrip": false,
936
+ "single_word": false,
937
+ "special": true
938
+ },
939
+ "128117": {
940
+ "content": "<|reserved_special_token_109|>",
941
+ "lstrip": false,
942
+ "normalized": false,
943
+ "rstrip": false,
944
+ "single_word": false,
945
+ "special": true
946
+ },
947
+ "128118": {
948
+ "content": "<|reserved_special_token_110|>",
949
+ "lstrip": false,
950
+ "normalized": false,
951
+ "rstrip": false,
952
+ "single_word": false,
953
+ "special": true
954
+ },
955
+ "128119": {
956
+ "content": "<|reserved_special_token_111|>",
957
+ "lstrip": false,
958
+ "normalized": false,
959
+ "rstrip": false,
960
+ "single_word": false,
961
+ "special": true
962
+ },
963
+ "128120": {
964
+ "content": "<|reserved_special_token_112|>",
965
+ "lstrip": false,
966
+ "normalized": false,
967
+ "rstrip": false,
968
+ "single_word": false,
969
+ "special": true
970
+ },
971
+ "128121": {
972
+ "content": "<|reserved_special_token_113|>",
973
+ "lstrip": false,
974
+ "normalized": false,
975
+ "rstrip": false,
976
+ "single_word": false,
977
+ "special": true
978
+ },
979
+ "128122": {
980
+ "content": "<|reserved_special_token_114|>",
981
+ "lstrip": false,
982
+ "normalized": false,
983
+ "rstrip": false,
984
+ "single_word": false,
985
+ "special": true
986
+ },
987
+ "128123": {
988
+ "content": "<|reserved_special_token_115|>",
989
+ "lstrip": false,
990
+ "normalized": false,
991
+ "rstrip": false,
992
+ "single_word": false,
993
+ "special": true
994
+ },
995
+ "128124": {
996
+ "content": "<|reserved_special_token_116|>",
997
+ "lstrip": false,
998
+ "normalized": false,
999
+ "rstrip": false,
1000
+ "single_word": false,
1001
+ "special": true
1002
+ },
1003
+ "128125": {
1004
+ "content": "<|reserved_special_token_117|>",
1005
+ "lstrip": false,
1006
+ "normalized": false,
1007
+ "rstrip": false,
1008
+ "single_word": false,
1009
+ "special": true
1010
+ },
1011
+ "128126": {
1012
+ "content": "<|reserved_special_token_118|>",
1013
+ "lstrip": false,
1014
+ "normalized": false,
1015
+ "rstrip": false,
1016
+ "single_word": false,
1017
+ "special": true
1018
+ },
1019
+ "128127": {
1020
+ "content": "<|reserved_special_token_119|>",
1021
+ "lstrip": false,
1022
+ "normalized": false,
1023
+ "rstrip": false,
1024
+ "single_word": false,
1025
+ "special": true
1026
+ },
1027
+ "128128": {
1028
+ "content": "<|reserved_special_token_120|>",
1029
+ "lstrip": false,
1030
+ "normalized": false,
1031
+ "rstrip": false,
1032
+ "single_word": false,
1033
+ "special": true
1034
+ },
1035
+ "128129": {
1036
+ "content": "<|reserved_special_token_121|>",
1037
+ "lstrip": false,
1038
+ "normalized": false,
1039
+ "rstrip": false,
1040
+ "single_word": false,
1041
+ "special": true
1042
+ },
1043
+ "128130": {
1044
+ "content": "<|reserved_special_token_122|>",
1045
+ "lstrip": false,
1046
+ "normalized": false,
1047
+ "rstrip": false,
1048
+ "single_word": false,
1049
+ "special": true
1050
+ },
1051
+ "128131": {
1052
+ "content": "<|reserved_special_token_123|>",
1053
+ "lstrip": false,
1054
+ "normalized": false,
1055
+ "rstrip": false,
1056
+ "single_word": false,
1057
+ "special": true
1058
+ },
1059
+ "128132": {
1060
+ "content": "<|reserved_special_token_124|>",
1061
+ "lstrip": false,
1062
+ "normalized": false,
1063
+ "rstrip": false,
1064
+ "single_word": false,
1065
+ "special": true
1066
+ },
1067
+ "128133": {
1068
+ "content": "<|reserved_special_token_125|>",
1069
+ "lstrip": false,
1070
+ "normalized": false,
1071
+ "rstrip": false,
1072
+ "single_word": false,
1073
+ "special": true
1074
+ },
1075
+ "128134": {
1076
+ "content": "<|reserved_special_token_126|>",
1077
+ "lstrip": false,
1078
+ "normalized": false,
1079
+ "rstrip": false,
1080
+ "single_word": false,
1081
+ "special": true
1082
+ },
1083
+ "128135": {
1084
+ "content": "<|reserved_special_token_127|>",
1085
+ "lstrip": false,
1086
+ "normalized": false,
1087
+ "rstrip": false,
1088
+ "single_word": false,
1089
+ "special": true
1090
+ },
1091
+ "128136": {
1092
+ "content": "<|reserved_special_token_128|>",
1093
+ "lstrip": false,
1094
+ "normalized": false,
1095
+ "rstrip": false,
1096
+ "single_word": false,
1097
+ "special": true
1098
+ },
1099
+ "128137": {
1100
+ "content": "<|reserved_special_token_129|>",
1101
+ "lstrip": false,
1102
+ "normalized": false,
1103
+ "rstrip": false,
1104
+ "single_word": false,
1105
+ "special": true
1106
+ },
1107
+ "128138": {
1108
+ "content": "<|reserved_special_token_130|>",
1109
+ "lstrip": false,
1110
+ "normalized": false,
1111
+ "rstrip": false,
1112
+ "single_word": false,
1113
+ "special": true
1114
+ },
1115
+ "128139": {
1116
+ "content": "<|reserved_special_token_131|>",
1117
+ "lstrip": false,
1118
+ "normalized": false,
1119
+ "rstrip": false,
1120
+ "single_word": false,
1121
+ "special": true
1122
+ },
1123
+ "128140": {
1124
+ "content": "<|reserved_special_token_132|>",
1125
+ "lstrip": false,
1126
+ "normalized": false,
1127
+ "rstrip": false,
1128
+ "single_word": false,
1129
+ "special": true
1130
+ },
1131
+ "128141": {
1132
+ "content": "<|reserved_special_token_133|>",
1133
+ "lstrip": false,
1134
+ "normalized": false,
1135
+ "rstrip": false,
1136
+ "single_word": false,
1137
+ "special": true
1138
+ },
1139
+ "128142": {
1140
+ "content": "<|reserved_special_token_134|>",
1141
+ "lstrip": false,
1142
+ "normalized": false,
1143
+ "rstrip": false,
1144
+ "single_word": false,
1145
+ "special": true
1146
+ },
1147
+ "128143": {
1148
+ "content": "<|reserved_special_token_135|>",
1149
+ "lstrip": false,
1150
+ "normalized": false,
1151
+ "rstrip": false,
1152
+ "single_word": false,
1153
+ "special": true
1154
+ },
1155
+ "128144": {
1156
+ "content": "<|reserved_special_token_136|>",
1157
+ "lstrip": false,
1158
+ "normalized": false,
1159
+ "rstrip": false,
1160
+ "single_word": false,
1161
+ "special": true
1162
+ },
1163
+ "128145": {
1164
+ "content": "<|reserved_special_token_137|>",
1165
+ "lstrip": false,
1166
+ "normalized": false,
1167
+ "rstrip": false,
1168
+ "single_word": false,
1169
+ "special": true
1170
+ },
1171
+ "128146": {
1172
+ "content": "<|reserved_special_token_138|>",
1173
+ "lstrip": false,
1174
+ "normalized": false,
1175
+ "rstrip": false,
1176
+ "single_word": false,
1177
+ "special": true
1178
+ },
1179
+ "128147": {
1180
+ "content": "<|reserved_special_token_139|>",
1181
+ "lstrip": false,
1182
+ "normalized": false,
1183
+ "rstrip": false,
1184
+ "single_word": false,
1185
+ "special": true
1186
+ },
1187
+ "128148": {
1188
+ "content": "<|reserved_special_token_140|>",
1189
+ "lstrip": false,
1190
+ "normalized": false,
1191
+ "rstrip": false,
1192
+ "single_word": false,
1193
+ "special": true
1194
+ },
1195
+ "128149": {
1196
+ "content": "<|reserved_special_token_141|>",
1197
+ "lstrip": false,
1198
+ "normalized": false,
1199
+ "rstrip": false,
1200
+ "single_word": false,
1201
+ "special": true
1202
+ },
1203
+ "128150": {
1204
+ "content": "<|reserved_special_token_142|>",
1205
+ "lstrip": false,
1206
+ "normalized": false,
1207
+ "rstrip": false,
1208
+ "single_word": false,
1209
+ "special": true
1210
+ },
1211
+ "128151": {
1212
+ "content": "<|reserved_special_token_143|>",
1213
+ "lstrip": false,
1214
+ "normalized": false,
1215
+ "rstrip": false,
1216
+ "single_word": false,
1217
+ "special": true
1218
+ },
1219
+ "128152": {
1220
+ "content": "<|reserved_special_token_144|>",
1221
+ "lstrip": false,
1222
+ "normalized": false,
1223
+ "rstrip": false,
1224
+ "single_word": false,
1225
+ "special": true
1226
+ },
1227
+ "128153": {
1228
+ "content": "<|reserved_special_token_145|>",
1229
+ "lstrip": false,
1230
+ "normalized": false,
1231
+ "rstrip": false,
1232
+ "single_word": false,
1233
+ "special": true
1234
+ },
1235
+ "128154": {
1236
+ "content": "<|reserved_special_token_146|>",
1237
+ "lstrip": false,
1238
+ "normalized": false,
1239
+ "rstrip": false,
1240
+ "single_word": false,
1241
+ "special": true
1242
+ },
1243
+ "128155": {
1244
+ "content": "<|reserved_special_token_147|>",
1245
+ "lstrip": false,
1246
+ "normalized": false,
1247
+ "rstrip": false,
1248
+ "single_word": false,
1249
+ "special": true
1250
+ },
1251
+ "128156": {
1252
+ "content": "<|reserved_special_token_148|>",
1253
+ "lstrip": false,
1254
+ "normalized": false,
1255
+ "rstrip": false,
1256
+ "single_word": false,
1257
+ "special": true
1258
+ },
1259
+ "128157": {
1260
+ "content": "<|reserved_special_token_149|>",
1261
+ "lstrip": false,
1262
+ "normalized": false,
1263
+ "rstrip": false,
1264
+ "single_word": false,
1265
+ "special": true
1266
+ },
1267
+ "128158": {
1268
+ "content": "<|reserved_special_token_150|>",
1269
+ "lstrip": false,
1270
+ "normalized": false,
1271
+ "rstrip": false,
1272
+ "single_word": false,
1273
+ "special": true
1274
+ },
1275
+ "128159": {
1276
+ "content": "<|reserved_special_token_151|>",
1277
+ "lstrip": false,
1278
+ "normalized": false,
1279
+ "rstrip": false,
1280
+ "single_word": false,
1281
+ "special": true
1282
+ },
1283
+ "128160": {
1284
+ "content": "<|reserved_special_token_152|>",
1285
+ "lstrip": false,
1286
+ "normalized": false,
1287
+ "rstrip": false,
1288
+ "single_word": false,
1289
+ "special": true
1290
+ },
1291
+ "128161": {
1292
+ "content": "<|reserved_special_token_153|>",
1293
+ "lstrip": false,
1294
+ "normalized": false,
1295
+ "rstrip": false,
1296
+ "single_word": false,
1297
+ "special": true
1298
+ },
1299
+ "128162": {
1300
+ "content": "<|reserved_special_token_154|>",
1301
+ "lstrip": false,
1302
+ "normalized": false,
1303
+ "rstrip": false,
1304
+ "single_word": false,
1305
+ "special": true
1306
+ },
1307
+ "128163": {
1308
+ "content": "<|reserved_special_token_155|>",
1309
+ "lstrip": false,
1310
+ "normalized": false,
1311
+ "rstrip": false,
1312
+ "single_word": false,
1313
+ "special": true
1314
+ },
1315
+ "128164": {
1316
+ "content": "<|reserved_special_token_156|>",
1317
+ "lstrip": false,
1318
+ "normalized": false,
1319
+ "rstrip": false,
1320
+ "single_word": false,
1321
+ "special": true
1322
+ },
1323
+ "128165": {
1324
+ "content": "<|reserved_special_token_157|>",
1325
+ "lstrip": false,
1326
+ "normalized": false,
1327
+ "rstrip": false,
1328
+ "single_word": false,
1329
+ "special": true
1330
+ },
1331
+ "128166": {
1332
+ "content": "<|reserved_special_token_158|>",
1333
+ "lstrip": false,
1334
+ "normalized": false,
1335
+ "rstrip": false,
1336
+ "single_word": false,
1337
+ "special": true
1338
+ },
1339
+ "128167": {
1340
+ "content": "<|reserved_special_token_159|>",
1341
+ "lstrip": false,
1342
+ "normalized": false,
1343
+ "rstrip": false,
1344
+ "single_word": false,
1345
+ "special": true
1346
+ },
1347
+ "128168": {
1348
+ "content": "<|reserved_special_token_160|>",
1349
+ "lstrip": false,
1350
+ "normalized": false,
1351
+ "rstrip": false,
1352
+ "single_word": false,
1353
+ "special": true
1354
+ },
1355
+ "128169": {
1356
+ "content": "<|reserved_special_token_161|>",
1357
+ "lstrip": false,
1358
+ "normalized": false,
1359
+ "rstrip": false,
1360
+ "single_word": false,
1361
+ "special": true
1362
+ },
1363
+ "128170": {
1364
+ "content": "<|reserved_special_token_162|>",
1365
+ "lstrip": false,
1366
+ "normalized": false,
1367
+ "rstrip": false,
1368
+ "single_word": false,
1369
+ "special": true
1370
+ },
1371
+ "128171": {
1372
+ "content": "<|reserved_special_token_163|>",
1373
+ "lstrip": false,
1374
+ "normalized": false,
1375
+ "rstrip": false,
1376
+ "single_word": false,
1377
+ "special": true
1378
+ },
1379
+ "128172": {
1380
+ "content": "<|reserved_special_token_164|>",
1381
+ "lstrip": false,
1382
+ "normalized": false,
1383
+ "rstrip": false,
1384
+ "single_word": false,
1385
+ "special": true
1386
+ },
1387
+ "128173": {
1388
+ "content": "<|reserved_special_token_165|>",
1389
+ "lstrip": false,
1390
+ "normalized": false,
1391
+ "rstrip": false,
1392
+ "single_word": false,
1393
+ "special": true
1394
+ },
1395
+ "128174": {
1396
+ "content": "<|reserved_special_token_166|>",
1397
+ "lstrip": false,
1398
+ "normalized": false,
1399
+ "rstrip": false,
1400
+ "single_word": false,
1401
+ "special": true
1402
+ },
1403
+ "128175": {
1404
+ "content": "<|reserved_special_token_167|>",
1405
+ "lstrip": false,
1406
+ "normalized": false,
1407
+ "rstrip": false,
1408
+ "single_word": false,
1409
+ "special": true
1410
+ },
1411
+ "128176": {
1412
+ "content": "<|reserved_special_token_168|>",
1413
+ "lstrip": false,
1414
+ "normalized": false,
1415
+ "rstrip": false,
1416
+ "single_word": false,
1417
+ "special": true
1418
+ },
1419
+ "128177": {
1420
+ "content": "<|reserved_special_token_169|>",
1421
+ "lstrip": false,
1422
+ "normalized": false,
1423
+ "rstrip": false,
1424
+ "single_word": false,
1425
+ "special": true
1426
+ },
1427
+ "128178": {
1428
+ "content": "<|reserved_special_token_170|>",
1429
+ "lstrip": false,
1430
+ "normalized": false,
1431
+ "rstrip": false,
1432
+ "single_word": false,
1433
+ "special": true
1434
+ },
1435
+ "128179": {
1436
+ "content": "<|reserved_special_token_171|>",
1437
+ "lstrip": false,
1438
+ "normalized": false,
1439
+ "rstrip": false,
1440
+ "single_word": false,
1441
+ "special": true
1442
+ },
1443
+ "128180": {
1444
+ "content": "<|reserved_special_token_172|>",
1445
+ "lstrip": false,
1446
+ "normalized": false,
1447
+ "rstrip": false,
1448
+ "single_word": false,
1449
+ "special": true
1450
+ },
1451
+ "128181": {
1452
+ "content": "<|reserved_special_token_173|>",
1453
+ "lstrip": false,
1454
+ "normalized": false,
1455
+ "rstrip": false,
1456
+ "single_word": false,
1457
+ "special": true
1458
+ },
1459
+ "128182": {
1460
+ "content": "<|reserved_special_token_174|>",
1461
+ "lstrip": false,
1462
+ "normalized": false,
1463
+ "rstrip": false,
1464
+ "single_word": false,
1465
+ "special": true
1466
+ },
1467
+ "128183": {
1468
+ "content": "<|reserved_special_token_175|>",
1469
+ "lstrip": false,
1470
+ "normalized": false,
1471
+ "rstrip": false,
1472
+ "single_word": false,
1473
+ "special": true
1474
+ },
1475
+ "128184": {
1476
+ "content": "<|reserved_special_token_176|>",
1477
+ "lstrip": false,
1478
+ "normalized": false,
1479
+ "rstrip": false,
1480
+ "single_word": false,
1481
+ "special": true
1482
+ },
1483
+ "128185": {
1484
+ "content": "<|reserved_special_token_177|>",
1485
+ "lstrip": false,
1486
+ "normalized": false,
1487
+ "rstrip": false,
1488
+ "single_word": false,
1489
+ "special": true
1490
+ },
1491
+ "128186": {
1492
+ "content": "<|reserved_special_token_178|>",
1493
+ "lstrip": false,
1494
+ "normalized": false,
1495
+ "rstrip": false,
1496
+ "single_word": false,
1497
+ "special": true
1498
+ },
1499
+ "128187": {
1500
+ "content": "<|reserved_special_token_179|>",
1501
+ "lstrip": false,
1502
+ "normalized": false,
1503
+ "rstrip": false,
1504
+ "single_word": false,
1505
+ "special": true
1506
+ },
1507
+ "128188": {
1508
+ "content": "<|reserved_special_token_180|>",
1509
+ "lstrip": false,
1510
+ "normalized": false,
1511
+ "rstrip": false,
1512
+ "single_word": false,
1513
+ "special": true
1514
+ },
1515
+ "128189": {
1516
+ "content": "<|reserved_special_token_181|>",
1517
+ "lstrip": false,
1518
+ "normalized": false,
1519
+ "rstrip": false,
1520
+ "single_word": false,
1521
+ "special": true
1522
+ },
1523
+ "128190": {
1524
+ "content": "<|reserved_special_token_182|>",
1525
+ "lstrip": false,
1526
+ "normalized": false,
1527
+ "rstrip": false,
1528
+ "single_word": false,
1529
+ "special": true
1530
+ },
1531
+ "128191": {
1532
+ "content": "<|reserved_special_token_183|>",
1533
+ "lstrip": false,
1534
+ "normalized": false,
1535
+ "rstrip": false,
1536
+ "single_word": false,
1537
+ "special": true
1538
+ },
1539
+ "128192": {
1540
+ "content": "<|reserved_special_token_184|>",
1541
+ "lstrip": false,
1542
+ "normalized": false,
1543
+ "rstrip": false,
1544
+ "single_word": false,
1545
+ "special": true
1546
+ },
1547
+ "128193": {
1548
+ "content": "<|reserved_special_token_185|>",
1549
+ "lstrip": false,
1550
+ "normalized": false,
1551
+ "rstrip": false,
1552
+ "single_word": false,
1553
+ "special": true
1554
+ },
1555
+ "128194": {
1556
+ "content": "<|reserved_special_token_186|>",
1557
+ "lstrip": false,
1558
+ "normalized": false,
1559
+ "rstrip": false,
1560
+ "single_word": false,
1561
+ "special": true
1562
+ },
1563
+ "128195": {
1564
+ "content": "<|reserved_special_token_187|>",
1565
+ "lstrip": false,
1566
+ "normalized": false,
1567
+ "rstrip": false,
1568
+ "single_word": false,
1569
+ "special": true
1570
+ },
1571
+ "128196": {
1572
+ "content": "<|reserved_special_token_188|>",
1573
+ "lstrip": false,
1574
+ "normalized": false,
1575
+ "rstrip": false,
1576
+ "single_word": false,
1577
+ "special": true
1578
+ },
1579
+ "128197": {
1580
+ "content": "<|reserved_special_token_189|>",
1581
+ "lstrip": false,
1582
+ "normalized": false,
1583
+ "rstrip": false,
1584
+ "single_word": false,
1585
+ "special": true
1586
+ },
1587
+ "128198": {
1588
+ "content": "<|reserved_special_token_190|>",
1589
+ "lstrip": false,
1590
+ "normalized": false,
1591
+ "rstrip": false,
1592
+ "single_word": false,
1593
+ "special": true
1594
+ },
1595
+ "128199": {
1596
+ "content": "<|reserved_special_token_191|>",
1597
+ "lstrip": false,
1598
+ "normalized": false,
1599
+ "rstrip": false,
1600
+ "single_word": false,
1601
+ "special": true
1602
+ },
1603
+ "128200": {
1604
+ "content": "<|reserved_special_token_192|>",
1605
+ "lstrip": false,
1606
+ "normalized": false,
1607
+ "rstrip": false,
1608
+ "single_word": false,
1609
+ "special": true
1610
+ },
1611
+ "128201": {
1612
+ "content": "<|reserved_special_token_193|>",
1613
+ "lstrip": false,
1614
+ "normalized": false,
1615
+ "rstrip": false,
1616
+ "single_word": false,
1617
+ "special": true
1618
+ },
1619
+ "128202": {
1620
+ "content": "<|reserved_special_token_194|>",
1621
+ "lstrip": false,
1622
+ "normalized": false,
1623
+ "rstrip": false,
1624
+ "single_word": false,
1625
+ "special": true
1626
+ },
1627
+ "128203": {
1628
+ "content": "<|reserved_special_token_195|>",
1629
+ "lstrip": false,
1630
+ "normalized": false,
1631
+ "rstrip": false,
1632
+ "single_word": false,
1633
+ "special": true
1634
+ },
1635
+ "128204": {
1636
+ "content": "<|reserved_special_token_196|>",
1637
+ "lstrip": false,
1638
+ "normalized": false,
1639
+ "rstrip": false,
1640
+ "single_word": false,
1641
+ "special": true
1642
+ },
1643
+ "128205": {
1644
+ "content": "<|reserved_special_token_197|>",
1645
+ "lstrip": false,
1646
+ "normalized": false,
1647
+ "rstrip": false,
1648
+ "single_word": false,
1649
+ "special": true
1650
+ },
1651
+ "128206": {
1652
+ "content": "<|reserved_special_token_198|>",
1653
+ "lstrip": false,
1654
+ "normalized": false,
1655
+ "rstrip": false,
1656
+ "single_word": false,
1657
+ "special": true
1658
+ },
1659
+ "128207": {
1660
+ "content": "<|reserved_special_token_199|>",
1661
+ "lstrip": false,
1662
+ "normalized": false,
1663
+ "rstrip": false,
1664
+ "single_word": false,
1665
+ "special": true
1666
+ },
1667
+ "128208": {
1668
+ "content": "<|reserved_special_token_200|>",
1669
+ "lstrip": false,
1670
+ "normalized": false,
1671
+ "rstrip": false,
1672
+ "single_word": false,
1673
+ "special": true
1674
+ },
1675
+ "128209": {
1676
+ "content": "<|reserved_special_token_201|>",
1677
+ "lstrip": false,
1678
+ "normalized": false,
1679
+ "rstrip": false,
1680
+ "single_word": false,
1681
+ "special": true
1682
+ },
1683
+ "128210": {
1684
+ "content": "<|reserved_special_token_202|>",
1685
+ "lstrip": false,
1686
+ "normalized": false,
1687
+ "rstrip": false,
1688
+ "single_word": false,
1689
+ "special": true
1690
+ },
1691
+ "128211": {
1692
+ "content": "<|reserved_special_token_203|>",
1693
+ "lstrip": false,
1694
+ "normalized": false,
1695
+ "rstrip": false,
1696
+ "single_word": false,
1697
+ "special": true
1698
+ },
1699
+ "128212": {
1700
+ "content": "<|reserved_special_token_204|>",
1701
+ "lstrip": false,
1702
+ "normalized": false,
1703
+ "rstrip": false,
1704
+ "single_word": false,
1705
+ "special": true
1706
+ },
1707
+ "128213": {
1708
+ "content": "<|reserved_special_token_205|>",
1709
+ "lstrip": false,
1710
+ "normalized": false,
1711
+ "rstrip": false,
1712
+ "single_word": false,
1713
+ "special": true
1714
+ },
1715
+ "128214": {
1716
+ "content": "<|reserved_special_token_206|>",
1717
+ "lstrip": false,
1718
+ "normalized": false,
1719
+ "rstrip": false,
1720
+ "single_word": false,
1721
+ "special": true
1722
+ },
1723
+ "128215": {
1724
+ "content": "<|reserved_special_token_207|>",
1725
+ "lstrip": false,
1726
+ "normalized": false,
1727
+ "rstrip": false,
1728
+ "single_word": false,
1729
+ "special": true
1730
+ },
1731
+ "128216": {
1732
+ "content": "<|reserved_special_token_208|>",
1733
+ "lstrip": false,
1734
+ "normalized": false,
1735
+ "rstrip": false,
1736
+ "single_word": false,
1737
+ "special": true
1738
+ },
1739
+ "128217": {
1740
+ "content": "<|reserved_special_token_209|>",
1741
+ "lstrip": false,
1742
+ "normalized": false,
1743
+ "rstrip": false,
1744
+ "single_word": false,
1745
+ "special": true
1746
+ },
1747
+ "128218": {
1748
+ "content": "<|reserved_special_token_210|>",
1749
+ "lstrip": false,
1750
+ "normalized": false,
1751
+ "rstrip": false,
1752
+ "single_word": false,
1753
+ "special": true
1754
+ },
1755
+ "128219": {
1756
+ "content": "<|reserved_special_token_211|>",
1757
+ "lstrip": false,
1758
+ "normalized": false,
1759
+ "rstrip": false,
1760
+ "single_word": false,
1761
+ "special": true
1762
+ },
1763
+ "128220": {
1764
+ "content": "<|reserved_special_token_212|>",
1765
+ "lstrip": false,
1766
+ "normalized": false,
1767
+ "rstrip": false,
1768
+ "single_word": false,
1769
+ "special": true
1770
+ },
1771
+ "128221": {
1772
+ "content": "<|reserved_special_token_213|>",
1773
+ "lstrip": false,
1774
+ "normalized": false,
1775
+ "rstrip": false,
1776
+ "single_word": false,
1777
+ "special": true
1778
+ },
1779
+ "128222": {
1780
+ "content": "<|reserved_special_token_214|>",
1781
+ "lstrip": false,
1782
+ "normalized": false,
1783
+ "rstrip": false,
1784
+ "single_word": false,
1785
+ "special": true
1786
+ },
1787
+ "128223": {
1788
+ "content": "<|reserved_special_token_215|>",
1789
+ "lstrip": false,
1790
+ "normalized": false,
1791
+ "rstrip": false,
1792
+ "single_word": false,
1793
+ "special": true
1794
+ },
1795
+ "128224": {
1796
+ "content": "<|reserved_special_token_216|>",
1797
+ "lstrip": false,
1798
+ "normalized": false,
1799
+ "rstrip": false,
1800
+ "single_word": false,
1801
+ "special": true
1802
+ },
1803
+ "128225": {
1804
+ "content": "<|reserved_special_token_217|>",
1805
+ "lstrip": false,
1806
+ "normalized": false,
1807
+ "rstrip": false,
1808
+ "single_word": false,
1809
+ "special": true
1810
+ },
1811
+ "128226": {
1812
+ "content": "<|reserved_special_token_218|>",
1813
+ "lstrip": false,
1814
+ "normalized": false,
1815
+ "rstrip": false,
1816
+ "single_word": false,
1817
+ "special": true
1818
+ },
1819
+ "128227": {
1820
+ "content": "<|reserved_special_token_219|>",
1821
+ "lstrip": false,
1822
+ "normalized": false,
1823
+ "rstrip": false,
1824
+ "single_word": false,
1825
+ "special": true
1826
+ },
1827
+ "128228": {
1828
+ "content": "<|reserved_special_token_220|>",
1829
+ "lstrip": false,
1830
+ "normalized": false,
1831
+ "rstrip": false,
1832
+ "single_word": false,
1833
+ "special": true
1834
+ },
1835
+ "128229": {
1836
+ "content": "<|reserved_special_token_221|>",
1837
+ "lstrip": false,
1838
+ "normalized": false,
1839
+ "rstrip": false,
1840
+ "single_word": false,
1841
+ "special": true
1842
+ },
1843
+ "128230": {
1844
+ "content": "<|reserved_special_token_222|>",
1845
+ "lstrip": false,
1846
+ "normalized": false,
1847
+ "rstrip": false,
1848
+ "single_word": false,
1849
+ "special": true
1850
+ },
1851
+ "128231": {
1852
+ "content": "<|reserved_special_token_223|>",
1853
+ "lstrip": false,
1854
+ "normalized": false,
1855
+ "rstrip": false,
1856
+ "single_word": false,
1857
+ "special": true
1858
+ },
1859
+ "128232": {
1860
+ "content": "<|reserved_special_token_224|>",
1861
+ "lstrip": false,
1862
+ "normalized": false,
1863
+ "rstrip": false,
1864
+ "single_word": false,
1865
+ "special": true
1866
+ },
1867
+ "128233": {
1868
+ "content": "<|reserved_special_token_225|>",
1869
+ "lstrip": false,
1870
+ "normalized": false,
1871
+ "rstrip": false,
1872
+ "single_word": false,
1873
+ "special": true
1874
+ },
1875
+ "128234": {
1876
+ "content": "<|reserved_special_token_226|>",
1877
+ "lstrip": false,
1878
+ "normalized": false,
1879
+ "rstrip": false,
1880
+ "single_word": false,
1881
+ "special": true
1882
+ },
1883
+ "128235": {
1884
+ "content": "<|reserved_special_token_227|>",
1885
+ "lstrip": false,
1886
+ "normalized": false,
1887
+ "rstrip": false,
1888
+ "single_word": false,
1889
+ "special": true
1890
+ },
1891
+ "128236": {
1892
+ "content": "<|reserved_special_token_228|>",
1893
+ "lstrip": false,
1894
+ "normalized": false,
1895
+ "rstrip": false,
1896
+ "single_word": false,
1897
+ "special": true
1898
+ },
1899
+ "128237": {
1900
+ "content": "<|reserved_special_token_229|>",
1901
+ "lstrip": false,
1902
+ "normalized": false,
1903
+ "rstrip": false,
1904
+ "single_word": false,
1905
+ "special": true
1906
+ },
1907
+ "128238": {
1908
+ "content": "<|reserved_special_token_230|>",
1909
+ "lstrip": false,
1910
+ "normalized": false,
1911
+ "rstrip": false,
1912
+ "single_word": false,
1913
+ "special": true
1914
+ },
1915
+ "128239": {
1916
+ "content": "<|reserved_special_token_231|>",
1917
+ "lstrip": false,
1918
+ "normalized": false,
1919
+ "rstrip": false,
1920
+ "single_word": false,
1921
+ "special": true
1922
+ },
1923
+ "128240": {
1924
+ "content": "<|reserved_special_token_232|>",
1925
+ "lstrip": false,
1926
+ "normalized": false,
1927
+ "rstrip": false,
1928
+ "single_word": false,
1929
+ "special": true
1930
+ },
1931
+ "128241": {
1932
+ "content": "<|reserved_special_token_233|>",
1933
+ "lstrip": false,
1934
+ "normalized": false,
1935
+ "rstrip": false,
1936
+ "single_word": false,
1937
+ "special": true
1938
+ },
1939
+ "128242": {
1940
+ "content": "<|reserved_special_token_234|>",
1941
+ "lstrip": false,
1942
+ "normalized": false,
1943
+ "rstrip": false,
1944
+ "single_word": false,
1945
+ "special": true
1946
+ },
1947
+ "128243": {
1948
+ "content": "<|reserved_special_token_235|>",
1949
+ "lstrip": false,
1950
+ "normalized": false,
1951
+ "rstrip": false,
1952
+ "single_word": false,
1953
+ "special": true
1954
+ },
1955
+ "128244": {
1956
+ "content": "<|reserved_special_token_236|>",
1957
+ "lstrip": false,
1958
+ "normalized": false,
1959
+ "rstrip": false,
1960
+ "single_word": false,
1961
+ "special": true
1962
+ },
1963
+ "128245": {
1964
+ "content": "<|reserved_special_token_237|>",
1965
+ "lstrip": false,
1966
+ "normalized": false,
1967
+ "rstrip": false,
1968
+ "single_word": false,
1969
+ "special": true
1970
+ },
1971
+ "128246": {
1972
+ "content": "<|reserved_special_token_238|>",
1973
+ "lstrip": false,
1974
+ "normalized": false,
1975
+ "rstrip": false,
1976
+ "single_word": false,
1977
+ "special": true
1978
+ },
1979
+ "128247": {
1980
+ "content": "<|reserved_special_token_239|>",
1981
+ "lstrip": false,
1982
+ "normalized": false,
1983
+ "rstrip": false,
1984
+ "single_word": false,
1985
+ "special": true
1986
+ },
1987
+ "128248": {
1988
+ "content": "<|reserved_special_token_240|>",
1989
+ "lstrip": false,
1990
+ "normalized": false,
1991
+ "rstrip": false,
1992
+ "single_word": false,
1993
+ "special": true
1994
+ },
1995
+ "128249": {
1996
+ "content": "<|reserved_special_token_241|>",
1997
+ "lstrip": false,
1998
+ "normalized": false,
1999
+ "rstrip": false,
2000
+ "single_word": false,
2001
+ "special": true
2002
+ },
2003
+ "128250": {
2004
+ "content": "<|reserved_special_token_242|>",
2005
+ "lstrip": false,
2006
+ "normalized": false,
2007
+ "rstrip": false,
2008
+ "single_word": false,
2009
+ "special": true
2010
+ },
2011
+ "128251": {
2012
+ "content": "<|reserved_special_token_243|>",
2013
+ "lstrip": false,
2014
+ "normalized": false,
2015
+ "rstrip": false,
2016
+ "single_word": false,
2017
+ "special": true
2018
+ },
2019
+ "128252": {
2020
+ "content": "<|reserved_special_token_244|>",
2021
+ "lstrip": false,
2022
+ "normalized": false,
2023
+ "rstrip": false,
2024
+ "single_word": false,
2025
+ "special": true
2026
+ },
2027
+ "128253": {
2028
+ "content": "<|reserved_special_token_245|>",
2029
+ "lstrip": false,
2030
+ "normalized": false,
2031
+ "rstrip": false,
2032
+ "single_word": false,
2033
+ "special": true
2034
+ },
2035
+ "128254": {
2036
+ "content": "<|reserved_special_token_246|>",
2037
+ "lstrip": false,
2038
+ "normalized": false,
2039
+ "rstrip": false,
2040
+ "single_word": false,
2041
+ "special": true
2042
+ },
2043
+ "128255": {
2044
+ "content": "<|reserved_special_token_247|>",
2045
+ "lstrip": false,
2046
+ "normalized": false,
2047
+ "rstrip": false,
2048
+ "single_word": false,
2049
+ "special": true
2050
+ },
2051
+ "128256": {
2052
+ "content": "<pad>",
2053
+ "lstrip": false,
2054
+ "normalized": false,
2055
+ "rstrip": false,
2056
+ "single_word": false,
2057
+ "special": true
2058
+ },
2059
+ "128257": {
2060
+ "content": "<unk>",
2061
+ "lstrip": false,
2062
+ "normalized": false,
2063
+ "rstrip": false,
2064
+ "single_word": false,
2065
+ "special": true
2066
+ }
2067
+ },
2068
+ "bos_token": "<|begin_of_text|>",
2069
+ "chat_template": "{{- bos_token }}\n{%- if custom_tools is defined %}\n {%- set tools = custom_tools %}\n{%- endif %}\n{%- if not tools_in_user_message is defined %}\n {%- set tools_in_user_message = true %}\n{%- endif %}\n{%- if not date_string is defined %}\n {%- set date_string = \"26 Jul 2024\" %}\n{%- endif %}\n{%- if not tools is defined %}\n {%- set tools = none %}\n{%- endif %}\n\n{#- This block extracts the system message, so we can slot it into the right place. #}\n{%- if messages[0]['role'] == 'system' %}\n {%- set system_message = messages[0]['content']|trim %}\n {%- set messages = messages[1:] %}\n{%- else %}\n {%- set system_message = \"\" %}\n{%- endif %}\n\n{#- System message + builtin tools #}\n{{- \"<|start_header_id|>system<|end_header_id|>\\n\\n\" }}\n{%- if builtin_tools is defined or tools is not none %}\n {{- \"Environment: ipython\\n\" }}\n{%- endif %}\n{%- if builtin_tools is defined %}\n {{- \"Tools: \" + builtin_tools | reject('equalto', 'code_interpreter') | join(\", \") + \"\\n\\n\"}}\n{%- endif %}\n{{- \"Cutting Knowledge Date: December 2023\\n\" }}\n{{- \"Today Date: \" + date_string + \"\\n\\n\" }}\n{%- if tools is not none and not tools_in_user_message %}\n {{- \"You have access to the following functions. To call a function, please respond with JSON for a function call.\" }}\n {{- 'Respond in the format {\"name\": function name, \"parameters\": dictionary of argument name and its value}.' }}\n {{- \"Do not use variables.\\n\\n\" }}\n {%- for t in tools %}\n {{- t | tojson(indent=4) }}\n {{- \"\\n\\n\" }}\n {%- endfor %}\n{%- endif %}\n{{- system_message }}\n{{- \"<|eot_id|>\" }}\n\n{#- Custom tools are passed in a user message with some extra guidance #}\n{%- if tools_in_user_message and not tools is none %}\n {#- Extract the first user message so we can plug it in here #}\n {%- if messages | length != 0 %}\n {%- set first_user_message = messages[0]['content']|trim %}\n {%- set messages = messages[1:] %}\n {%- else %}\n {{- raise_exception(\"Cannot put tools in the first user message when there's no first user message!\") }}\n{%- endif %}\n {{- '<|start_header_id|>user<|end_header_id|>\\n\\n' -}}\n {{- \"Given the following functions, please respond with a JSON for a function call \" }}\n {{- \"with its proper arguments that best answers the given prompt.\\n\\n\" }}\n {{- 'Respond in the format {\"name\": function name, \"parameters\": dictionary of argument name and its value}.' }}\n {{- \"Do not use variables.\\n\\n\" }}\n {%- for t in tools %}\n {{- t | tojson(indent=4) }}\n {{- \"\\n\\n\" }}\n {%- endfor %}\n {{- first_user_message + \"<|eot_id|>\"}}\n{%- endif %}\n\n{%- for message in messages %}\n {%- if not (message.role == 'ipython' or message.role == 'tool' or 'tool_calls' in message) %}\n {{- '<|start_header_id|>' + message['role'] + '<|end_header_id|>\\n\\n'+ message['content'] | trim + '<|eot_id|>' }}\n {%- elif 'tool_calls' in message %}\n {%- if not message.tool_calls|length == 1 %}\n {{- raise_exception(\"This model only supports single tool-calls at once!\") }}\n {%- endif %}\n {%- set tool_call = message.tool_calls[0].function %}\n {%- if builtin_tools is defined and tool_call.name in builtin_tools %}\n {{- '<|start_header_id|>assistant<|end_header_id|>\\n\\n' -}}\n {{- \"<|python_tag|>\" + tool_call.name + \".call(\" }}\n {%- for arg_name, arg_val in tool_call.arguments | items %}\n {{- arg_name + '=\"' + arg_val + '\"' }}\n {%- if not loop.last %}\n {{- \", \" }}\n {%- endif %}\n {%- endfor %}\n {{- \")\" }}\n {%- else %}\n {{- '<|start_header_id|>assistant<|end_header_id|>\\n\\n' -}}\n {{- '{\"name\": \"' + tool_call.name + '\", ' }}\n {{- '\"parameters\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- \"}\" }}\n {%- endif %}\n {%- if builtin_tools is defined %}\n {#- This means we're in ipython mode #}\n {{- \"<|eom_id|>\" }}\n {%- else %}\n {{- \"<|eot_id|>\" }}\n {%- endif %}\n {%- elif message.role == \"tool\" or message.role == \"ipython\" %}\n {{- \"<|start_header_id|>ipython<|end_header_id|>\\n\\n\" }}\n {%- if message.content is mapping or message.content is iterable %}\n {{- message.content | tojson }}\n {%- else %}\n {{- message.content }}\n {%- endif %}\n {{- \"<|eot_id|>\" }}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|start_header_id|>assistant<|end_header_id|>\\n\\n' }}\n{%- endif %}\n",
2070
+ "clean_up_tokenization_spaces": true,
2071
+ "eos_token": "<|eot_id|>",
2072
+ "extra_special_tokens": {},
2073
+ "model_input_names": [
2074
+ "input_ids",
2075
+ "attention_mask"
2076
+ ],
2077
+ "model_max_length": 2048,
2078
+ "pad_token": "<pad>",
2079
+ "padding_side": "right",
2080
+ "tokenizer_class": "PreTrainedTokenizer",
2081
+ "unk_token": "<unk>"
2082
+ }
wandb/debug-internal.log ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2025-05-08T21:21:54.561866061-04:00","level":"INFO","msg":"stream: starting","core version":"0.19.10","symlink path":"/home/panda/pda-llm/output/sft-tools/run-false-1-10/wandb/run-20250508_212154-is8630ik/logs/debug-core.log"}
2
+ {"time":"2025-05-08T21:21:54.740453474-04:00","level":"INFO","msg":"created new stream","id":"is8630ik"}
3
+ {"time":"2025-05-08T21:21:54.740487984-04:00","level":"INFO","msg":"stream: started","id":"is8630ik"}
4
+ {"time":"2025-05-08T21:21:54.740504345-04:00","level":"INFO","msg":"writer: Do: started","stream_id":"is8630ik"}
5
+ {"time":"2025-05-08T21:21:54.740556706-04:00","level":"INFO","msg":"handler: started","stream_id":"is8630ik"}
6
+ {"time":"2025-05-08T21:21:54.740592257-04:00","level":"INFO","msg":"sender: started","stream_id":"is8630ik"}
7
+ {"time":"2025-05-08T21:21:54.884261607-04:00","level":"INFO","msg":"Starting system monitor"}
8
+ {"time":"2025-05-08T21:21:54.884293377-04:00","level":"WARN","msg":"handleCodeSave: program relative path is empty"}
9
+ {"time":"2025-05-08T21:21:54.884348759-04:00","level":"ERROR","msg":"git repo not found","error":"repository does not exist"}
10
+ {"time":"2025-05-09T00:28:41.16342178-04:00","level":"INFO","msg":"Stopping system monitor"}
11
+ {"time":"2025-05-09T00:28:41.163499301-04:00","level":"INFO","msg":"Stopped system monitor"}
12
+ {"time":"2025-05-09T00:28:41.635621981-04:00","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
13
+ {"time":"2025-05-09T00:28:41.760403458-04:00","level":"INFO","msg":"handler: operation stats","stats":{}}
14
+ {"time":"2025-05-09T00:28:41.773696754-04:00","level":"INFO","msg":"stream: closing","id":"is8630ik"}
15
+ {"time":"2025-05-09T00:28:41.773713434-04:00","level":"INFO","msg":"handler: closed","stream_id":"is8630ik"}
16
+ {"time":"2025-05-09T00:28:41.773723895-04:00","level":"INFO","msg":"writer: Close: closed","stream_id":"is8630ik"}
17
+ {"time":"2025-05-09T00:28:41.773731765-04:00","level":"INFO","msg":"sender: closed","stream_id":"is8630ik"}
18
+ {"time":"2025-05-09T00:28:41.773786876-04:00","level":"INFO","msg":"stream: closed","id":"is8630ik"}
wandb/debug.log ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2025-05-08 21:21:54,556 INFO MainThread:1548317 [wandb_setup.py:_flush():68] Current SDK version is 0.19.10
2
+ 2025-05-08 21:21:54,556 INFO MainThread:1548317 [wandb_setup.py:_flush():68] Configure stats pid to 1548317
3
+ 2025-05-08 21:21:54,556 INFO MainThread:1548317 [wandb_setup.py:_flush():68] Loading settings from /home/panda/.config/wandb/settings
4
+ 2025-05-08 21:21:54,556 INFO MainThread:1548317 [wandb_setup.py:_flush():68] Loading settings from /home/panda/pda-llm/scripts/wandb/settings
5
+ 2025-05-08 21:21:54,556 INFO MainThread:1548317 [wandb_setup.py:_flush():68] Loading settings from environment variables
6
+ 2025-05-08 21:21:54,556 INFO MainThread:1548317 [wandb_init.py:setup_run_log_directory():724] Logging user logs to /home/panda/pda-llm/output/sft-tools/run-false-1-10/wandb/run-20250508_212154-is8630ik/logs/debug.log
7
+ 2025-05-08 21:21:54,556 INFO MainThread:1548317 [wandb_init.py:setup_run_log_directory():725] Logging internal logs to /home/panda/pda-llm/output/sft-tools/run-false-1-10/wandb/run-20250508_212154-is8630ik/logs/debug-internal.log
8
+ 2025-05-08 21:21:54,556 INFO MainThread:1548317 [wandb_init.py:init():852] calling init triggers
9
+ 2025-05-08 21:21:54,556 INFO MainThread:1548317 [wandb_init.py:init():857] wandb.init called with sweep_config: {}
10
+ config: {'model_name_or_path': 'meta-llama/Llama-3.1-8B-Instruct', 'recompute_baseline': False, 'cache_dir': '/home/panda/pda-llm/cache/sft-tools', 'max_length': 2048, 'trust_remote_code': True, 'train_datasets': [('tools', {'proportion': 1.0})], 'eval_datasets': None, 'safety_ratio_tol': 10.0, 'important_sft': False, 'resilient_coeff': 1.0, 'epochs': 3, 'per_device_train_batch_size': 1, 'per_device_eval_batch_size': 1, 'gradient_accumulation_steps': 48, 'gradient_checkpointing': True, 'lr': 0.0001, 'lr_scheduler_type': <SchedulerType.COSINE: 'cosine'>, 'lr_warmup_ratio': 0.1, 'weight_decay': 0.0, 'seed': 42, 'fp16': False, 'bf16': True, 'tf32': False, 'lora_r': 16, 'lora_alpha': 32, 'lora_dropout': 0.05, 'eval_strategy': 'epoch', 'eval_interval': 1000000, 'need_eval': True, 'eval_split_ratio': None, 'output_dir': '/home/panda/pda-llm/output/sft-tools/run-false-1-10', 'log_type': 'wandb', 'log_dir': '/home/panda/pda-llm/output/sft-tools/run-false-1-10', 'log_project': 'TOOLS-SFT', 'log_run_name': 'tools-sft-2025-05-08-21-21-54', 'save_16bit': False, 'save_interval': 1000000, 'local_rank': 0, 'zero_stage': 0, 'offload': 'none', 'deepspeed': False, 'deepspeed_config': None, 'deepscale': False, 'deepscale_config': None, 'global_rank': 0, 'device': device(type='cuda', index=0), 'num_update_steps_per_epoch': 118, 'total_training_steps': 354, '_wandb': {}}
11
+ 2025-05-08 21:21:54,556 INFO MainThread:1548317 [wandb_init.py:init():893] starting backend
12
+ 2025-05-08 21:21:54,556 INFO MainThread:1548317 [wandb_init.py:init():897] sending inform_init request
13
+ 2025-05-08 21:21:54,558 INFO MainThread:1548317 [backend.py:_multiprocessing_setup():101] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
14
+ 2025-05-08 21:21:54,558 INFO MainThread:1548317 [wandb_init.py:init():907] backend started and connected
15
+ 2025-05-08 21:21:54,559 INFO MainThread:1548317 [wandb_init.py:init():1002] updated telemetry
16
+ 2025-05-08 21:21:54,564 INFO MainThread:1548317 [wandb_init.py:init():1026] communicating run to backend with 90.0 second timeout
17
+ 2025-05-08 21:21:54,882 INFO MainThread:1548317 [wandb_init.py:init():1101] starting run threads in backend
18
+ 2025-05-08 21:21:54,947 INFO MainThread:1548317 [wandb_run.py:_console_start():2566] atexit reg
19
+ 2025-05-08 21:21:54,947 INFO MainThread:1548317 [wandb_run.py:_redirect():2414] redirect: wrap_raw
20
+ 2025-05-08 21:21:54,947 INFO MainThread:1548317 [wandb_run.py:_redirect():2483] Wrapping output streams.
21
+ 2025-05-08 21:21:54,947 INFO MainThread:1548317 [wandb_run.py:_redirect():2506] Redirects installed.
22
+ 2025-05-08 21:21:54,948 INFO MainThread:1548317 [wandb_init.py:init():1147] run started, returning control to user process
23
+ 2025-05-09 00:28:41,160 INFO MainThread:1548317 [wandb_run.py:_finish():2314] finishing run alelab/TOOLS-SFT/is8630ik
24
+ 2025-05-09 00:28:41,162 INFO MainThread:1548317 [wandb_run.py:_atexit_cleanup():2531] got exitcode: 0
25
+ 2025-05-09 00:28:41,162 INFO MainThread:1548317 [wandb_run.py:_restore():2513] restore
26
+ 2025-05-09 00:28:41,162 INFO MainThread:1548317 [wandb_run.py:_restore():2519] restore done
27
+ 2025-05-09 00:28:41,762 INFO MainThread:1548317 [wandb_run.py:_footer_history_summary_info():4160] rendering history
28
+ 2025-05-09 00:28:41,765 INFO MainThread:1548317 [wandb_run.py:_footer_history_summary_info():4192] rendering summary
29
+ 2025-05-09 00:28:41,773 INFO MainThread:1548317 [wandb_run.py:_footer_sync_info():4121] logging synced files
wandb/run-20250508_005928-1jhxkbtl/files/config.yaml ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ _wandb:
2
+ value:
3
+ cli_version: 0.19.10
4
+ m: []
5
+ python_version: 3.11.11
6
+ t:
7
+ "1":
8
+ - 1
9
+ - 11
10
+ - 49
11
+ - 51
12
+ - 55
13
+ - 71
14
+ - 98
15
+ "2":
16
+ - 1
17
+ - 11
18
+ - 49
19
+ - 51
20
+ - 55
21
+ - 71
22
+ - 98
23
+ "3":
24
+ - 2
25
+ - 13
26
+ - 16
27
+ - 23
28
+ - 55
29
+ "4": 3.11.11
30
+ "5": 0.19.10
31
+ "6": 4.49.0
32
+ "8":
33
+ - 5
34
+ "12": 0.19.10
35
+ "13": linux-x86_64
36
+ bf16:
37
+ value: false
38
+ cache_dir:
39
+ value: /home/panda/pda-llm/cache/sft-tools
40
+ deepscale:
41
+ value: false
42
+ deepscale_config:
43
+ value: null
44
+ deepspeed:
45
+ value: false
46
+ deepspeed_config:
47
+ value: null
48
+ device:
49
+ value: cuda:0
50
+ epochs:
51
+ value: 3
52
+ eval_datasets:
53
+ value: null
54
+ eval_interval:
55
+ value: 1000000
56
+ eval_split_ratio:
57
+ value: null
58
+ eval_strategy:
59
+ value: epoch
60
+ fp16:
61
+ value: true
62
+ global_rank:
63
+ value: 0
64
+ gradient_accumulation_steps:
65
+ value: 12
66
+ gradient_checkpointing:
67
+ value: true
68
+ important_sft:
69
+ value: false
70
+ local_rank:
71
+ value: 0
72
+ log_dir:
73
+ value: /home/panda/pda-llm/output/sft-tools/run-false-1-10
74
+ log_project:
75
+ value: TOOLS-SFT
76
+ log_run_name:
77
+ value: tools-sft-2025-05-08-00-59-27
78
+ log_type:
79
+ value: wandb
80
+ lora_alpha:
81
+ value: 32
82
+ lora_dropout:
83
+ value: 0.05
84
+ lora_r:
85
+ value: 16
86
+ lr:
87
+ value: 0.0001
88
+ lr_scheduler_type:
89
+ value: COSINE
90
+ lr_warmup_ratio:
91
+ value: 0.1
92
+ max_length:
93
+ value: 4096
94
+ model_name_or_path:
95
+ value: meta-llama/Llama-3.1-8B-Instruct
96
+ need_eval:
97
+ value: true
98
+ num_update_steps_per_epoch:
99
+ value: 236
100
+ offload:
101
+ value: none
102
+ output_dir:
103
+ value: /home/panda/pda-llm/output/sft-tools/run-false-1-10
104
+ per_device_eval_batch_size:
105
+ value: 4
106
+ per_device_train_batch_size:
107
+ value: 4
108
+ recompute_baseline:
109
+ value: false
110
+ resilient_coeff:
111
+ value: 1
112
+ safety_ratio_tol:
113
+ value: 10
114
+ save_16bit:
115
+ value: false
116
+ save_interval:
117
+ value: 1000000
118
+ seed:
119
+ value: 42
120
+ tf32:
121
+ value: true
122
+ total_training_steps:
123
+ value: 708
124
+ train_datasets:
125
+ value:
126
+ - - tools
127
+ - proportion: 1
128
+ trust_remote_code:
129
+ value: true
130
+ weight_decay:
131
+ value: 0
132
+ zero_stage:
133
+ value: 0
wandb/run-20250508_005928-1jhxkbtl/files/output.log ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ***** Running training *****
2
+ Training 1/3 epoch: 0%| | 0/8475 [00:00<?, ?it/s]Traceback (most recent call last):
3
+
4
+ ***** Evaluating at the beginning *****
5
+ File "<frozen runpy>", line 198, in _run_module_as_main
6
+ File "<frozen runpy>", line 88, in _run_code
7
+ File "/home/panda/pda-llm/safe_rlhf/algorithms/tools_ft/__main__.py", line 23, in <module>
8
+ sys.exit(main())
9
+ ^^^^^^
10
+ File "/home/panda/pda-llm/safe_rlhf/algorithms/tools_ft/main.py", line 366, in main
11
+ trainer.train()
12
+ File "/home/panda/pda-llm/safe_rlhf/trainers/supervised_tools_trainer.py", line 292, in train
13
+ self.logger.log(self.eval(), step=0)
14
+ ^^^^^^^^^^^
15
+ File "/home/panda/pda-llm/safe_rlhf/trainers/supervised_tools_trainer.py", line 344, in eval
16
+ is_important = batch['is_important']
17
+ ~~~~~^^^^^^^^^^^^^^^^
18
+ KeyError: 'is_important'
19
+ [rank0]: Traceback (most recent call last):
20
+ [rank0]: File "<frozen runpy>", line 198, in _run_module_as_main
21
+ [rank0]: File "<frozen runpy>", line 88, in _run_code
22
+ [rank0]: File "/home/panda/pda-llm/safe_rlhf/algorithms/tools_ft/__main__.py", line 23, in <module>
23
+ [rank0]: sys.exit(main())
24
+ [rank0]: ^^^^^^
25
+ [rank0]: File "/home/panda/pda-llm/safe_rlhf/algorithms/tools_ft/main.py", line 366, in main
26
+ [rank0]: trainer.train()
27
+ [rank0]: File "/home/panda/pda-llm/safe_rlhf/trainers/supervised_tools_trainer.py", line 292, in train
28
+ [rank0]: self.logger.log(self.eval(), step=0)
29
+ [rank0]: ^^^^^^^^^^^
30
+ [rank0]: File "/home/panda/pda-llm/safe_rlhf/trainers/supervised_tools_trainer.py", line 344, in eval
31
+ [rank0]: is_important = batch['is_important']
32
+ [rank0]: ~~~~~^^^^^^^^^^^^^^^^
33
+ [rank0]: KeyError: 'is_important'
wandb/run-20250508_005928-1jhxkbtl/files/requirements.txt ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ PySocks==1.7.1
2
+ certifi==2025.4.26
3
+ nvidia-ml-py==12.535.133
4
+ mkl_fft==1.3.11
5
+ urllib3==2.3.0
6
+ charset-normalizer==3.3.2
7
+ smmap==4.0.0
8
+ xxhash==3.5.0
9
+ tzdata==2025.2
10
+ deepspeed==0.16.7
11
+ gmpy2==2.2.1
12
+ pydantic==2.10.3
13
+ tqdm==4.67.1
14
+ pyparsing==3.2.0
15
+ Markdown==3.8
16
+ pydantic_core==2.27.1
17
+ hjson==3.1.0
18
+ mkl_random==1.2.8
19
+ sentry-sdk==2.18.0
20
+ tokenizers==0.21.0
21
+ wandb==0.19.10
22
+ einops==0.8.1
23
+ Bottleneck==1.4.2
24
+ msgpack==1.1.0
25
+ fsspec==2024.12.0
26
+ mdurl==0.1.0
27
+ wheel==0.45.1
28
+ networkx==3.4.2
29
+ nvitop==1.5.0
30
+ sympy==1.13.1
31
+ MarkupSafe==3.0.2
32
+ numexpr==2.10.1
33
+ tensorboard_data_server==0.7.0
34
+ markdown-it-py==2.2.0
35
+ six==1.17.0
36
+ idna==3.7
37
+ docker-pycreds==0.4.0
38
+ GitPython==3.1.43
39
+ ninja==1.11.1.4
40
+ fonttools==4.55.3
41
+ annotated-types==0.6.0
42
+ cycler==0.11.0
43
+ py-cpuinfo==9.0.0
44
+ accelerate==1.6.0
45
+ filelock==3.17.0
46
+ pytz==2024.1
47
+ rich==13.9.4
48
+ appdirs==1.4.4
49
+ click==8.1.8
50
+ Jinja2==3.1.6
51
+ unicodedata2==15.1.0
52
+ pillow==11.1.0
53
+ transformers==4.49.0
54
+ peft==0.15.2
55
+ python-dateutil==2.9.0.post0
56
+ requests==2.32.3
57
+ Werkzeug==3.1.3
58
+ setuptools==78.1.1
59
+ gitdb==4.0.7
60
+ torch==2.5.1
61
+ scipy==1.15.2
62
+ sentencepiece==0.2.0
63
+ dill==0.3.8
64
+ psutil==5.9.0
65
+ contourpy==1.3.1
66
+ grpcio==1.71.0
67
+ optree==0.14.1
68
+ safetensors==0.5.3
69
+ mpmath==1.3.0
70
+ packaging==24.2
71
+ pyarrow==19.0.0
72
+ PyYAML==6.0.2
73
+ pandas==2.2.3
74
+ tensorboard==2.19.0
75
+ regex==2024.11.6
76
+ pip==25.1
77
+ Brotli==1.0.9
78
+ mkl-service==2.4.0
79
+ matplotlib==3.10.0
80
+ Pygments==2.19.1
81
+ absl-py==2.1.0
82
+ triton==3.1.0
83
+ multiprocess==0.70.15
84
+ platformdirs==4.3.7
85
+ numpy==2.0.1
86
+ protobuf==5.29.3
87
+ datasets==3.6.0
88
+ eval_type_backport==0.2.2
89
+ typing_extensions==4.12.2
90
+ kiwisolver==1.4.8
91
+ setproctitle==1.2.2
92
+ huggingface_hub==0.29.2
93
+ jaraco.text==3.12.1
94
+ backports.tarfile==1.2.0
95
+ importlib_metadata==8.0.0
96
+ jaraco.context==5.3.0
97
+ more-itertools==10.3.0
98
+ wheel==0.45.1
99
+ jaraco.collections==5.1.0
100
+ platformdirs==4.2.2
101
+ autocommand==2.2.2
102
+ zipp==3.19.2
103
+ tomli==2.0.1
104
+ typeguard==4.3.0
105
+ packaging==24.2
106
+ inflect==7.3.1
107
+ typing_extensions==4.12.2
108
+ jaraco.functools==4.0.1
wandb/run-20250508_005928-1jhxkbtl/files/wandb-metadata.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-5.15.0-138-generic-x86_64-with-glibc2.31",
3
+ "python": "CPython 3.11.11",
4
+ "startedAt": "2025-05-08T04:59:28.129836Z",
5
+ "args": [
6
+ "--local_rank=0",
7
+ "--train_datasets",
8
+ "tools",
9
+ "--model_name_or_path",
10
+ "meta-llama/Llama-3.1-8B-Instruct",
11
+ "--cache_dir",
12
+ "/home/panda/pda-llm/cache/sft-tools",
13
+ "--important_sft",
14
+ "false",
15
+ "--max_length",
16
+ "4096",
17
+ "--trust_remote_code",
18
+ "True",
19
+ "--epochs",
20
+ "3",
21
+ "--per_device_train_batch_size",
22
+ "4",
23
+ "--per_device_eval_batch_size",
24
+ "4",
25
+ "--gradient_accumulation_steps",
26
+ "12",
27
+ "--gradient_checkpointing",
28
+ "--learning_rate",
29
+ "1e-4",
30
+ "--lr_scheduler_type",
31
+ "cosine",
32
+ "--lr_warmup_ratio",
33
+ "0.1",
34
+ "--weight_decay",
35
+ "0.0",
36
+ "--seed",
37
+ "42",
38
+ "--output_dir",
39
+ "/home/panda/pda-llm/output/sft-tools/run-false-1-10",
40
+ "--log_type",
41
+ "wandb",
42
+ "--log_project",
43
+ "TOOLS-SFT",
44
+ "--zero_stage",
45
+ "0",
46
+ "--offload",
47
+ "none",
48
+ "--safety_ratio_tol",
49
+ "10",
50
+ "--resilient_coeff",
51
+ "1",
52
+ "--lora_r",
53
+ "16",
54
+ "--lora_alpha",
55
+ "32",
56
+ "--lora_dropout",
57
+ "0.05",
58
+ "--bf16",
59
+ "False",
60
+ "--fp16",
61
+ "True",
62
+ "--tf32",
63
+ "True"
64
+ ],
65
+ "program": "-m safe_rlhf.algorithms.tools_ft.__main__",
66
+ "git": {
67
+ "remote": "git@github.com:IgnacioBoero/pda-llm.git",
68
+ "commit": "2f331e2abf3b7b76829bc02cfb20143a948f9298"
69
+ },
70
+ "email": "iboero@upenn.edu",
71
+ "root": "/home/panda/pda-llm/output/sft-tools/run-false-1-10",
72
+ "host": "plaza",
73
+ "executable": "/home/panda/miniconda3/envs/pda/bin/python",
74
+ "cpu_count": 24,
75
+ "cpu_count_logical": 48,
76
+ "gpu": "NVIDIA RTX A6000",
77
+ "gpu_count": 2,
78
+ "disk": {
79
+ "/": {
80
+ "total": "982820896768",
81
+ "used": "886362767360"
82
+ }
83
+ },
84
+ "memory": {
85
+ "total": "270090010624"
86
+ },
87
+ "cpu": {
88
+ "count": 24,
89
+ "countLogical": 48
90
+ },
91
+ "gpu_nvidia": [
92
+ {
93
+ "name": "NVIDIA RTX A6000",
94
+ "memoryTotal": "51527024640",
95
+ "cudaCores": 10752,
96
+ "architecture": "Ampere"
97
+ },
98
+ {
99
+ "name": "NVIDIA RTX A6000",
100
+ "memoryTotal": "51527024640",
101
+ "cudaCores": 10752,
102
+ "architecture": "Ampere"
103
+ }
104
+ ],
105
+ "cudaVersion": "12.4"
106
+ }
wandb/run-20250508_005928-1jhxkbtl/files/wandb-summary.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"_wandb":{"runtime":0}}
wandb/run-20250508_005928-1jhxkbtl/logs/debug-core.log ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2025-05-08T00:59:27.792254317-04:00","level":"INFO","msg":"main: starting server","port-filename":"/tmp/tmpgz00y30n/port-770208.txt","pid":770208,"log-level":0,"disable-analytics":false,"shutdown-on-parent-exit":false}
2
+ {"time":"2025-05-08T00:59:27.798415148-04:00","level":"INFO","msg":"Will exit if parent process dies.","ppid":770208}
3
+ {"time":"2025-05-08T00:59:27.798422588-04:00","level":"INFO","msg":"server is running","addr":{"IP":"127.0.0.1","Port":34881,"Zone":""}}
4
+ {"time":"2025-05-08T00:59:27.976670485-04:00","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"127.0.0.1:41134"}
5
+ {"time":"2025-05-08T00:59:28.131725052-04:00","level":"INFO","msg":"handleInformInit: received","streamId":"1jhxkbtl","id":"127.0.0.1:41134"}
6
+ {"time":"2025-05-08T00:59:28.326665772-04:00","level":"INFO","msg":"handleInformInit: stream started","streamId":"1jhxkbtl","id":"127.0.0.1:41134"}
7
+ {"time":"2025-05-08T00:59:29.41791717-04:00","level":"INFO","msg":"handleInformFinish: finish message received","streamId":"1jhxkbtl","id":"127.0.0.1:41134"}
8
+ {"time":"2025-05-08T00:59:29.418040741-04:00","level":"INFO","msg":"handleInformFinish: stream closed","streamId":"1jhxkbtl","id":"127.0.0.1:41134"}
9
+ {"time":"2025-05-08T00:59:30.418475132-04:00","level":"INFO","msg":"handleInformTeardown: server teardown initiated","id":"127.0.0.1:41134"}
10
+ {"time":"2025-05-08T00:59:30.418514823-04:00","level":"INFO","msg":"handleInformTeardown: server shutdown complete","id":"127.0.0.1:41134"}
11
+ {"time":"2025-05-08T00:59:30.418524663-04:00","level":"INFO","msg":"server is shutting down"}
12
+ {"time":"2025-05-08T00:59:30.418559823-04:00","level":"INFO","msg":"connection: closing","id":"127.0.0.1:41134"}
13
+ {"time":"2025-05-08T00:59:30.418645274-04:00","level":"INFO","msg":"connection: closed successfully","id":"127.0.0.1:41134"}
14
+ {"time":"2025-05-08T00:59:30.418654894-04:00","level":"INFO","msg":"connection: ManageConnectionData: connection closed","id":"127.0.0.1:41134"}
15
+ {"time":"2025-05-08T00:59:30.418665734-04:00","level":"INFO","msg":"server is closed"}
wandb/run-20250508_005928-1jhxkbtl/logs/debug-internal.log ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2025-05-08T00:59:28.132017565-04:00","level":"INFO","msg":"stream: starting","core version":"0.19.10","symlink path":"/home/panda/pda-llm/output/sft-tools/run-false-1-10/wandb/run-20250508_005928-1jhxkbtl/logs/debug-core.log"}
2
+ {"time":"2025-05-08T00:59:28.326622421-04:00","level":"INFO","msg":"created new stream","id":"1jhxkbtl"}
3
+ {"time":"2025-05-08T00:59:28.326657422-04:00","level":"INFO","msg":"stream: started","id":"1jhxkbtl"}
4
+ {"time":"2025-05-08T00:59:28.326676812-04:00","level":"INFO","msg":"writer: Do: started","stream_id":"1jhxkbtl"}
5
+ {"time":"2025-05-08T00:59:28.326745383-04:00","level":"INFO","msg":"sender: started","stream_id":"1jhxkbtl"}
6
+ {"time":"2025-05-08T00:59:28.326827564-04:00","level":"INFO","msg":"handler: started","stream_id":"1jhxkbtl"}
7
+ {"time":"2025-05-08T00:59:28.55136741-04:00","level":"INFO","msg":"Starting system monitor"}
8
+ {"time":"2025-05-08T00:59:28.551407061-04:00","level":"WARN","msg":"handleCodeSave: program relative path is empty"}
9
+ {"time":"2025-05-08T00:59:28.551479361-04:00","level":"ERROR","msg":"git repo not found","error":"repository does not exist"}
10
+ {"time":"2025-05-08T00:59:28.645082906-04:00","level":"INFO","msg":"Stopping system monitor"}
11
+ {"time":"2025-05-08T00:59:28.645130137-04:00","level":"INFO","msg":"Stopped system monitor"}
12
+ {"time":"2025-05-08T00:59:29.314315271-04:00","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
13
+ {"time":"2025-05-08T00:59:29.414164881-04:00","level":"INFO","msg":"handler: operation stats","stats":{}}
14
+ {"time":"2025-05-08T00:59:29.417948-04:00","level":"INFO","msg":"stream: closing","id":"1jhxkbtl"}
15
+ {"time":"2025-05-08T00:59:29.41796369-04:00","level":"INFO","msg":"handler: closed","stream_id":"1jhxkbtl"}
16
+ {"time":"2025-05-08T00:59:29.41797832-04:00","level":"INFO","msg":"sender: closed","stream_id":"1jhxkbtl"}
17
+ {"time":"2025-05-08T00:59:29.41797466-04:00","level":"INFO","msg":"writer: Close: closed","stream_id":"1jhxkbtl"}
18
+ {"time":"2025-05-08T00:59:29.418031771-04:00","level":"INFO","msg":"stream: closed","id":"1jhxkbtl"}
wandb/run-20250508_005928-1jhxkbtl/logs/debug.log ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2025-05-08 00:59:28,127 INFO MainThread:770208 [wandb_setup.py:_flush():68] Current SDK version is 0.19.10
2
+ 2025-05-08 00:59:28,127 INFO MainThread:770208 [wandb_setup.py:_flush():68] Configure stats pid to 770208
3
+ 2025-05-08 00:59:28,127 INFO MainThread:770208 [wandb_setup.py:_flush():68] Loading settings from /home/panda/.config/wandb/settings
4
+ 2025-05-08 00:59:28,127 INFO MainThread:770208 [wandb_setup.py:_flush():68] Loading settings from /home/panda/pda-llm/scripts/wandb/settings
5
+ 2025-05-08 00:59:28,127 INFO MainThread:770208 [wandb_setup.py:_flush():68] Loading settings from environment variables
6
+ 2025-05-08 00:59:28,127 INFO MainThread:770208 [wandb_init.py:setup_run_log_directory():724] Logging user logs to /home/panda/pda-llm/output/sft-tools/run-false-1-10/wandb/run-20250508_005928-1jhxkbtl/logs/debug.log
7
+ 2025-05-08 00:59:28,127 INFO MainThread:770208 [wandb_init.py:setup_run_log_directory():725] Logging internal logs to /home/panda/pda-llm/output/sft-tools/run-false-1-10/wandb/run-20250508_005928-1jhxkbtl/logs/debug-internal.log
8
+ 2025-05-08 00:59:28,127 INFO MainThread:770208 [wandb_init.py:init():852] calling init triggers
9
+ 2025-05-08 00:59:28,127 INFO MainThread:770208 [wandb_init.py:init():857] wandb.init called with sweep_config: {}
10
+ config: {'model_name_or_path': 'meta-llama/Llama-3.1-8B-Instruct', 'recompute_baseline': False, 'cache_dir': '/home/panda/pda-llm/cache/sft-tools', 'max_length': 4096, 'trust_remote_code': True, 'train_datasets': [('tools', {'proportion': 1.0})], 'eval_datasets': None, 'safety_ratio_tol': 10.0, 'important_sft': False, 'resilient_coeff': 1.0, 'epochs': 3, 'per_device_train_batch_size': 4, 'per_device_eval_batch_size': 4, 'gradient_accumulation_steps': 12, 'gradient_checkpointing': True, 'lr': 0.0001, 'lr_scheduler_type': <SchedulerType.COSINE: 'cosine'>, 'lr_warmup_ratio': 0.1, 'weight_decay': 0.0, 'seed': 42, 'fp16': True, 'bf16': False, 'tf32': True, 'lora_r': 16, 'lora_alpha': 32, 'lora_dropout': 0.05, 'eval_strategy': 'epoch', 'eval_interval': 1000000, 'need_eval': True, 'eval_split_ratio': None, 'output_dir': '/home/panda/pda-llm/output/sft-tools/run-false-1-10', 'log_type': 'wandb', 'log_dir': '/home/panda/pda-llm/output/sft-tools/run-false-1-10', 'log_project': 'TOOLS-SFT', 'log_run_name': 'tools-sft-2025-05-08-00-59-27', 'save_16bit': False, 'save_interval': 1000000, 'local_rank': 0, 'zero_stage': 0, 'offload': 'none', 'deepspeed': False, 'deepspeed_config': None, 'deepscale': False, 'deepscale_config': None, 'global_rank': 0, 'device': device(type='cuda', index=0), 'num_update_steps_per_epoch': 236, 'total_training_steps': 708, '_wandb': {}}
11
+ 2025-05-08 00:59:28,127 INFO MainThread:770208 [wandb_init.py:init():893] starting backend
12
+ 2025-05-08 00:59:28,127 INFO MainThread:770208 [wandb_init.py:init():897] sending inform_init request
13
+ 2025-05-08 00:59:28,129 INFO MainThread:770208 [backend.py:_multiprocessing_setup():101] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
14
+ 2025-05-08 00:59:28,129 INFO MainThread:770208 [wandb_init.py:init():907] backend started and connected
15
+ 2025-05-08 00:59:28,131 INFO MainThread:770208 [wandb_init.py:init():1002] updated telemetry
16
+ 2025-05-08 00:59:28,136 INFO MainThread:770208 [wandb_init.py:init():1026] communicating run to backend with 90.0 second timeout
17
+ 2025-05-08 00:59:28,548 INFO MainThread:770208 [wandb_init.py:init():1101] starting run threads in backend
18
+ 2025-05-08 00:59:28,603 INFO MainThread:770208 [wandb_run.py:_console_start():2566] atexit reg
19
+ 2025-05-08 00:59:28,604 INFO MainThread:770208 [wandb_run.py:_redirect():2414] redirect: wrap_raw
20
+ 2025-05-08 00:59:28,604 INFO MainThread:770208 [wandb_run.py:_redirect():2483] Wrapping output streams.
21
+ 2025-05-08 00:59:28,604 INFO MainThread:770208 [wandb_run.py:_redirect():2506] Redirects installed.
22
+ 2025-05-08 00:59:28,605 INFO MainThread:770208 [wandb_init.py:init():1147] run started, returning control to user process
23
+ 2025-05-08 00:59:28,613 INFO MainThread:770208 [wandb_run.py:_finish():2314] finishing run alelab/TOOLS-SFT/1jhxkbtl
24
+ 2025-05-08 00:59:28,613 INFO MainThread:770208 [wandb_run.py:_atexit_cleanup():2531] got exitcode: 0
25
+ 2025-05-08 00:59:28,613 INFO MainThread:770208 [wandb_run.py:_restore():2513] restore
26
+ 2025-05-08 00:59:28,613 INFO MainThread:770208 [wandb_run.py:_restore():2519] restore done
27
+ 2025-05-08 00:59:29,417 INFO MainThread:770208 [wandb_run.py:_footer_history_summary_info():4160] rendering history
28
+ 2025-05-08 00:59:29,417 INFO MainThread:770208 [wandb_run.py:_footer_history_summary_info():4192] rendering summary
29
+ 2025-05-08 00:59:29,417 INFO MainThread:770208 [wandb_run.py:_footer_sync_info():4121] logging synced files
wandb/run-20250508_005928-1jhxkbtl/run-1jhxkbtl.wandb ADDED
Binary file (5.79 kB). View file
 
wandb/run-20250508_160817-0lem0nck/files/output.log ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ ***** Running training *****
2
+ Training 1/3 epoch (loss 0.1149): 0%| | 10/16950 [00:05<2:23:52, 1.96it/s]
wandb/run-20250508_160817-0lem0nck/files/requirements.txt ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ PySocks==1.7.1
2
+ pip==25.1.1
3
+ certifi==2025.4.26
4
+ parso==0.8.4
5
+ wcwidth==0.2.13
6
+ nvidia-ml-py==12.535.133
7
+ mkl_fft==1.3.11
8
+ urllib3==2.3.0
9
+ charset-normalizer==3.3.2
10
+ transformers==4.51.3
11
+ smmap==4.0.0
12
+ xxhash==3.5.0
13
+ platformdirs==4.3.8
14
+ tzdata==2025.2
15
+ ipython==9.2.0
16
+ deepspeed==0.16.7
17
+ gmpy2==2.2.1
18
+ pydantic==2.10.3
19
+ tqdm==4.67.1
20
+ pyparsing==3.2.0
21
+ exceptiongroup==1.2.2
22
+ tokenizers==0.21.1
23
+ Markdown==3.8
24
+ matplotlib-inline==0.1.7
25
+ jupyter_core==5.7.2
26
+ pydantic_core==2.27.1
27
+ hjson==3.1.0
28
+ mkl_random==1.2.8
29
+ ipykernel==6.29.5
30
+ sentry-sdk==2.18.0
31
+ wandb==0.19.10
32
+ einops==0.8.1
33
+ prompt_toolkit==3.0.51
34
+ Bottleneck==1.4.2
35
+ msgpack==1.1.0
36
+ fsspec==2024.12.0
37
+ mdurl==0.1.0
38
+ executing==2.2.0
39
+ wheel==0.45.1
40
+ bitsandbytes==0.45.5
41
+ networkx==3.4.2
42
+ comm==0.2.2
43
+ asttokens==3.0.0
44
+ nvitop==1.5.0
45
+ sympy==1.13.1
46
+ MarkupSafe==3.0.2
47
+ numexpr==2.10.1
48
+ tensorboard_data_server==0.7.0
49
+ markdown-it-py==2.2.0
50
+ six==1.17.0
51
+ idna==3.7
52
+ docker-pycreds==0.4.0
53
+ jedi==0.19.2
54
+ GitPython==3.1.43
55
+ pure_eval==0.2.3
56
+ ninja==1.11.1.4
57
+ setuptools==80.1.0
58
+ fonttools==4.55.3
59
+ annotated-types==0.6.0
60
+ psutil==7.0.0
61
+ cycler==0.11.0
62
+ py-cpuinfo==9.0.0
63
+ accelerate==1.6.0
64
+ filelock==3.17.0
65
+ pytz==2024.1
66
+ rich==13.9.4
67
+ appdirs==1.4.4
68
+ click==8.1.8
69
+ Jinja2==3.1.6
70
+ unicodedata2==15.1.0
71
+ pillow==11.1.0
72
+ traitlets==5.14.3
73
+ stack_data==0.6.3
74
+ peft==0.15.2
75
+ python-dateutil==2.9.0.post0
76
+ requests==2.32.3
77
+ Werkzeug==3.1.3
78
+ gitdb==4.0.7
79
+ torch==2.5.1
80
+ scipy==1.15.2
81
+ sentencepiece==0.2.0
82
+ huggingface-hub==0.31.1
83
+ dill==0.3.8
84
+ pexpect==4.9.0
85
+ pickleshare==0.7.5
86
+ ptyprocess==0.7.0
87
+ contourpy==1.3.1
88
+ grpcio==1.71.0
89
+ optree==0.14.1
90
+ safetensors==0.5.3
91
+ mpmath==1.3.0
92
+ nest_asyncio==1.6.0
93
+ pyarrow==19.0.0
94
+ PyYAML==6.0.2
95
+ decorator==5.2.1
96
+ pandas==2.2.3
97
+ tensorboard==2.19.0
98
+ zipp==3.21.0
99
+ regex==2024.11.6
100
+ Brotli==1.0.9
101
+ mkl-service==2.4.0
102
+ matplotlib==3.10.0
103
+ Pygments==2.19.1
104
+ absl-py==2.1.0
105
+ hf-xet==1.1.0
106
+ packaging==25.0
107
+ jupyter_client==8.6.3
108
+ triton==3.1.0
109
+ multiprocess==0.70.15
110
+ debugpy==1.8.14
111
+ numpy==2.0.1
112
+ protobuf==5.29.3
113
+ tornado==6.4.2
114
+ datasets==3.6.0
115
+ eval_type_backport==0.2.2
116
+ typing_extensions==4.12.2
117
+ kiwisolver==1.4.8
118
+ pyzmq==26.4.0
119
+ ipython_pygments_lexers==1.1.1
120
+ setproctitle==1.2.2
121
+ importlib_metadata==8.6.1
122
+ jaraco.text==3.12.1
123
+ backports.tarfile==1.2.0
124
+ importlib_metadata==8.0.0
125
+ jaraco.context==5.3.0
126
+ more-itertools==10.3.0
127
+ wheel==0.45.1
128
+ jaraco.collections==5.1.0
129
+ platformdirs==4.2.2
130
+ autocommand==2.2.2
131
+ zipp==3.19.2
132
+ tomli==2.0.1
133
+ typeguard==4.3.0
134
+ packaging==24.2
135
+ inflect==7.3.1
136
+ typing_extensions==4.12.2
137
+ jaraco.functools==4.0.1
wandb/run-20250508_160817-0lem0nck/files/wandb-metadata.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-5.15.0-138-generic-x86_64-with-glibc2.31",
3
+ "python": "CPython 3.11.11",
4
+ "startedAt": "2025-05-08T20:08:17.504166Z",
5
+ "args": [
6
+ "--local_rank=0",
7
+ "--train_datasets",
8
+ "tools",
9
+ "--model_name_or_path",
10
+ "meta-llama/Llama-3.1-8B-Instruct",
11
+ "--cache_dir",
12
+ "/home/panda/pda-llm/cache/sft-tools",
13
+ "--important_sft",
14
+ "false",
15
+ "--max_length",
16
+ "4096",
17
+ "--trust_remote_code",
18
+ "True",
19
+ "--epochs",
20
+ "3",
21
+ "--per_device_train_batch_size",
22
+ "1",
23
+ "--per_device_eval_batch_size",
24
+ "1",
25
+ "--gradient_accumulation_steps",
26
+ "48",
27
+ "--gradient_checkpointing",
28
+ "--learning_rate",
29
+ "1e-4",
30
+ "--lr_scheduler_type",
31
+ "cosine",
32
+ "--lr_warmup_ratio",
33
+ "0.1",
34
+ "--weight_decay",
35
+ "0.0",
36
+ "--seed",
37
+ "42",
38
+ "--output_dir",
39
+ "/home/panda/pda-llm/output/sft-tools/run-false-1-10",
40
+ "--log_type",
41
+ "wandb",
42
+ "--log_project",
43
+ "TOOLS-SFT",
44
+ "--zero_stage",
45
+ "0",
46
+ "--offload",
47
+ "none",
48
+ "--safety_ratio_tol",
49
+ "10",
50
+ "--resilient_coeff",
51
+ "1",
52
+ "--lora_r",
53
+ "16",
54
+ "--lora_alpha",
55
+ "32",
56
+ "--lora_dropout",
57
+ "0.05",
58
+ "--bf16",
59
+ "False",
60
+ "--fp16",
61
+ "True",
62
+ "--tf32",
63
+ "False"
64
+ ],
65
+ "program": "-m safe_rlhf.algorithms.tools_ft.__main__",
66
+ "git": {
67
+ "remote": "git@github.com:IgnacioBoero/pda-llm.git",
68
+ "commit": "3e25c5a329b7cfcf30b4af51d00c42fd38478aba"
69
+ },
70
+ "email": "iboero@upenn.edu",
71
+ "root": "/home/panda/pda-llm/output/sft-tools/run-false-1-10",
72
+ "host": "plaza",
73
+ "executable": "/home/panda/miniconda3/envs/pda/bin/python",
74
+ "cpu_count": 24,
75
+ "cpu_count_logical": 48,
76
+ "gpu": "NVIDIA RTX A6000",
77
+ "gpu_count": 2,
78
+ "disk": {
79
+ "/": {
80
+ "total": "982820896768",
81
+ "used": "888964751360"
82
+ }
83
+ },
84
+ "memory": {
85
+ "total": "270090010624"
86
+ },
87
+ "cpu": {
88
+ "count": 24,
89
+ "countLogical": 48
90
+ },
91
+ "gpu_nvidia": [
92
+ {
93
+ "name": "NVIDIA RTX A6000",
94
+ "memoryTotal": "51527024640",
95
+ "cudaCores": 10752,
96
+ "architecture": "Ampere"
97
+ },
98
+ {
99
+ "name": "NVIDIA RTX A6000",
100
+ "memoryTotal": "51527024640",
101
+ "cudaCores": 10752,
102
+ "architecture": "Ampere"
103
+ }
104
+ ],
105
+ "cudaVersion": "12.4"
106
+ }
wandb/run-20250508_160817-0lem0nck/logs/debug-core.log ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {"time":"2025-05-08T16:08:17.190213216-04:00","level":"INFO","msg":"main: starting server","port-filename":"/tmp/tmpmnui6ecd/port-1356767.txt","pid":1356767,"log-level":0,"disable-analytics":false,"shutdown-on-parent-exit":false}
2
+ {"time":"2025-05-08T16:08:17.196180277-04:00","level":"INFO","msg":"Will exit if parent process dies.","ppid":1356767}
3
+ {"time":"2025-05-08T16:08:17.196169706-04:00","level":"INFO","msg":"server is running","addr":{"IP":"127.0.0.1","Port":33129,"Zone":""}}
4
+ {"time":"2025-05-08T16:08:17.376078695-04:00","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"127.0.0.1:43214"}
5
+ {"time":"2025-05-08T16:08:17.506096175-04:00","level":"INFO","msg":"handleInformInit: received","streamId":"0lem0nck","id":"127.0.0.1:43214"}
6
+ {"time":"2025-05-08T16:08:17.699304314-04:00","level":"INFO","msg":"handleInformInit: stream started","streamId":"0lem0nck","id":"127.0.0.1:43214"}
7
+ {"time":"2025-05-08T16:08:23.606079392-04:00","level":"INFO","msg":"received shutdown signal","signal":15}
wandb/run-20250508_160817-0lem0nck/logs/debug-internal.log ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2025-05-08T16:08:17.506377451-04:00","level":"INFO","msg":"stream: starting","core version":"0.19.10","symlink path":"/home/panda/pda-llm/output/sft-tools/run-false-1-10/wandb/run-20250508_160817-0lem0nck/logs/debug-core.log"}
2
+ {"time":"2025-05-08T16:08:17.699250973-04:00","level":"INFO","msg":"created new stream","id":"0lem0nck"}
3
+ {"time":"2025-05-08T16:08:17.699295584-04:00","level":"INFO","msg":"stream: started","id":"0lem0nck"}
4
+ {"time":"2025-05-08T16:08:17.699316065-04:00","level":"INFO","msg":"writer: Do: started","stream_id":"0lem0nck"}
5
+ {"time":"2025-05-08T16:08:17.699320815-04:00","level":"INFO","msg":"handler: started","stream_id":"0lem0nck"}
6
+ {"time":"2025-05-08T16:08:17.699350985-04:00","level":"INFO","msg":"sender: started","stream_id":"0lem0nck"}
7
+ {"time":"2025-05-08T16:08:17.867900772-04:00","level":"INFO","msg":"Starting system monitor"}
8
+ {"time":"2025-05-08T16:08:17.867932482-04:00","level":"WARN","msg":"handleCodeSave: program relative path is empty"}
9
+ {"time":"2025-05-08T16:08:17.867991013-04:00","level":"ERROR","msg":"git repo not found","error":"repository does not exist"}
wandb/run-20250508_160817-0lem0nck/logs/debug.log ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2025-05-08 16:08:17,501 INFO MainThread:1356767 [wandb_setup.py:_flush():68] Current SDK version is 0.19.10
2
+ 2025-05-08 16:08:17,501 INFO MainThread:1356767 [wandb_setup.py:_flush():68] Configure stats pid to 1356767
3
+ 2025-05-08 16:08:17,501 INFO MainThread:1356767 [wandb_setup.py:_flush():68] Loading settings from /home/panda/.config/wandb/settings
4
+ 2025-05-08 16:08:17,501 INFO MainThread:1356767 [wandb_setup.py:_flush():68] Loading settings from /home/panda/pda-llm/scripts/wandb/settings
5
+ 2025-05-08 16:08:17,501 INFO MainThread:1356767 [wandb_setup.py:_flush():68] Loading settings from environment variables
6
+ 2025-05-08 16:08:17,501 INFO MainThread:1356767 [wandb_init.py:setup_run_log_directory():724] Logging user logs to /home/panda/pda-llm/output/sft-tools/run-false-1-10/wandb/run-20250508_160817-0lem0nck/logs/debug.log
7
+ 2025-05-08 16:08:17,501 INFO MainThread:1356767 [wandb_init.py:setup_run_log_directory():725] Logging internal logs to /home/panda/pda-llm/output/sft-tools/run-false-1-10/wandb/run-20250508_160817-0lem0nck/logs/debug-internal.log
8
+ 2025-05-08 16:08:17,501 INFO MainThread:1356767 [wandb_init.py:init():852] calling init triggers
9
+ 2025-05-08 16:08:17,502 INFO MainThread:1356767 [wandb_init.py:init():857] wandb.init called with sweep_config: {}
10
+ config: {'model_name_or_path': 'meta-llama/Llama-3.1-8B-Instruct', 'recompute_baseline': False, 'cache_dir': '/home/panda/pda-llm/cache/sft-tools', 'max_length': 4096, 'trust_remote_code': True, 'train_datasets': [('tools', {'proportion': 1.0})], 'eval_datasets': None, 'safety_ratio_tol': 10.0, 'important_sft': False, 'resilient_coeff': 1.0, 'epochs': 3, 'per_device_train_batch_size': 1, 'per_device_eval_batch_size': 1, 'gradient_accumulation_steps': 48, 'gradient_checkpointing': True, 'lr': 0.0001, 'lr_scheduler_type': <SchedulerType.COSINE: 'cosine'>, 'lr_warmup_ratio': 0.1, 'weight_decay': 0.0, 'seed': 42, 'fp16': True, 'bf16': False, 'tf32': False, 'lora_r': 16, 'lora_alpha': 32, 'lora_dropout': 0.05, 'eval_strategy': 'epoch', 'eval_interval': 1000000, 'need_eval': False, 'eval_split_ratio': None, 'output_dir': '/home/panda/pda-llm/output/sft-tools/run-false-1-10', 'log_type': 'wandb', 'log_dir': '/home/panda/pda-llm/output/sft-tools/run-false-1-10', 'log_project': 'TOOLS-SFT', 'log_run_name': 'tools-sft-2025-05-08-16-08-17', 'save_16bit': False, 'save_interval': 1000000, 'local_rank': 0, 'zero_stage': 0, 'offload': 'none', 'deepspeed': False, 'deepspeed_config': None, 'deepscale': False, 'deepscale_config': None, 'global_rank': 0, 'device': device(type='cuda', index=0), 'num_update_steps_per_epoch': 118, 'total_training_steps': 354, '_wandb': {}}
11
+ 2025-05-08 16:08:17,502 INFO MainThread:1356767 [wandb_init.py:init():893] starting backend
12
+ 2025-05-08 16:08:17,502 INFO MainThread:1356767 [wandb_init.py:init():897] sending inform_init request
13
+ 2025-05-08 16:08:17,503 INFO MainThread:1356767 [backend.py:_multiprocessing_setup():101] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
14
+ 2025-05-08 16:08:17,504 INFO MainThread:1356767 [wandb_init.py:init():907] backend started and connected
15
+ 2025-05-08 16:08:17,505 INFO MainThread:1356767 [wandb_init.py:init():1002] updated telemetry
16
+ 2025-05-08 16:08:17,510 INFO MainThread:1356767 [wandb_init.py:init():1026] communicating run to backend with 90.0 second timeout
17
+ 2025-05-08 16:08:17,865 INFO MainThread:1356767 [wandb_init.py:init():1101] starting run threads in backend
18
+ 2025-05-08 16:08:17,927 INFO MainThread:1356767 [wandb_run.py:_console_start():2566] atexit reg
19
+ 2025-05-08 16:08:17,927 INFO MainThread:1356767 [wandb_run.py:_redirect():2414] redirect: wrap_raw
20
+ 2025-05-08 16:08:17,927 INFO MainThread:1356767 [wandb_run.py:_redirect():2483] Wrapping output streams.
21
+ 2025-05-08 16:08:17,927 INFO MainThread:1356767 [wandb_run.py:_redirect():2506] Redirects installed.
22
+ 2025-05-08 16:08:17,929 INFO MainThread:1356767 [wandb_init.py:init():1147] run started, returning control to user process
wandb/run-20250508_160817-0lem0nck/run-0lem0nck.wandb ADDED
File without changes
wandb/run-20250508_160902-sm1tkrdz/files/output.log ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ ***** Running training *****
2
+ Training 1/3 epoch (loss 0.0966): 0%| | 48/16950 [00:31<3:03:57, 1.53it/s]
wandb/run-20250508_160902-sm1tkrdz/files/requirements.txt ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ PySocks==1.7.1
2
+ pip==25.1.1
3
+ certifi==2025.4.26
4
+ parso==0.8.4
5
+ wcwidth==0.2.13
6
+ nvidia-ml-py==12.535.133
7
+ mkl_fft==1.3.11
8
+ urllib3==2.3.0
9
+ charset-normalizer==3.3.2
10
+ transformers==4.51.3
11
+ smmap==4.0.0
12
+ xxhash==3.5.0
13
+ platformdirs==4.3.8
14
+ tzdata==2025.2
15
+ ipython==9.2.0
16
+ deepspeed==0.16.7
17
+ gmpy2==2.2.1
18
+ pydantic==2.10.3
19
+ tqdm==4.67.1
20
+ pyparsing==3.2.0
21
+ exceptiongroup==1.2.2
22
+ tokenizers==0.21.1
23
+ Markdown==3.8
24
+ matplotlib-inline==0.1.7
25
+ jupyter_core==5.7.2
26
+ pydantic_core==2.27.1
27
+ hjson==3.1.0
28
+ mkl_random==1.2.8
29
+ ipykernel==6.29.5
30
+ sentry-sdk==2.18.0
31
+ wandb==0.19.10
32
+ einops==0.8.1
33
+ prompt_toolkit==3.0.51
34
+ Bottleneck==1.4.2
35
+ msgpack==1.1.0
36
+ fsspec==2024.12.0
37
+ mdurl==0.1.0
38
+ executing==2.2.0
39
+ wheel==0.45.1
40
+ bitsandbytes==0.45.5
41
+ networkx==3.4.2
42
+ comm==0.2.2
43
+ asttokens==3.0.0
44
+ nvitop==1.5.0
45
+ sympy==1.13.1
46
+ MarkupSafe==3.0.2
47
+ numexpr==2.10.1
48
+ tensorboard_data_server==0.7.0
49
+ markdown-it-py==2.2.0
50
+ six==1.17.0
51
+ idna==3.7
52
+ docker-pycreds==0.4.0
53
+ jedi==0.19.2
54
+ GitPython==3.1.43
55
+ pure_eval==0.2.3
56
+ ninja==1.11.1.4
57
+ setuptools==80.1.0
58
+ fonttools==4.55.3
59
+ annotated-types==0.6.0
60
+ psutil==7.0.0
61
+ cycler==0.11.0
62
+ py-cpuinfo==9.0.0
63
+ accelerate==1.6.0
64
+ filelock==3.17.0
65
+ pytz==2024.1
66
+ rich==13.9.4
67
+ appdirs==1.4.4
68
+ click==8.1.8
69
+ Jinja2==3.1.6
70
+ unicodedata2==15.1.0
71
+ pillow==11.1.0
72
+ traitlets==5.14.3
73
+ stack_data==0.6.3
74
+ peft==0.15.2
75
+ python-dateutil==2.9.0.post0
76
+ requests==2.32.3
77
+ Werkzeug==3.1.3
78
+ gitdb==4.0.7
79
+ torch==2.5.1
80
+ scipy==1.15.2
81
+ sentencepiece==0.2.0
82
+ huggingface-hub==0.31.1
83
+ dill==0.3.8
84
+ pexpect==4.9.0
85
+ pickleshare==0.7.5
86
+ ptyprocess==0.7.0
87
+ contourpy==1.3.1
88
+ grpcio==1.71.0
89
+ optree==0.14.1
90
+ safetensors==0.5.3
91
+ mpmath==1.3.0
92
+ nest_asyncio==1.6.0
93
+ pyarrow==19.0.0
94
+ PyYAML==6.0.2
95
+ decorator==5.2.1
96
+ pandas==2.2.3
97
+ tensorboard==2.19.0
98
+ zipp==3.21.0
99
+ regex==2024.11.6
100
+ Brotli==1.0.9
101
+ mkl-service==2.4.0
102
+ matplotlib==3.10.0
103
+ Pygments==2.19.1
104
+ absl-py==2.1.0
105
+ hf-xet==1.1.0
106
+ packaging==25.0
107
+ jupyter_client==8.6.3
108
+ triton==3.1.0
109
+ multiprocess==0.70.15
110
+ debugpy==1.8.14
111
+ numpy==2.0.1
112
+ protobuf==5.29.3
113
+ tornado==6.4.2
114
+ datasets==3.6.0
115
+ eval_type_backport==0.2.2
116
+ typing_extensions==4.12.2
117
+ kiwisolver==1.4.8
118
+ pyzmq==26.4.0
119
+ ipython_pygments_lexers==1.1.1
120
+ setproctitle==1.2.2
121
+ importlib_metadata==8.6.1
122
+ jaraco.text==3.12.1
123
+ backports.tarfile==1.2.0
124
+ importlib_metadata==8.0.0
125
+ jaraco.context==5.3.0
126
+ more-itertools==10.3.0
127
+ wheel==0.45.1
128
+ jaraco.collections==5.1.0
129
+ platformdirs==4.2.2
130
+ autocommand==2.2.2
131
+ zipp==3.19.2
132
+ tomli==2.0.1
133
+ typeguard==4.3.0
134
+ packaging==24.2
135
+ inflect==7.3.1
136
+ typing_extensions==4.12.2
137
+ jaraco.functools==4.0.1
wandb/run-20250508_160902-sm1tkrdz/files/wandb-metadata.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-5.15.0-138-generic-x86_64-with-glibc2.31",
3
+ "python": "CPython 3.11.11",
4
+ "startedAt": "2025-05-08T20:09:02.642208Z",
5
+ "args": [
6
+ "--local_rank=0",
7
+ "--train_datasets",
8
+ "tools",
9
+ "--model_name_or_path",
10
+ "meta-llama/Llama-3.1-8B-Instruct",
11
+ "--cache_dir",
12
+ "/home/panda/pda-llm/cache/sft-tools",
13
+ "--important_sft",
14
+ "false",
15
+ "--max_length",
16
+ "4096",
17
+ "--trust_remote_code",
18
+ "True",
19
+ "--epochs",
20
+ "3",
21
+ "--per_device_train_batch_size",
22
+ "1",
23
+ "--per_device_eval_batch_size",
24
+ "1",
25
+ "--gradient_accumulation_steps",
26
+ "48",
27
+ "--gradient_checkpointing",
28
+ "--learning_rate",
29
+ "1e-4",
30
+ "--lr_scheduler_type",
31
+ "cosine",
32
+ "--lr_warmup_ratio",
33
+ "0.1",
34
+ "--weight_decay",
35
+ "0.0",
36
+ "--seed",
37
+ "42",
38
+ "--output_dir",
39
+ "/home/panda/pda-llm/output/sft-tools/run-false-1-10",
40
+ "--log_type",
41
+ "wandb",
42
+ "--log_project",
43
+ "TOOLS-SFT",
44
+ "--zero_stage",
45
+ "0",
46
+ "--offload",
47
+ "none",
48
+ "--safety_ratio_tol",
49
+ "10",
50
+ "--resilient_coeff",
51
+ "1",
52
+ "--lora_r",
53
+ "16",
54
+ "--lora_alpha",
55
+ "32",
56
+ "--lora_dropout",
57
+ "0.05",
58
+ "--bf16",
59
+ "False",
60
+ "--fp16",
61
+ "True",
62
+ "--tf32",
63
+ "False"
64
+ ],
65
+ "program": "-m safe_rlhf.algorithms.tools_ft.__main__",
66
+ "git": {
67
+ "remote": "git@github.com:IgnacioBoero/pda-llm.git",
68
+ "commit": "3e25c5a329b7cfcf30b4af51d00c42fd38478aba"
69
+ },
70
+ "email": "iboero@upenn.edu",
71
+ "root": "/home/panda/pda-llm/output/sft-tools/run-false-1-10",
72
+ "host": "plaza",
73
+ "executable": "/home/panda/miniconda3/envs/pda/bin/python",
74
+ "cpu_count": 24,
75
+ "cpu_count_logical": 48,
76
+ "gpu": "NVIDIA RTX A6000",
77
+ "gpu_count": 2,
78
+ "disk": {
79
+ "/": {
80
+ "total": "982820896768",
81
+ "used": "888964878336"
82
+ }
83
+ },
84
+ "memory": {
85
+ "total": "270090010624"
86
+ },
87
+ "cpu": {
88
+ "count": 24,
89
+ "countLogical": 48
90
+ },
91
+ "gpu_nvidia": [
92
+ {
93
+ "name": "NVIDIA RTX A6000",
94
+ "memoryTotal": "51527024640",
95
+ "cudaCores": 10752,
96
+ "architecture": "Ampere"
97
+ },
98
+ {
99
+ "name": "NVIDIA RTX A6000",
100
+ "memoryTotal": "51527024640",
101
+ "cudaCores": 10752,
102
+ "architecture": "Ampere"
103
+ }
104
+ ],
105
+ "cudaVersion": "12.4"
106
+ }
wandb/run-20250508_160902-sm1tkrdz/logs/debug-core.log ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {"time":"2025-05-08T16:09:02.351406897-04:00","level":"INFO","msg":"main: starting server","port-filename":"/tmp/tmpab3smczz/port-1359956.txt","pid":1359956,"log-level":0,"disable-analytics":false,"shutdown-on-parent-exit":false}
2
+ {"time":"2025-05-08T16:09:02.357060512-04:00","level":"INFO","msg":"Will exit if parent process dies.","ppid":1359956}
3
+ {"time":"2025-05-08T16:09:02.357067772-04:00","level":"INFO","msg":"server is running","addr":{"IP":"127.0.0.1","Port":34899,"Zone":""}}
4
+ {"time":"2025-05-08T16:09:02.536932502-04:00","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"127.0.0.1:52382"}
5
+ {"time":"2025-05-08T16:09:02.644160501-04:00","level":"INFO","msg":"handleInformInit: received","streamId":"sm1tkrdz","id":"127.0.0.1:52382"}
6
+ {"time":"2025-05-08T16:09:02.838054407-04:00","level":"INFO","msg":"handleInformInit: stream started","streamId":"sm1tkrdz","id":"127.0.0.1:52382"}
7
+ {"time":"2025-05-08T16:09:35.696088794-04:00","level":"INFO","msg":"received shutdown signal","signal":15}
wandb/run-20250508_160902-sm1tkrdz/logs/debug-internal.log ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2025-05-08T16:09:02.644440987-04:00","level":"INFO","msg":"stream: starting","core version":"0.19.10","symlink path":"/home/panda/pda-llm/output/sft-tools/run-false-1-10/wandb/run-20250508_160902-sm1tkrdz/logs/debug-core.log"}
2
+ {"time":"2025-05-08T16:09:02.838002086-04:00","level":"INFO","msg":"created new stream","id":"sm1tkrdz"}
3
+ {"time":"2025-05-08T16:09:02.838045347-04:00","level":"INFO","msg":"stream: started","id":"sm1tkrdz"}
4
+ {"time":"2025-05-08T16:09:02.838062637-04:00","level":"INFO","msg":"writer: Do: started","stream_id":"sm1tkrdz"}
5
+ {"time":"2025-05-08T16:09:02.838103338-04:00","level":"INFO","msg":"handler: started","stream_id":"sm1tkrdz"}
6
+ {"time":"2025-05-08T16:09:02.838129438-04:00","level":"INFO","msg":"sender: started","stream_id":"sm1tkrdz"}
7
+ {"time":"2025-05-08T16:09:02.986767932-04:00","level":"INFO","msg":"Starting system monitor"}
8
+ {"time":"2025-05-08T16:09:02.986795302-04:00","level":"WARN","msg":"handleCodeSave: program relative path is empty"}
9
+ {"time":"2025-05-08T16:09:02.986852694-04:00","level":"ERROR","msg":"git repo not found","error":"repository does not exist"}
wandb/run-20250508_160902-sm1tkrdz/logs/debug.log ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2025-05-08 16:09:02,639 INFO MainThread:1359956 [wandb_setup.py:_flush():68] Current SDK version is 0.19.10
2
+ 2025-05-08 16:09:02,639 INFO MainThread:1359956 [wandb_setup.py:_flush():68] Configure stats pid to 1359956
3
+ 2025-05-08 16:09:02,639 INFO MainThread:1359956 [wandb_setup.py:_flush():68] Loading settings from /home/panda/.config/wandb/settings
4
+ 2025-05-08 16:09:02,639 INFO MainThread:1359956 [wandb_setup.py:_flush():68] Loading settings from /home/panda/pda-llm/scripts/wandb/settings
5
+ 2025-05-08 16:09:02,639 INFO MainThread:1359956 [wandb_setup.py:_flush():68] Loading settings from environment variables
6
+ 2025-05-08 16:09:02,639 INFO MainThread:1359956 [wandb_init.py:setup_run_log_directory():724] Logging user logs to /home/panda/pda-llm/output/sft-tools/run-false-1-10/wandb/run-20250508_160902-sm1tkrdz/logs/debug.log
7
+ 2025-05-08 16:09:02,639 INFO MainThread:1359956 [wandb_init.py:setup_run_log_directory():725] Logging internal logs to /home/panda/pda-llm/output/sft-tools/run-false-1-10/wandb/run-20250508_160902-sm1tkrdz/logs/debug-internal.log
8
+ 2025-05-08 16:09:02,639 INFO MainThread:1359956 [wandb_init.py:init():852] calling init triggers
9
+ 2025-05-08 16:09:02,639 INFO MainThread:1359956 [wandb_init.py:init():857] wandb.init called with sweep_config: {}
10
+ config: {'model_name_or_path': 'meta-llama/Llama-3.1-8B-Instruct', 'recompute_baseline': False, 'cache_dir': '/home/panda/pda-llm/cache/sft-tools', 'max_length': 4096, 'trust_remote_code': True, 'train_datasets': [('tools', {'proportion': 1.0})], 'eval_datasets': None, 'safety_ratio_tol': 10.0, 'important_sft': False, 'resilient_coeff': 1.0, 'epochs': 3, 'per_device_train_batch_size': 1, 'per_device_eval_batch_size': 1, 'gradient_accumulation_steps': 48, 'gradient_checkpointing': True, 'lr': 0.0001, 'lr_scheduler_type': <SchedulerType.COSINE: 'cosine'>, 'lr_warmup_ratio': 0.1, 'weight_decay': 0.0, 'seed': 42, 'fp16': True, 'bf16': False, 'tf32': False, 'lora_r': 16, 'lora_alpha': 32, 'lora_dropout': 0.05, 'eval_strategy': 'epoch', 'eval_interval': 1000000, 'need_eval': False, 'eval_split_ratio': None, 'output_dir': '/home/panda/pda-llm/output/sft-tools/run-false-1-10', 'log_type': 'wandb', 'log_dir': '/home/panda/pda-llm/output/sft-tools/run-false-1-10', 'log_project': 'TOOLS-SFT', 'log_run_name': 'tools-sft-2025-05-08-16-09-02', 'save_16bit': False, 'save_interval': 1000000, 'local_rank': 0, 'zero_stage': 0, 'offload': 'none', 'deepspeed': False, 'deepspeed_config': None, 'deepscale': False, 'deepscale_config': None, 'global_rank': 0, 'device': device(type='cuda', index=0), 'num_update_steps_per_epoch': 118, 'total_training_steps': 354, '_wandb': {}}
11
+ 2025-05-08 16:09:02,639 INFO MainThread:1359956 [wandb_init.py:init():893] starting backend
12
+ 2025-05-08 16:09:02,639 INFO MainThread:1359956 [wandb_init.py:init():897] sending inform_init request
13
+ 2025-05-08 16:09:02,642 INFO MainThread:1359956 [backend.py:_multiprocessing_setup():101] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
14
+ 2025-05-08 16:09:02,642 INFO MainThread:1359956 [wandb_init.py:init():907] backend started and connected
15
+ 2025-05-08 16:09:02,643 INFO MainThread:1359956 [wandb_init.py:init():1002] updated telemetry
16
+ 2025-05-08 16:09:02,648 INFO MainThread:1359956 [wandb_init.py:init():1026] communicating run to backend with 90.0 second timeout
17
+ 2025-05-08 16:09:02,984 INFO MainThread:1359956 [wandb_init.py:init():1101] starting run threads in backend
18
+ 2025-05-08 16:09:03,046 INFO MainThread:1359956 [wandb_run.py:_console_start():2566] atexit reg
19
+ 2025-05-08 16:09:03,046 INFO MainThread:1359956 [wandb_run.py:_redirect():2414] redirect: wrap_raw
20
+ 2025-05-08 16:09:03,046 INFO MainThread:1359956 [wandb_run.py:_redirect():2483] Wrapping output streams.
21
+ 2025-05-08 16:09:03,046 INFO MainThread:1359956 [wandb_run.py:_redirect():2506] Redirects installed.
22
+ 2025-05-08 16:09:03,048 INFO MainThread:1359956 [wandb_init.py:init():1147] run started, returning control to user process
wandb/run-20250508_160902-sm1tkrdz/run-sm1tkrdz.wandb ADDED
Binary file (32.8 kB). View file
 
wandb/run-20250508_183954-8zs3b4m6/files/config.yaml ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ _wandb:
2
+ value:
3
+ cli_version: 0.19.10
4
+ m: []
5
+ python_version: 3.11.11
6
+ t:
7
+ "1":
8
+ - 1
9
+ - 11
10
+ - 49
11
+ - 51
12
+ - 55
13
+ - 71
14
+ - 98
15
+ "2":
16
+ - 1
17
+ - 11
18
+ - 49
19
+ - 51
20
+ - 55
21
+ - 71
22
+ - 98
23
+ "3":
24
+ - 2
25
+ - 13
26
+ - 16
27
+ - 23
28
+ - 55
29
+ "4": 3.11.11
30
+ "5": 0.19.10
31
+ "6": 4.51.3
32
+ "8":
33
+ - 5
34
+ "12": 0.19.10
35
+ "13": linux-x86_64
36
+ bf16:
37
+ value: true
38
+ cache_dir:
39
+ value: /home/panda/pda-llm/cache/sft-tools
40
+ deepscale:
41
+ value: false
42
+ deepscale_config:
43
+ value: null
44
+ deepspeed:
45
+ value: false
46
+ deepspeed_config:
47
+ value: null
48
+ device:
49
+ value: cuda:0
50
+ epochs:
51
+ value: 3
52
+ eval_datasets:
53
+ value: null
54
+ eval_interval:
55
+ value: 1000000
56
+ eval_split_ratio:
57
+ value: null
58
+ eval_strategy:
59
+ value: epoch
60
+ fp16:
61
+ value: false
62
+ global_rank:
63
+ value: 0
64
+ gradient_accumulation_steps:
65
+ value: 24
66
+ gradient_checkpointing:
67
+ value: true
68
+ important_sft:
69
+ value: false
70
+ local_rank:
71
+ value: 0
72
+ log_dir:
73
+ value: /home/panda/pda-llm/output/sft-tools/run-false-1-10
74
+ log_project:
75
+ value: TOOLS-SFT
76
+ log_run_name:
77
+ value: tools-sft-2025-05-08-18-39-54
78
+ log_type:
79
+ value: wandb
80
+ lora_alpha:
81
+ value: 32
82
+ lora_dropout:
83
+ value: 0.05
84
+ lora_r:
85
+ value: 16
86
+ lr:
87
+ value: 0.0001
88
+ lr_scheduler_type:
89
+ value: COSINE
90
+ lr_warmup_ratio:
91
+ value: 0.1
92
+ max_length:
93
+ value: 4096
94
+ model_name_or_path:
95
+ value: meta-llama/Llama-3.1-8B-Instruct
96
+ need_eval:
97
+ value: true
98
+ num_update_steps_per_epoch:
99
+ value: 118
100
+ offload:
101
+ value: none
102
+ output_dir:
103
+ value: /home/panda/pda-llm/output/sft-tools/run-false-1-10
104
+ per_device_eval_batch_size:
105
+ value: 2
106
+ per_device_train_batch_size:
107
+ value: 2
108
+ recompute_baseline:
109
+ value: false
110
+ resilient_coeff:
111
+ value: 1
112
+ safety_ratio_tol:
113
+ value: 10
114
+ save_16bit:
115
+ value: false
116
+ save_interval:
117
+ value: 1000000
118
+ seed:
119
+ value: 42
120
+ tf32:
121
+ value: false
122
+ total_training_steps:
123
+ value: 354
124
+ train_datasets:
125
+ value:
126
+ - - tools
127
+ - proportion: 1
128
+ trust_remote_code:
129
+ value: true
130
+ weight_decay:
131
+ value: 0
132
+ zero_stage:
133
+ value: 0
wandb/run-20250508_183954-8zs3b4m6/files/output.log ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ***** Running training *****
2
+ Training 1/3 epoch: 0%| | 0/8475 [00:00<?, ?it/s]Traceback (most recent call last):
3
+
4
+ ***** Evaluating at the beginning *****
5
+ File "<frozen runpy>", line 198, in _run_module_as_main
6
+ File "<frozen runpy>", line 88, in _run_code
7
+ File "/home/panda/pda-llm/safe_rlhf/algorithms/tools_ft/__main__.py", line 23, in <module>
8
+ sys.exit(main())
9
+ ^^^^^^
10
+ File "/home/panda/pda-llm/safe_rlhf/algorithms/tools_ft/main.py", line 367, in main
11
+ trainer.train()
12
+ File "/home/panda/pda-llm/safe_rlhf/trainers/supervised_tools_trainer.py", line 292, in train
13
+ self.logger.log(self.eval(), step=0)
14
+ ^^^^^^^^^^^
15
+ File "/home/panda/pda-llm/safe_rlhf/trainers/supervised_tools_trainer.py", line 361, in eval
16
+ safe_log_ratios = safe_log_ratios.cpu().numpy()
17
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18
+ TypeError: Got unsupported ScalarType BFloat16
19
+ [rank0]: Traceback (most recent call last):
20
+ [rank0]: File "<frozen runpy>", line 198, in _run_module_as_main
21
+ [rank0]: File "<frozen runpy>", line 88, in _run_code
22
+ [rank0]: File "/home/panda/pda-llm/safe_rlhf/algorithms/tools_ft/__main__.py", line 23, in <module>
23
+ [rank0]: sys.exit(main())
24
+ [rank0]: ^^^^^^
25
+ [rank0]: File "/home/panda/pda-llm/safe_rlhf/algorithms/tools_ft/main.py", line 367, in main
26
+ [rank0]: trainer.train()
27
+ [rank0]: File "/home/panda/pda-llm/safe_rlhf/trainers/supervised_tools_trainer.py", line 292, in train
28
+ [rank0]: self.logger.log(self.eval(), step=0)
29
+ [rank0]: ^^^^^^^^^^^
30
+ [rank0]: File "/home/panda/pda-llm/safe_rlhf/trainers/supervised_tools_trainer.py", line 361, in eval
31
+ [rank0]: safe_log_ratios = safe_log_ratios.cpu().numpy()
32
+ [rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33
+ [rank0]: TypeError: Got unsupported ScalarType BFloat16
wandb/run-20250508_183954-8zs3b4m6/files/requirements.txt ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ PySocks==1.7.1
2
+ pip==25.1.1
3
+ certifi==2025.4.26
4
+ parso==0.8.4
5
+ wcwidth==0.2.13
6
+ nvidia-ml-py==12.535.133
7
+ mkl_fft==1.3.11
8
+ urllib3==2.3.0
9
+ charset-normalizer==3.3.2
10
+ transformers==4.51.3
11
+ smmap==4.0.0
12
+ xxhash==3.5.0
13
+ platformdirs==4.3.8
14
+ tzdata==2025.2
15
+ ipython==9.2.0
16
+ deepspeed==0.16.7
17
+ gmpy2==2.2.1
18
+ pydantic==2.10.3
19
+ tqdm==4.67.1
20
+ pyparsing==3.2.0
21
+ exceptiongroup==1.2.2
22
+ tokenizers==0.21.1
23
+ Markdown==3.8
24
+ matplotlib-inline==0.1.7
25
+ jupyter_core==5.7.2
26
+ pydantic_core==2.27.1
27
+ hjson==3.1.0
28
+ mkl_random==1.2.8
29
+ ipykernel==6.29.5
30
+ sentry-sdk==2.18.0
31
+ wandb==0.19.10
32
+ einops==0.8.1
33
+ prompt_toolkit==3.0.51
34
+ Bottleneck==1.4.2
35
+ msgpack==1.1.0
36
+ fsspec==2024.12.0
37
+ mdurl==0.1.0
38
+ executing==2.2.0
39
+ wheel==0.45.1
40
+ bitsandbytes==0.45.5
41
+ networkx==3.4.2
42
+ comm==0.2.2
43
+ asttokens==3.0.0
44
+ nvitop==1.5.0
45
+ sympy==1.13.1
46
+ MarkupSafe==3.0.2
47
+ numexpr==2.10.1
48
+ tensorboard_data_server==0.7.0
49
+ markdown-it-py==2.2.0
50
+ six==1.17.0
51
+ idna==3.7
52
+ docker-pycreds==0.4.0
53
+ jedi==0.19.2
54
+ GitPython==3.1.43
55
+ pure_eval==0.2.3
56
+ ninja==1.11.1.4
57
+ setuptools==80.1.0
58
+ fonttools==4.55.3
59
+ annotated-types==0.6.0
60
+ psutil==7.0.0
61
+ cycler==0.11.0
62
+ py-cpuinfo==9.0.0
63
+ accelerate==1.6.0
64
+ filelock==3.17.0
65
+ pytz==2024.1
66
+ rich==13.9.4
67
+ appdirs==1.4.4
68
+ click==8.1.8
69
+ Jinja2==3.1.6
70
+ unicodedata2==15.1.0
71
+ pillow==11.1.0
72
+ traitlets==5.14.3
73
+ stack_data==0.6.3
74
+ peft==0.15.2
75
+ python-dateutil==2.9.0.post0
76
+ requests==2.32.3
77
+ Werkzeug==3.1.3
78
+ gitdb==4.0.7
79
+ torch==2.5.1
80
+ scipy==1.15.2
81
+ sentencepiece==0.2.0
82
+ huggingface-hub==0.31.1
83
+ dill==0.3.8
84
+ pexpect==4.9.0
85
+ pickleshare==0.7.5
86
+ ptyprocess==0.7.0
87
+ contourpy==1.3.1
88
+ grpcio==1.71.0
89
+ optree==0.14.1
90
+ safetensors==0.5.3
91
+ mpmath==1.3.0
92
+ nest_asyncio==1.6.0
93
+ pyarrow==19.0.0
94
+ PyYAML==6.0.2
95
+ decorator==5.2.1
96
+ pandas==2.2.3
97
+ tensorboard==2.19.0
98
+ zipp==3.21.0
99
+ regex==2024.11.6
100
+ Brotli==1.0.9
101
+ mkl-service==2.4.0
102
+ matplotlib==3.10.0
103
+ Pygments==2.19.1
104
+ absl-py==2.1.0
105
+ hf-xet==1.1.0
106
+ packaging==25.0
107
+ jupyter_client==8.6.3
108
+ triton==3.1.0
109
+ multiprocess==0.70.15
110
+ debugpy==1.8.14
111
+ numpy==2.0.1
112
+ protobuf==5.29.3
113
+ tornado==6.4.2
114
+ datasets==3.6.0
115
+ eval_type_backport==0.2.2
116
+ typing_extensions==4.12.2
117
+ kiwisolver==1.4.8
118
+ pyzmq==26.4.0
119
+ ipython_pygments_lexers==1.1.1
120
+ setproctitle==1.2.2
121
+ importlib_metadata==8.6.1
122
+ jaraco.text==3.12.1
123
+ backports.tarfile==1.2.0
124
+ importlib_metadata==8.0.0
125
+ jaraco.context==5.3.0
126
+ more-itertools==10.3.0
127
+ wheel==0.45.1
128
+ jaraco.collections==5.1.0
129
+ platformdirs==4.2.2
130
+ autocommand==2.2.2
131
+ zipp==3.19.2
132
+ tomli==2.0.1
133
+ typeguard==4.3.0
134
+ packaging==24.2
135
+ inflect==7.3.1
136
+ typing_extensions==4.12.2
137
+ jaraco.functools==4.0.1
wandb/run-20250508_183954-8zs3b4m6/files/wandb-metadata.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-5.15.0-138-generic-x86_64-with-glibc2.31",
3
+ "python": "CPython 3.11.11",
4
+ "startedAt": "2025-05-08T22:39:54.527119Z",
5
+ "args": [
6
+ "--local_rank=0",
7
+ "--train_datasets",
8
+ "tools",
9
+ "--model_name_or_path",
10
+ "meta-llama/Llama-3.1-8B-Instruct",
11
+ "--cache_dir",
12
+ "/home/panda/pda-llm/cache/sft-tools",
13
+ "--important_sft",
14
+ "false",
15
+ "--max_length",
16
+ "4096",
17
+ "--trust_remote_code",
18
+ "True",
19
+ "--epochs",
20
+ "3",
21
+ "--per_device_train_batch_size",
22
+ "2",
23
+ "--per_device_eval_batch_size",
24
+ "2",
25
+ "--gradient_accumulation_steps",
26
+ "24",
27
+ "--gradient_checkpointing",
28
+ "--learning_rate",
29
+ "1e-4",
30
+ "--lr_scheduler_type",
31
+ "cosine",
32
+ "--lr_warmup_ratio",
33
+ "0.1",
34
+ "--weight_decay",
35
+ "0.0",
36
+ "--seed",
37
+ "42",
38
+ "--output_dir",
39
+ "/home/panda/pda-llm/output/sft-tools/run-false-1-10",
40
+ "--log_type",
41
+ "wandb",
42
+ "--log_project",
43
+ "TOOLS-SFT",
44
+ "--zero_stage",
45
+ "0",
46
+ "--offload",
47
+ "none",
48
+ "--safety_ratio_tol",
49
+ "10",
50
+ "--resilient_coeff",
51
+ "1",
52
+ "--lora_r",
53
+ "16",
54
+ "--lora_alpha",
55
+ "32",
56
+ "--lora_dropout",
57
+ "0.05",
58
+ "--bf16",
59
+ "True",
60
+ "--fp16",
61
+ "False",
62
+ "--tf32",
63
+ "False"
64
+ ],
65
+ "program": "-m safe_rlhf.algorithms.tools_ft.__main__",
66
+ "git": {
67
+ "remote": "git@github.com:IgnacioBoero/pda-llm.git",
68
+ "commit": "3e25c5a329b7cfcf30b4af51d00c42fd38478aba"
69
+ },
70
+ "email": "iboero@upenn.edu",
71
+ "root": "/home/panda/pda-llm/output/sft-tools/run-false-1-10",
72
+ "host": "plaza",
73
+ "executable": "/home/panda/miniconda3/envs/pda/bin/python",
74
+ "cpu_count": 24,
75
+ "cpu_count_logical": 48,
76
+ "gpu": "NVIDIA RTX A6000",
77
+ "gpu_count": 2,
78
+ "disk": {
79
+ "/": {
80
+ "total": "982820896768",
81
+ "used": "888969158656"
82
+ }
83
+ },
84
+ "memory": {
85
+ "total": "270090010624"
86
+ },
87
+ "cpu": {
88
+ "count": 24,
89
+ "countLogical": 48
90
+ },
91
+ "gpu_nvidia": [
92
+ {
93
+ "name": "NVIDIA RTX A6000",
94
+ "memoryTotal": "51527024640",
95
+ "cudaCores": 10752,
96
+ "architecture": "Ampere"
97
+ },
98
+ {
99
+ "name": "NVIDIA RTX A6000",
100
+ "memoryTotal": "51527024640",
101
+ "cudaCores": 10752,
102
+ "architecture": "Ampere"
103
+ }
104
+ ],
105
+ "cudaVersion": "12.4"
106
+ }
wandb/run-20250508_183954-8zs3b4m6/files/wandb-summary.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"_wandb":{"runtime":234}}
wandb/run-20250508_183954-8zs3b4m6/logs/debug-core.log ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2025-05-08T18:39:54.176871407-04:00","level":"INFO","msg":"main: starting server","port-filename":"/tmp/tmpm9rm19xp/port-1436037.txt","pid":1436037,"log-level":0,"disable-analytics":false,"shutdown-on-parent-exit":false}
2
+ {"time":"2025-05-08T18:39:54.182885566-04:00","level":"INFO","msg":"Will exit if parent process dies.","ppid":1436037}
3
+ {"time":"2025-05-08T18:39:54.182859406-04:00","level":"INFO","msg":"server is running","addr":{"IP":"127.0.0.1","Port":46483,"Zone":""}}
4
+ {"time":"2025-05-08T18:39:54.363158642-04:00","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"127.0.0.1:44756"}
5
+ {"time":"2025-05-08T18:39:54.529022063-04:00","level":"INFO","msg":"handleInformInit: received","streamId":"8zs3b4m6","id":"127.0.0.1:44756"}
6
+ {"time":"2025-05-08T18:39:54.721870969-04:00","level":"INFO","msg":"handleInformInit: stream started","streamId":"8zs3b4m6","id":"127.0.0.1:44756"}
7
+ {"time":"2025-05-08T18:43:49.728612807-04:00","level":"INFO","msg":"handleInformFinish: finish message received","streamId":"8zs3b4m6","id":"127.0.0.1:44756"}
8
+ {"time":"2025-05-08T18:43:49.72878048-04:00","level":"INFO","msg":"handleInformFinish: stream closed","streamId":"8zs3b4m6","id":"127.0.0.1:44756"}
9
+ {"time":"2025-05-08T18:43:50.729045178-04:00","level":"INFO","msg":"handleInformTeardown: server teardown initiated","id":"127.0.0.1:44756"}
10
+ {"time":"2025-05-08T18:43:50.729069669-04:00","level":"INFO","msg":"handleInformTeardown: server shutdown complete","id":"127.0.0.1:44756"}
11
+ {"time":"2025-05-08T18:43:50.729078859-04:00","level":"INFO","msg":"server is shutting down"}
12
+ {"time":"2025-05-08T18:43:50.729084919-04:00","level":"INFO","msg":"connection: closing","id":"127.0.0.1:44756"}
13
+ {"time":"2025-05-08T18:43:50.72916792-04:00","level":"INFO","msg":"connection: closed successfully","id":"127.0.0.1:44756"}
14
+ {"time":"2025-05-08T18:43:50.729198191-04:00","level":"INFO","msg":"connection: ManageConnectionData: connection closed","id":"127.0.0.1:44756"}
15
+ {"time":"2025-05-08T18:43:50.729212691-04:00","level":"INFO","msg":"server is closed"}
wandb/run-20250508_183954-8zs3b4m6/logs/debug-internal.log ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"time":"2025-05-08T18:39:54.529292648-04:00","level":"INFO","msg":"stream: starting","core version":"0.19.10","symlink path":"/home/panda/pda-llm/output/sft-tools/run-false-1-10/wandb/run-20250508_183954-8zs3b4m6/logs/debug-core.log"}
2
+ {"time":"2025-05-08T18:39:54.721820928-04:00","level":"INFO","msg":"created new stream","id":"8zs3b4m6"}
3
+ {"time":"2025-05-08T18:39:54.721862709-04:00","level":"INFO","msg":"stream: started","id":"8zs3b4m6"}
4
+ {"time":"2025-05-08T18:39:54.72190933-04:00","level":"INFO","msg":"handler: started","stream_id":"8zs3b4m6"}
5
+ {"time":"2025-05-08T18:39:54.7218919-04:00","level":"INFO","msg":"writer: Do: started","stream_id":"8zs3b4m6"}
6
+ {"time":"2025-05-08T18:39:54.721943141-04:00","level":"INFO","msg":"sender: started","stream_id":"8zs3b4m6"}
7
+ {"time":"2025-05-08T18:39:55.093280788-04:00","level":"INFO","msg":"Starting system monitor"}
8
+ {"time":"2025-05-08T18:39:55.093320509-04:00","level":"WARN","msg":"handleCodeSave: program relative path is empty"}
9
+ {"time":"2025-05-08T18:39:55.09338449-04:00","level":"ERROR","msg":"git repo not found","error":"repository does not exist"}
10
+ {"time":"2025-05-08T18:43:49.04487936-04:00","level":"INFO","msg":"Stopping system monitor"}
11
+ {"time":"2025-05-08T18:43:49.045105404-04:00","level":"INFO","msg":"Stopped system monitor"}
12
+ {"time":"2025-05-08T18:43:49.452801239-04:00","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
13
+ {"time":"2025-05-08T18:43:49.726313582-04:00","level":"INFO","msg":"handler: operation stats","stats":{}}
14
+ {"time":"2025-05-08T18:43:49.728641487-04:00","level":"INFO","msg":"stream: closing","id":"8zs3b4m6"}
15
+ {"time":"2025-05-08T18:43:49.728657388-04:00","level":"INFO","msg":"handler: closed","stream_id":"8zs3b4m6"}
16
+ {"time":"2025-05-08T18:43:49.728667428-04:00","level":"INFO","msg":"writer: Close: closed","stream_id":"8zs3b4m6"}
17
+ {"time":"2025-05-08T18:43:49.728696378-04:00","level":"INFO","msg":"sender: closed","stream_id":"8zs3b4m6"}
18
+ {"time":"2025-05-08T18:43:49.72877225-04:00","level":"INFO","msg":"stream: closed","id":"8zs3b4m6"}
wandb/run-20250508_183954-8zs3b4m6/logs/debug.log ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2025-05-08 18:39:54,524 INFO MainThread:1436037 [wandb_setup.py:_flush():68] Current SDK version is 0.19.10
2
+ 2025-05-08 18:39:54,524 INFO MainThread:1436037 [wandb_setup.py:_flush():68] Configure stats pid to 1436037
3
+ 2025-05-08 18:39:54,524 INFO MainThread:1436037 [wandb_setup.py:_flush():68] Loading settings from /home/panda/.config/wandb/settings
4
+ 2025-05-08 18:39:54,524 INFO MainThread:1436037 [wandb_setup.py:_flush():68] Loading settings from /home/panda/pda-llm/scripts/wandb/settings
5
+ 2025-05-08 18:39:54,524 INFO MainThread:1436037 [wandb_setup.py:_flush():68] Loading settings from environment variables
6
+ 2025-05-08 18:39:54,524 INFO MainThread:1436037 [wandb_init.py:setup_run_log_directory():724] Logging user logs to /home/panda/pda-llm/output/sft-tools/run-false-1-10/wandb/run-20250508_183954-8zs3b4m6/logs/debug.log
7
+ 2025-05-08 18:39:54,524 INFO MainThread:1436037 [wandb_init.py:setup_run_log_directory():725] Logging internal logs to /home/panda/pda-llm/output/sft-tools/run-false-1-10/wandb/run-20250508_183954-8zs3b4m6/logs/debug-internal.log
8
+ 2025-05-08 18:39:54,524 INFO MainThread:1436037 [wandb_init.py:init():852] calling init triggers
9
+ 2025-05-08 18:39:54,524 INFO MainThread:1436037 [wandb_init.py:init():857] wandb.init called with sweep_config: {}
10
+ config: {'model_name_or_path': 'meta-llama/Llama-3.1-8B-Instruct', 'recompute_baseline': False, 'cache_dir': '/home/panda/pda-llm/cache/sft-tools', 'max_length': 4096, 'trust_remote_code': True, 'train_datasets': [('tools', {'proportion': 1.0})], 'eval_datasets': None, 'safety_ratio_tol': 10.0, 'important_sft': False, 'resilient_coeff': 1.0, 'epochs': 3, 'per_device_train_batch_size': 2, 'per_device_eval_batch_size': 2, 'gradient_accumulation_steps': 24, 'gradient_checkpointing': True, 'lr': 0.0001, 'lr_scheduler_type': <SchedulerType.COSINE: 'cosine'>, 'lr_warmup_ratio': 0.1, 'weight_decay': 0.0, 'seed': 42, 'fp16': False, 'bf16': True, 'tf32': False, 'lora_r': 16, 'lora_alpha': 32, 'lora_dropout': 0.05, 'eval_strategy': 'epoch', 'eval_interval': 1000000, 'need_eval': True, 'eval_split_ratio': None, 'output_dir': '/home/panda/pda-llm/output/sft-tools/run-false-1-10', 'log_type': 'wandb', 'log_dir': '/home/panda/pda-llm/output/sft-tools/run-false-1-10', 'log_project': 'TOOLS-SFT', 'log_run_name': 'tools-sft-2025-05-08-18-39-54', 'save_16bit': False, 'save_interval': 1000000, 'local_rank': 0, 'zero_stage': 0, 'offload': 'none', 'deepspeed': False, 'deepspeed_config': None, 'deepscale': False, 'deepscale_config': None, 'global_rank': 0, 'device': device(type='cuda', index=0), 'num_update_steps_per_epoch': 118, 'total_training_steps': 354, '_wandb': {}}
11
+ 2025-05-08 18:39:54,525 INFO MainThread:1436037 [wandb_init.py:init():893] starting backend
12
+ 2025-05-08 18:39:54,525 INFO MainThread:1436037 [wandb_init.py:init():897] sending inform_init request
13
+ 2025-05-08 18:39:54,526 INFO MainThread:1436037 [backend.py:_multiprocessing_setup():101] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
14
+ 2025-05-08 18:39:54,526 INFO MainThread:1436037 [wandb_init.py:init():907] backend started and connected
15
+ 2025-05-08 18:39:54,528 INFO MainThread:1436037 [wandb_init.py:init():1002] updated telemetry
16
+ 2025-05-08 18:39:54,534 INFO MainThread:1436037 [wandb_init.py:init():1026] communicating run to backend with 90.0 second timeout
17
+ 2025-05-08 18:39:55,090 INFO MainThread:1436037 [wandb_init.py:init():1101] starting run threads in backend
18
+ 2025-05-08 18:39:55,157 INFO MainThread:1436037 [wandb_run.py:_console_start():2566] atexit reg
19
+ 2025-05-08 18:39:55,157 INFO MainThread:1436037 [wandb_run.py:_redirect():2414] redirect: wrap_raw
20
+ 2025-05-08 18:39:55,157 INFO MainThread:1436037 [wandb_run.py:_redirect():2483] Wrapping output streams.
21
+ 2025-05-08 18:39:55,157 INFO MainThread:1436037 [wandb_run.py:_redirect():2506] Redirects installed.
22
+ 2025-05-08 18:39:55,158 INFO MainThread:1436037 [wandb_init.py:init():1147] run started, returning control to user process
23
+ 2025-05-08 18:43:49,004 INFO MainThread:1436037 [wandb_run.py:_finish():2314] finishing run alelab/TOOLS-SFT/8zs3b4m6
24
+ 2025-05-08 18:43:49,005 INFO MainThread:1436037 [wandb_run.py:_atexit_cleanup():2531] got exitcode: 0
25
+ 2025-05-08 18:43:49,005 INFO MainThread:1436037 [wandb_run.py:_restore():2513] restore
26
+ 2025-05-08 18:43:49,005 INFO MainThread:1436037 [wandb_run.py:_restore():2519] restore done
27
+ 2025-05-08 18:43:49,727 INFO MainThread:1436037 [wandb_run.py:_footer_history_summary_info():4160] rendering history
28
+ 2025-05-08 18:43:49,728 INFO MainThread:1436037 [wandb_run.py:_footer_history_summary_info():4192] rendering summary
29
+ 2025-05-08 18:43:49,728 INFO MainThread:1436037 [wandb_run.py:_footer_sync_info():4121] logging synced files
wandb/run-20250508_183954-8zs3b4m6/run-8zs3b4m6.wandb ADDED
Binary file (22.2 kB). View file
 
wandb/run-20250508_190248-2v7dhhsz/files/config.yaml ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ _wandb:
2
+ value:
3
+ cli_version: 0.19.10
4
+ m: []
5
+ python_version: 3.11.11
6
+ t:
7
+ "1":
8
+ - 1
9
+ - 11
10
+ - 49
11
+ - 51
12
+ - 55
13
+ - 71
14
+ - 98
15
+ "2":
16
+ - 1
17
+ - 11
18
+ - 49
19
+ - 51
20
+ - 55
21
+ - 71
22
+ - 98
23
+ "3":
24
+ - 2
25
+ - 13
26
+ - 16
27
+ - 23
28
+ - 55
29
+ - 61
30
+ "4": 3.11.11
31
+ "5": 0.19.10
32
+ "6": 4.51.3
33
+ "8":
34
+ - 5
35
+ "12": 0.19.10
36
+ "13": linux-x86_64
37
+ bf16:
38
+ value: true
39
+ cache_dir:
40
+ value: /home/panda/pda-llm/cache/sft-tools
41
+ deepscale:
42
+ value: false
43
+ deepscale_config:
44
+ value: null
45
+ deepspeed:
46
+ value: false
47
+ deepspeed_config:
48
+ value: null
49
+ device:
50
+ value: cuda:0
51
+ epochs:
52
+ value: 3
53
+ eval_datasets:
54
+ value: null
55
+ eval_interval:
56
+ value: 1000000
57
+ eval_split_ratio:
58
+ value: null
59
+ eval_strategy:
60
+ value: epoch
61
+ fp16:
62
+ value: false
63
+ global_rank:
64
+ value: 0
65
+ gradient_accumulation_steps:
66
+ value: 24
67
+ gradient_checkpointing:
68
+ value: true
69
+ important_sft:
70
+ value: false
71
+ local_rank:
72
+ value: 0
73
+ log_dir:
74
+ value: /home/panda/pda-llm/output/sft-tools/run-false-1-10
75
+ log_project:
76
+ value: TOOLS-SFT
77
+ log_run_name:
78
+ value: tools-sft-2025-05-08-19-02-47
79
+ log_type:
80
+ value: wandb
81
+ lora_alpha:
82
+ value: 32
83
+ lora_dropout:
84
+ value: 0.05
85
+ lora_r:
86
+ value: 16
87
+ lr:
88
+ value: 0.0001
89
+ lr_scheduler_type:
90
+ value: COSINE
91
+ lr_warmup_ratio:
92
+ value: 0.1
93
+ max_length:
94
+ value: 4096
95
+ model_name_or_path:
96
+ value: meta-llama/Llama-3.1-8B-Instruct
97
+ need_eval:
98
+ value: true
99
+ num_update_steps_per_epoch:
100
+ value: 118
101
+ offload:
102
+ value: none
103
+ output_dir:
104
+ value: /home/panda/pda-llm/output/sft-tools/run-false-1-10
105
+ per_device_eval_batch_size:
106
+ value: 2
107
+ per_device_train_batch_size:
108
+ value: 2
109
+ recompute_baseline:
110
+ value: false
111
+ resilient_coeff:
112
+ value: 1
113
+ safety_ratio_tol:
114
+ value: 10
115
+ save_16bit:
116
+ value: false
117
+ save_interval:
118
+ value: 1000000
119
+ seed:
120
+ value: 42
121
+ tf32:
122
+ value: false
123
+ total_training_steps:
124
+ value: 354
125
+ train_datasets:
126
+ value:
127
+ - - tools
128
+ - proportion: 1
129
+ trust_remote_code:
130
+ value: true
131
+ weight_decay:
132
+ value: 0
133
+ zero_stage:
134
+ value: 0
wandb/run-20250508_190248-2v7dhhsz/files/output.log ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ***** Running training *****
2
+ Training 1/3 epoch: 0%| | 0/8475 [00:00<?, ?it/s]Traceback (most recent call last):
3
+
4
+ ***** Evaluating at the beginning *****
5
+ File "<frozen runpy>", line 198, in _run_module_as_main
6
+ File "<frozen runpy>", line 88, in _run_code
7
+ File "/home/panda/pda-llm/safe_rlhf/algorithms/tools_ft/__main__.py", line 23, in <module>
8
+ sys.exit(main())
9
+ ^^^^^^
10
+ File "/home/panda/pda-llm/safe_rlhf/algorithms/tools_ft/main.py", line 367, in main
11
+ trainer.train()
12
+ File "/home/panda/pda-llm/safe_rlhf/trainers/supervised_tools_trainer.py", line 292, in train
13
+ self.logger.log(self.eval(), step=0)
14
+ File "/home/panda/pda-llm/safe_rlhf/utils.py", line 195, in wrapper
15
+ return func(*args, **kwargs)
16
+ ^^^^^^^^^^^^^^^^^^^^^
17
+ File "/home/panda/pda-llm/safe_rlhf/logger.py", line 158, in log
18
+ self.wandb.log(metrics, step=step)
19
+ File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/wandb_run.py", line 406, in wrapper
20
+ return func(self, *args, **kwargs)
21
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
22
+ File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/wandb_run.py", line 503, in wrapper
23
+ return func(self, *args, **kwargs)
24
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
25
+ File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/wandb_run.py", line 464, in wrapper_fn
26
+ return func(self, *args, **kwargs)
27
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
28
+ File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/wandb_run.py", line 451, in wrapper
29
+ return func(self, *args, **kwargs)
30
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
31
+ File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/wandb_run.py", line 2064, in log
32
+ self._log(data=data, step=step, commit=commit)
33
+ File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/wandb_run.py", line 1776, in _log
34
+ self._partial_history_callback(data, step, commit)
35
+ File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/wandb_run.py", line 406, in wrapper
36
+ return func(self, *args, **kwargs)
37
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
38
+ File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/wandb_run.py", line 1603, in _partial_history_callback
39
+ self._backend.interface.publish_partial_history(
40
+ File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/interface/interface.py", line 674, in publish_partial_history
41
+ data = history_dict_to_json(run, data, step=user_step, ignore_copy_err=True)
42
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
43
+ File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/data_types/utils.py", line 54, in history_dict_to_json
44
+ payload[key] = val_to_json(
45
+ ^^^^^^^^^^^^
46
+ File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/data_types/utils.py", line 162, in val_to_json
47
+ val.bind_to_run(run, key, namespace)
48
+ File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/data_types/table.py", line 510, in bind_to_run
49
+ util.json_dump_safer(data, fp)
50
+ File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/util.py", line 812, in json_dump_safer
51
+ return dump(obj, fp, cls=WandBJSONEncoder, **kwargs)
52
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
53
+ File "/home/panda/miniconda3/envs/pda/lib/python3.11/json/__init__.py", line 179, in dump
54
+ for chunk in iterable:
55
+ File "/home/panda/miniconda3/envs/pda/lib/python3.11/json/encoder.py", line 432, in _iterencode
56
+ yield from _iterencode_dict(o, _current_indent_level)
57
+ File "/home/panda/miniconda3/envs/pda/lib/python3.11/json/encoder.py", line 406, in _iterencode_dict
58
+ yield from chunks
59
+ File "/home/panda/miniconda3/envs/pda/lib/python3.11/json/encoder.py", line 326, in _iterencode_list
60
+ yield from chunks
61
+ File "/home/panda/miniconda3/envs/pda/lib/python3.11/json/encoder.py", line 326, in _iterencode_list
62
+ yield from chunks
63
+ File "/home/panda/miniconda3/envs/pda/lib/python3.11/json/encoder.py", line 439, in _iterencode
64
+ o = _default(o)
65
+ ^^^^^^^^^^^
66
+ File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/util.py", line 763, in default
67
+ tmp_obj, converted = json_friendly(obj)
68
+ ^^^^^^^^^^^^^^^^^^
69
+ File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/util.py", line 595, in json_friendly
70
+ obj = obj.cpu().detach().numpy()
71
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^
72
+ TypeError: Got unsupported ScalarType BFloat16
73
+ [rank0]: Traceback (most recent call last):
74
+ [rank0]: File "<frozen runpy>", line 198, in _run_module_as_main
75
+ [rank0]: File "<frozen runpy>", line 88, in _run_code
76
+ [rank0]: File "/home/panda/pda-llm/safe_rlhf/algorithms/tools_ft/__main__.py", line 23, in <module>
77
+ [rank0]: sys.exit(main())
78
+ [rank0]: ^^^^^^
79
+ [rank0]: File "/home/panda/pda-llm/safe_rlhf/algorithms/tools_ft/main.py", line 367, in main
80
+ [rank0]: trainer.train()
81
+ [rank0]: File "/home/panda/pda-llm/safe_rlhf/trainers/supervised_tools_trainer.py", line 292, in train
82
+ [rank0]: self.logger.log(self.eval(), step=0)
83
+ [rank0]: File "/home/panda/pda-llm/safe_rlhf/utils.py", line 195, in wrapper
84
+ [rank0]: return func(*args, **kwargs)
85
+ [rank0]: ^^^^^^^^^^^^^^^^^^^^^
86
+ [rank0]: File "/home/panda/pda-llm/safe_rlhf/logger.py", line 158, in log
87
+ [rank0]: self.wandb.log(metrics, step=step)
88
+ [rank0]: File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/wandb_run.py", line 406, in wrapper
89
+ [rank0]: return func(self, *args, **kwargs)
90
+ [rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
91
+ [rank0]: File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/wandb_run.py", line 503, in wrapper
92
+ [rank0]: return func(self, *args, **kwargs)
93
+ [rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
94
+ [rank0]: File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/wandb_run.py", line 464, in wrapper_fn
95
+ [rank0]: return func(self, *args, **kwargs)
96
+ [rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
97
+ [rank0]: File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/wandb_run.py", line 451, in wrapper
98
+ [rank0]: return func(self, *args, **kwargs)
99
+ [rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
100
+ [rank0]: File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/wandb_run.py", line 2064, in log
101
+ [rank0]: self._log(data=data, step=step, commit=commit)
102
+ [rank0]: File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/wandb_run.py", line 1776, in _log
103
+ [rank0]: self._partial_history_callback(data, step, commit)
104
+ [rank0]: File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/wandb_run.py", line 406, in wrapper
105
+ [rank0]: return func(self, *args, **kwargs)
106
+ [rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
107
+ [rank0]: File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/wandb_run.py", line 1603, in _partial_history_callback
108
+ [rank0]: self._backend.interface.publish_partial_history(
109
+ [rank0]: File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/interface/interface.py", line 674, in publish_partial_history
110
+ [rank0]: data = history_dict_to_json(run, data, step=user_step, ignore_copy_err=True)
111
+ [rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
112
+ [rank0]: File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/data_types/utils.py", line 54, in history_dict_to_json
113
+ [rank0]: payload[key] = val_to_json(
114
+ [rank0]: ^^^^^^^^^^^^
115
+ [rank0]: File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/data_types/utils.py", line 162, in val_to_json
116
+ [rank0]: val.bind_to_run(run, key, namespace)
117
+ [rank0]: File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/sdk/data_types/table.py", line 510, in bind_to_run
118
+ [rank0]: util.json_dump_safer(data, fp)
119
+ [rank0]: File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/util.py", line 812, in json_dump_safer
120
+ [rank0]: return dump(obj, fp, cls=WandBJSONEncoder, **kwargs)
121
+ [rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
122
+ [rank0]: File "/home/panda/miniconda3/envs/pda/lib/python3.11/json/__init__.py", line 179, in dump
123
+ [rank0]: for chunk in iterable:
124
+ [rank0]: File "/home/panda/miniconda3/envs/pda/lib/python3.11/json/encoder.py", line 432, in _iterencode
125
+ [rank0]: yield from _iterencode_dict(o, _current_indent_level)
126
+ [rank0]: File "/home/panda/miniconda3/envs/pda/lib/python3.11/json/encoder.py", line 406, in _iterencode_dict
127
+ [rank0]: yield from chunks
128
+ [rank0]: File "/home/panda/miniconda3/envs/pda/lib/python3.11/json/encoder.py", line 326, in _iterencode_list
129
+ [rank0]: yield from chunks
130
+ [rank0]: File "/home/panda/miniconda3/envs/pda/lib/python3.11/json/encoder.py", line 326, in _iterencode_list
131
+ [rank0]: yield from chunks
132
+ [rank0]: File "/home/panda/miniconda3/envs/pda/lib/python3.11/json/encoder.py", line 439, in _iterencode
133
+ [rank0]: o = _default(o)
134
+ [rank0]: ^^^^^^^^^^^
135
+ [rank0]: File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/util.py", line 763, in default
136
+ [rank0]: tmp_obj, converted = json_friendly(obj)
137
+ [rank0]: ^^^^^^^^^^^^^^^^^^
138
+ [rank0]: File "/home/panda/miniconda3/envs/pda/lib/python3.11/site-packages/wandb/util.py", line 595, in json_friendly
139
+ [rank0]: obj = obj.cpu().detach().numpy()
140
+ [rank0]: ^^^^^^^^^^^^^^^^^^^^^^^^^^
141
+ [rank0]: TypeError: Got unsupported ScalarType BFloat16