Training in progress, step 10
Browse files- adapter_config.json +29 -0
- adapter_model.safetensors +3 -0
- runs/Dec25_02-34-12_e0dc55e75a0e/events.out.tfevents.1703471684.e0dc55e75a0e.239.0 +3 -0
- special_tokens_map.json +23 -0
- tokenizer.json +0 -0
- tokenizer_config.json +123 -0
- training_args.bin +3 -0
- wandb/debug-internal.log +88 -0
- wandb/debug.log +30 -0
- wandb/run-20231225_023520-367ycxh7/files/config.yaml +672 -0
- wandb/run-20231225_023520-367ycxh7/files/output.log +1 -0
- wandb/run-20231225_023520-367ycxh7/files/requirements.txt +497 -0
- wandb/run-20231225_023520-367ycxh7/files/wandb-metadata.json +52 -0
- wandb/run-20231225_023520-367ycxh7/files/wandb-summary.json +1 -0
- wandb/run-20231225_023520-367ycxh7/logs/debug-internal.log +88 -0
- wandb/run-20231225_023520-367ycxh7/logs/debug.log +30 -0
- wandb/run-20231225_023520-367ycxh7/run-367ycxh7.wandb +0 -0
adapter_config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "tiiuae/falcon-7b",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"fan_in_fan_out": false,
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_lora_weights": true,
|
| 9 |
+
"layers_pattern": null,
|
| 10 |
+
"layers_to_transform": null,
|
| 11 |
+
"loftq_config": {},
|
| 12 |
+
"lora_alpha": 32,
|
| 13 |
+
"lora_dropout": 0.05,
|
| 14 |
+
"megatron_config": null,
|
| 15 |
+
"megatron_core": "megatron.core",
|
| 16 |
+
"modules_to_save": null,
|
| 17 |
+
"peft_type": "LORA",
|
| 18 |
+
"r": 32,
|
| 19 |
+
"rank_pattern": {},
|
| 20 |
+
"revision": null,
|
| 21 |
+
"target_modules": [
|
| 22 |
+
"dense",
|
| 23 |
+
"dense_h_to_4h",
|
| 24 |
+
"dense_4h_to_h",
|
| 25 |
+
"query_key_value"
|
| 26 |
+
],
|
| 27 |
+
"task_type": "CAUSAL_LM",
|
| 28 |
+
"use_rslora": false
|
| 29 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c650dd58f883c0af83f89d58f1c8db67eea34c991d6603141268a7ca031ab309
|
| 3 |
+
size 261131840
|
runs/Dec25_02-34-12_e0dc55e75a0e/events.out.tfevents.1703471684.e0dc55e75a0e.239.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d472fafa6e5c406ced9e4bc6f3b1fa3a5a3fff13c4c1b22ec48f4d2b1023c20d
|
| 3 |
+
size 5618
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
">>TITLE<<",
|
| 4 |
+
">>ABSTRACT<<",
|
| 5 |
+
">>INTRODUCTION<<",
|
| 6 |
+
">>SUMMARY<<",
|
| 7 |
+
">>COMMENT<<",
|
| 8 |
+
">>ANSWER<<",
|
| 9 |
+
">>QUESTION<<",
|
| 10 |
+
">>DOMAIN<<",
|
| 11 |
+
">>PREFIX<<",
|
| 12 |
+
">>SUFFIX<<",
|
| 13 |
+
">>MIDDLE<<"
|
| 14 |
+
],
|
| 15 |
+
"eos_token": {
|
| 16 |
+
"content": "<|endoftext|>",
|
| 17 |
+
"lstrip": false,
|
| 18 |
+
"normalized": false,
|
| 19 |
+
"rstrip": false,
|
| 20 |
+
"single_word": false
|
| 21 |
+
},
|
| 22 |
+
"pad_token": "<|endoftext|>"
|
| 23 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,123 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"0": {
|
| 5 |
+
"content": ">>TITLE<<",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"1": {
|
| 13 |
+
"content": ">>ABSTRACT<<",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"2": {
|
| 21 |
+
"content": ">>INTRODUCTION<<",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"3": {
|
| 29 |
+
"content": ">>SUMMARY<<",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"4": {
|
| 37 |
+
"content": ">>COMMENT<<",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"5": {
|
| 45 |
+
"content": ">>ANSWER<<",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"6": {
|
| 53 |
+
"content": ">>QUESTION<<",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"7": {
|
| 61 |
+
"content": ">>DOMAIN<<",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"8": {
|
| 69 |
+
"content": ">>PREFIX<<",
|
| 70 |
+
"lstrip": false,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"9": {
|
| 77 |
+
"content": ">>SUFFIX<<",
|
| 78 |
+
"lstrip": false,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"10": {
|
| 85 |
+
"content": ">>MIDDLE<<",
|
| 86 |
+
"lstrip": false,
|
| 87 |
+
"normalized": false,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"11": {
|
| 93 |
+
"content": "<|endoftext|>",
|
| 94 |
+
"lstrip": false,
|
| 95 |
+
"normalized": false,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
}
|
| 100 |
+
},
|
| 101 |
+
"additional_special_tokens": [
|
| 102 |
+
">>TITLE<<",
|
| 103 |
+
">>ABSTRACT<<",
|
| 104 |
+
">>INTRODUCTION<<",
|
| 105 |
+
">>SUMMARY<<",
|
| 106 |
+
">>COMMENT<<",
|
| 107 |
+
">>ANSWER<<",
|
| 108 |
+
">>QUESTION<<",
|
| 109 |
+
">>DOMAIN<<",
|
| 110 |
+
">>PREFIX<<",
|
| 111 |
+
">>SUFFIX<<",
|
| 112 |
+
">>MIDDLE<<"
|
| 113 |
+
],
|
| 114 |
+
"clean_up_tokenization_spaces": true,
|
| 115 |
+
"eos_token": "<|endoftext|>",
|
| 116 |
+
"model_input_names": [
|
| 117 |
+
"input_ids",
|
| 118 |
+
"attention_mask"
|
| 119 |
+
],
|
| 120 |
+
"model_max_length": 2048,
|
| 121 |
+
"pad_token": "<|endoftext|>",
|
| 122 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 123 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b924d1a4b8a8409a9b98f9a48aff4a98f678e944d66e8470b406b195d403153
|
| 3 |
+
size 4792
|
wandb/debug-internal.log
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2023-12-25 02:35:20,752 INFO StreamThr :5727 [internal.py:wandb_internal():86] W&B internal server running at pid: 5727, started at: 2023-12-25 02:35:20.749159
|
| 2 |
+
2023-12-25 02:35:20,775 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status
|
| 3 |
+
2023-12-25 02:35:22,518 INFO WriterThread:5727 [datastore.py:open_for_write():85] open: /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/run-20231225_023520-367ycxh7/run-367ycxh7.wandb
|
| 4 |
+
2023-12-25 02:35:22,521 DEBUG SenderThread:5727 [sender.py:send():382] send: header
|
| 5 |
+
2023-12-25 02:35:22,528 DEBUG SenderThread:5727 [sender.py:send():382] send: run
|
| 6 |
+
2023-12-25 02:35:22,857 INFO SenderThread:5727 [dir_watcher.py:__init__():211] watching files in: /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/run-20231225_023520-367ycxh7/files
|
| 7 |
+
2023-12-25 02:35:22,859 INFO SenderThread:5727 [sender.py:_start_run_threads():1136] run started: 367ycxh7 with start time 1703471720.74938
|
| 8 |
+
2023-12-25 02:35:22,861 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: check_version
|
| 9 |
+
2023-12-25 02:35:22,862 DEBUG SenderThread:5727 [sender.py:send_request():409] send_request: check_version
|
| 10 |
+
2023-12-25 02:35:23,087 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: run_start
|
| 11 |
+
2023-12-25 02:35:23,100 DEBUG HandlerThread:5727 [system_info.py:__init__():32] System info init
|
| 12 |
+
2023-12-25 02:35:23,100 DEBUG HandlerThread:5727 [system_info.py:__init__():47] System info init done
|
| 13 |
+
2023-12-25 02:35:23,100 INFO HandlerThread:5727 [system_monitor.py:start():194] Starting system monitor
|
| 14 |
+
2023-12-25 02:35:23,101 INFO SystemMonitor:5727 [system_monitor.py:_start():158] Starting system asset monitoring threads
|
| 15 |
+
2023-12-25 02:35:23,101 INFO HandlerThread:5727 [system_monitor.py:probe():214] Collecting system info
|
| 16 |
+
2023-12-25 02:35:23,104 INFO SystemMonitor:5727 [interfaces.py:start():190] Started cpu monitoring
|
| 17 |
+
2023-12-25 02:35:23,104 INFO SystemMonitor:5727 [interfaces.py:start():190] Started disk monitoring
|
| 18 |
+
2023-12-25 02:35:23,107 INFO SystemMonitor:5727 [interfaces.py:start():190] Started gpu monitoring
|
| 19 |
+
2023-12-25 02:35:23,107 INFO SystemMonitor:5727 [interfaces.py:start():190] Started memory monitoring
|
| 20 |
+
2023-12-25 02:35:23,109 DEBUG HandlerThread:5727 [system_info.py:probe():196] Probing system
|
| 21 |
+
2023-12-25 02:35:23,111 INFO SystemMonitor:5727 [interfaces.py:start():190] Started network monitoring
|
| 22 |
+
2023-12-25 02:35:23,114 DEBUG HandlerThread:5727 [gitlib.py:_init_repo():56] git repository is invalid
|
| 23 |
+
2023-12-25 02:35:23,114 DEBUG HandlerThread:5727 [system_info.py:probe():244] Probing system done
|
| 24 |
+
2023-12-25 02:35:23,115 DEBUG HandlerThread:5727 [system_monitor.py:probe():223] {'os': 'Linux-6.1.58+-x86_64-with-glibc2.35', 'python': '3.10.12', 'heartbeatAt': '2023-12-25T02:35:23.109183', 'startedAt': '2023-12-25T02:35:20.674111', 'docker': None, 'cuda': None, 'args': (), 'state': 'running', 'program': 'Falcon_Financial_Finetuning-Stock.ipynb', 'codePathLocal': None, 'colab': 'https://colab.research.google.com/notebook#fileId=1UnwFqmc41c9nXQMfidSog2SAw2WKC6Wx', 'host': 'e0dc55e75a0e', 'username': 'root', 'executable': '/usr/bin/python3', 'cpu_count': 1, 'cpu_count_logical': 2, 'cpu_freq': {'current': 2199.998, 'min': 0.0, 'max': 0.0}, 'cpu_freq_per_core': [{'current': 2199.998, 'min': 0.0, 'max': 0.0}, {'current': 2199.998, 'min': 0.0, 'max': 0.0}], 'disk': {'/': {'total': 78.1898422241211, 'used': 40.18109893798828}}, 'gpu': 'Tesla T4', 'gpu_count': 1, 'gpu_devices': [{'name': 'Tesla T4', 'memory_total': 16106127360}], 'memory': {'total': 12.674789428710938}}
|
| 25 |
+
2023-12-25 02:35:23,115 INFO HandlerThread:5727 [system_monitor.py:probe():224] Finished collecting system info
|
| 26 |
+
2023-12-25 02:35:23,115 INFO HandlerThread:5727 [system_monitor.py:probe():227] Publishing system info
|
| 27 |
+
2023-12-25 02:35:23,115 DEBUG HandlerThread:5727 [system_info.py:_save_pip():52] Saving list of pip packages installed into the current environment
|
| 28 |
+
2023-12-25 02:35:23,126 DEBUG HandlerThread:5727 [system_info.py:_save_pip():68] Saving pip packages done
|
| 29 |
+
2023-12-25 02:35:23,131 INFO HandlerThread:5727 [system_monitor.py:probe():229] Finished publishing system info
|
| 30 |
+
2023-12-25 02:35:23,159 DEBUG SenderThread:5727 [sender.py:send():382] send: files
|
| 31 |
+
2023-12-25 02:35:23,159 INFO SenderThread:5727 [sender.py:_save_file():1392] saving file wandb-metadata.json with policy now
|
| 32 |
+
2023-12-25 02:35:23,198 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: stop_status
|
| 33 |
+
2023-12-25 02:35:23,198 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: internal_messages
|
| 34 |
+
2023-12-25 02:35:23,199 DEBUG SenderThread:5727 [sender.py:send_request():409] send_request: stop_status
|
| 35 |
+
2023-12-25 02:35:23,537 DEBUG SenderThread:5727 [sender.py:send():382] send: telemetry
|
| 36 |
+
2023-12-25 02:35:23,537 DEBUG SenderThread:5727 [sender.py:send():382] send: config
|
| 37 |
+
2023-12-25 02:35:23,539 DEBUG SenderThread:5727 [sender.py:send():382] send: metric
|
| 38 |
+
2023-12-25 02:35:23,540 DEBUG SenderThread:5727 [sender.py:send():382] send: telemetry
|
| 39 |
+
2023-12-25 02:35:23,540 DEBUG SenderThread:5727 [sender.py:send():382] send: metric
|
| 40 |
+
2023-12-25 02:35:23,540 WARNING SenderThread:5727 [sender.py:send_metric():1343] Seen metric with glob (shouldn't happen)
|
| 41 |
+
2023-12-25 02:35:23,540 DEBUG SenderThread:5727 [sender.py:send():382] send: telemetry
|
| 42 |
+
2023-12-25 02:35:23,726 INFO wandb-upload_0:5727 [upload_job.py:push():131] Uploaded file /tmp/tmp881pt6wmwandb/uq9ed8pw-wandb-metadata.json
|
| 43 |
+
2023-12-25 02:35:23,867 INFO Thread-12 :5727 [dir_watcher.py:_on_file_created():271] file/dir created: /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/run-20231225_023520-367ycxh7/files/wandb-metadata.json
|
| 44 |
+
2023-12-25 02:35:23,867 INFO Thread-12 :5727 [dir_watcher.py:_on_file_created():271] file/dir created: /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/run-20231225_023520-367ycxh7/files/output.log
|
| 45 |
+
2023-12-25 02:35:23,868 INFO Thread-12 :5727 [dir_watcher.py:_on_file_created():271] file/dir created: /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/run-20231225_023520-367ycxh7/files/requirements.txt
|
| 46 |
+
2023-12-25 02:35:26,548 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 47 |
+
2023-12-25 02:35:31,549 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 48 |
+
2023-12-25 02:35:36,555 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 49 |
+
2023-12-25 02:35:38,198 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: stop_status
|
| 50 |
+
2023-12-25 02:35:38,206 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: internal_messages
|
| 51 |
+
2023-12-25 02:35:38,207 DEBUG SenderThread:5727 [sender.py:send_request():409] send_request: stop_status
|
| 52 |
+
2023-12-25 02:35:42,327 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 53 |
+
2023-12-25 02:35:47,328 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 54 |
+
2023-12-25 02:35:52,337 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 55 |
+
2023-12-25 02:35:52,950 INFO Thread-12 :5727 [dir_watcher.py:_on_file_modified():288] file/dir modified: /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/run-20231225_023520-367ycxh7/files/config.yaml
|
| 56 |
+
2023-12-25 02:35:53,198 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: stop_status
|
| 57 |
+
2023-12-25 02:35:53,205 DEBUG SenderThread:5727 [sender.py:send_request():409] send_request: stop_status
|
| 58 |
+
2023-12-25 02:35:53,239 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: internal_messages
|
| 59 |
+
2023-12-25 02:35:58,280 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 60 |
+
2023-12-25 02:36:03,281 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 61 |
+
2023-12-25 02:36:08,203 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: internal_messages
|
| 62 |
+
2023-12-25 02:36:08,205 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: stop_status
|
| 63 |
+
2023-12-25 02:36:08,205 DEBUG SenderThread:5727 [sender.py:send_request():409] send_request: stop_status
|
| 64 |
+
2023-12-25 02:36:08,308 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 65 |
+
2023-12-25 02:36:13,314 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 66 |
+
2023-12-25 02:36:13,449 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: partial_history
|
| 67 |
+
2023-12-25 02:36:13,452 DEBUG SenderThread:5727 [sender.py:send():382] send: metric
|
| 68 |
+
2023-12-25 02:36:13,452 DEBUG SenderThread:5727 [sender.py:send():382] send: metric
|
| 69 |
+
2023-12-25 02:36:13,452 DEBUG SenderThread:5727 [sender.py:send():382] send: metric
|
| 70 |
+
2023-12-25 02:36:13,457 DEBUG SenderThread:5727 [sender.py:send():382] send: history
|
| 71 |
+
2023-12-25 02:36:13,462 DEBUG SenderThread:5727 [sender.py:send_request():409] send_request: summary_record
|
| 72 |
+
2023-12-25 02:36:13,484 INFO SenderThread:5727 [sender.py:_save_file():1392] saving file wandb-summary.json with policy end
|
| 73 |
+
2023-12-25 02:36:14,001 INFO Thread-12 :5727 [dir_watcher.py:_on_file_created():271] file/dir created: /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/run-20231225_023520-367ycxh7/files/wandb-summary.json
|
| 74 |
+
2023-12-25 02:36:18,506 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 75 |
+
2023-12-25 02:36:23,111 DEBUG SystemMonitor:5727 [system_monitor.py:_start():172] Starting system metrics aggregation loop
|
| 76 |
+
2023-12-25 02:36:23,113 DEBUG SenderThread:5727 [sender.py:send():382] send: stats
|
| 77 |
+
2023-12-25 02:36:23,203 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: internal_messages
|
| 78 |
+
2023-12-25 02:36:23,205 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: stop_status
|
| 79 |
+
2023-12-25 02:36:23,206 DEBUG SenderThread:5727 [sender.py:send_request():409] send_request: stop_status
|
| 80 |
+
2023-12-25 02:36:24,324 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 81 |
+
2023-12-25 02:36:25,245 INFO Thread-12 :5727 [dir_watcher.py:_on_file_modified():288] file/dir modified: /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/run-20231225_023520-367ycxh7/files/config.yaml
|
| 82 |
+
2023-12-25 02:36:28,346 INFO Thread-12 :5727 [dir_watcher.py:_on_file_modified():288] file/dir modified: /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/run-20231225_023520-367ycxh7/files/output.log
|
| 83 |
+
2023-12-25 02:36:29,704 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 84 |
+
2023-12-25 02:36:34,704 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 85 |
+
2023-12-25 02:36:38,203 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: internal_messages
|
| 86 |
+
2023-12-25 02:36:38,205 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: stop_status
|
| 87 |
+
2023-12-25 02:36:38,205 DEBUG SenderThread:5727 [sender.py:send_request():409] send_request: stop_status
|
| 88 |
+
2023-12-25 02:36:40,376 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
wandb/debug.log
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2023-12-25 02:35:20,738 INFO MainThread:239 [wandb_setup.py:_flush():76] Current SDK version is 0.16.1
|
| 2 |
+
2023-12-25 02:35:20,739 INFO MainThread:239 [wandb_setup.py:_flush():76] Configure stats pid to 239
|
| 3 |
+
2023-12-25 02:35:20,739 INFO MainThread:239 [wandb_setup.py:_flush():76] Loading settings from /root/.config/wandb/settings
|
| 4 |
+
2023-12-25 02:35:20,739 INFO MainThread:239 [wandb_setup.py:_flush():76] Loading settings from /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/settings
|
| 5 |
+
2023-12-25 02:35:20,739 INFO MainThread:239 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
|
| 6 |
+
2023-12-25 02:35:20,739 INFO MainThread:239 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
|
| 7 |
+
2023-12-25 02:35:20,739 INFO MainThread:239 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program': '<python with no main file>'}
|
| 8 |
+
2023-12-25 02:35:20,739 INFO MainThread:239 [wandb_setup.py:_flush():76] Applying login settings: {'api_key': '***REDACTED***'}
|
| 9 |
+
2023-12-25 02:35:20,740 INFO MainThread:239 [wandb_init.py:_log_setup():524] Logging user logs to /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/run-20231225_023520-367ycxh7/logs/debug.log
|
| 10 |
+
2023-12-25 02:35:20,740 INFO MainThread:239 [wandb_init.py:_log_setup():525] Logging internal logs to /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/run-20231225_023520-367ycxh7/logs/debug-internal.log
|
| 11 |
+
2023-12-25 02:35:20,741 INFO MainThread:239 [wandb_init.py:_jupyter_setup():470] configuring jupyter hooks <wandb.sdk.wandb_init._WandbInit object at 0x7d9d510e48b0>
|
| 12 |
+
2023-12-25 02:35:20,741 INFO MainThread:239 [wandb_init.py:init():564] calling init triggers
|
| 13 |
+
2023-12-25 02:35:20,742 INFO MainThread:239 [wandb_init.py:init():571] wandb.init called with sweep_config: {}
|
| 14 |
+
config: {}
|
| 15 |
+
2023-12-25 02:35:20,742 INFO MainThread:239 [wandb_init.py:init():614] starting backend
|
| 16 |
+
2023-12-25 02:35:20,742 INFO MainThread:239 [wandb_init.py:init():618] setting up manager
|
| 17 |
+
2023-12-25 02:35:20,747 INFO MainThread:239 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
|
| 18 |
+
2023-12-25 02:35:20,749 INFO MainThread:239 [wandb_init.py:init():624] backend started and connected
|
| 19 |
+
2023-12-25 02:35:20,773 INFO MainThread:239 [wandb_run.py:_label_probe_notebook():1294] probe notebook
|
| 20 |
+
2023-12-25 02:35:22,516 INFO MainThread:239 [wandb_init.py:init():716] updated telemetry
|
| 21 |
+
2023-12-25 02:35:22,527 INFO MainThread:239 [wandb_init.py:init():749] communicating run to backend with 90.0 second timeout
|
| 22 |
+
2023-12-25 02:35:22,861 INFO MainThread:239 [wandb_run.py:_on_init():2254] communicating current version
|
| 23 |
+
2023-12-25 02:35:23,076 INFO MainThread:239 [wandb_run.py:_on_init():2263] got version response
|
| 24 |
+
2023-12-25 02:35:23,076 INFO MainThread:239 [wandb_init.py:init():800] starting run threads in backend
|
| 25 |
+
2023-12-25 02:35:23,197 INFO MainThread:239 [wandb_run.py:_console_start():2233] atexit reg
|
| 26 |
+
2023-12-25 02:35:23,198 INFO MainThread:239 [wandb_run.py:_redirect():2088] redirect: wrap_raw
|
| 27 |
+
2023-12-25 02:35:23,199 INFO MainThread:239 [wandb_run.py:_redirect():2153] Wrapping output streams.
|
| 28 |
+
2023-12-25 02:35:23,199 INFO MainThread:239 [wandb_run.py:_redirect():2178] Redirects installed.
|
| 29 |
+
2023-12-25 02:35:23,203 INFO MainThread:239 [wandb_init.py:init():841] run started, returning control to user process
|
| 30 |
+
2023-12-25 02:35:23,222 INFO MainThread:239 [wandb_run.py:_config_callback():1342] config_cb None None {'vocab_size': 65024, 'hidden_size': 4544, 'num_hidden_layers': 32, 'num_attention_heads': 71, 'layer_norm_epsilon': 1e-05, 'initializer_range': 0.02, 'use_cache': False, 'hidden_dropout': 0.0, 'attention_dropout': 0.0, 'bos_token_id': 11, 'eos_token_id': 11, 'num_kv_heads': 71, 'alibi': False, 'new_decoder_architecture': False, 'multi_query': True, 'parallel_attn': True, 'bias': False, 'return_dict': True, 'output_hidden_states': False, 'output_attentions': False, 'torchscript': False, 'torch_dtype': 'bfloat16', 'use_bfloat16': False, 'tf_legacy_loss': False, 'pruned_heads': {}, 'tie_word_embeddings': True, 'is_encoder_decoder': False, 'is_decoder': False, 'cross_attention_hidden_size': None, 'add_cross_attention': False, 'tie_encoder_decoder': False, 'max_length': 20, 'min_length': 0, 'do_sample': False, 'early_stopping': False, 'num_beams': 1, 'num_beam_groups': 1, 'diversity_penalty': 0.0, 'temperature': 1.0, 'top_k': 50, 'top_p': 1.0, 'typical_p': 1.0, 'repetition_penalty': 1.0, 'length_penalty': 1.0, 'no_repeat_ngram_size': 0, 'encoder_no_repeat_ngram_size': 0, 'bad_words_ids': None, 'num_return_sequences': 1, 'chunk_size_feed_forward': 0, 'output_scores': False, 'return_dict_in_generate': False, 'forced_bos_token_id': None, 'forced_eos_token_id': None, 'remove_invalid_values': False, 'exponential_decay_length_penalty': None, 'suppress_tokens': None, 'begin_suppress_tokens': None, 'architectures': ['FalconForCausalLM'], 'finetuning_task': None, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'tokenizer_class': None, 'prefix': None, 'pad_token_id': None, 'sep_token_id': None, 'decoder_start_token_id': None, 'task_specific_params': None, 'problem_type': None, '_name_or_path': 'tiiuae/falcon-7b', 'transformers_version': '4.36.2', 'apply_residual_connection_post_layernorm': False, 'auto_map': {'AutoConfig': 'tiiuae/falcon-7b--configuration_falcon.FalconConfig', 'AutoModel': 'tiiuae/falcon-7b--modeling_falcon.FalconModel', 'AutoModelForSequenceClassification': 'tiiuae/falcon-7b--modeling_falcon.FalconForSequenceClassification', 'AutoModelForTokenClassification': 'tiiuae/falcon-7b--modeling_falcon.FalconForTokenClassification', 'AutoModelForQuestionAnswering': 'tiiuae/falcon-7b--modeling_falcon.FalconForQuestionAnswering', 'AutoModelForCausalLM': 'tiiuae/falcon-7b--modeling_falcon.FalconForCausalLM'}, 'model_type': 'falcon', 'quantization_config': {'quant_method': 'QuantizationMethod.BITS_AND_BYTES', 'load_in_8bit': False, 'load_in_4bit': True, 'llm_int8_threshold': 6.0, 'llm_int8_skip_modules': None, 'llm_int8_enable_fp32_cpu_offload': False, 'llm_int8_has_fp16_weight': False, 'bnb_4bit_quant_type': 'nf4', 'bnb_4bit_use_double_quant': True, 'bnb_4bit_compute_dtype': 'bfloat16'}, 'output_dir': '/content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E', 'overwrite_output_dir': False, 'do_train': False, 'do_eval': False, 'do_predict': False, 'evaluation_strategy': 'no', 'prediction_loss_only': False, 'per_device_train_batch_size': 2, 'per_device_eval_batch_size': 8, 'per_gpu_train_batch_size': None, 'per_gpu_eval_batch_size': None, 'gradient_accumulation_steps': 2, 'eval_accumulation_steps': None, 'eval_delay': 0, 'learning_rate': 0.0002, 'weight_decay': 0.0, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'max_grad_norm': 0.3, 'num_train_epochs': 3.0, 'max_steps': 60, 'lr_scheduler_type': 'cosine', 'lr_scheduler_kwargs': {}, 'warmup_ratio': 0.03, 'warmup_steps': 0, 'log_level': 'passive', 'log_level_replica': 'warning', 'log_on_each_node': True, 'logging_dir': '/content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/runs/Dec25_02-34-12_e0dc55e75a0e', 'logging_strategy': 'steps', 'logging_first_step': False, 'logging_steps': 10, 'logging_nan_inf_filter': True, 'save_strategy': 'steps', 'save_steps': 10, 'save_total_limit': None, 'save_safetensors': True, 'save_on_each_node': False, 'save_only_model': False, 'no_cuda': False, 'use_cpu': False, 'use_mps_device': False, 'seed': 42, 'data_seed': None, 'jit_mode_eval': False, 'use_ipex': False, 'bf16': False, 'fp16': False, 'fp16_opt_level': 'O1', 'half_precision_backend': 'auto', 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': False, 'local_rank': 0, 'ddp_backend': None, 'tpu_num_cores': None, 'tpu_metrics_debug': False, 'debug': [], 'dataloader_drop_last': False, 'eval_steps': None, 'dataloader_num_workers': 0, 'past_index': -1, 'run_name': '/content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E', 'disable_tqdm': False, 'remove_unused_columns': True, 'label_names': None, 'load_best_model_at_end': False, 'metric_for_best_model': None, 'greater_is_better': None, 'ignore_data_skip': False, 'fsdp': [], 'fsdp_min_num_params': 0, 'fsdp_config': {'min_num_params': 0, 'xla': False, 'xla_fsdp_grad_ckpt': False}, 'fsdp_transformer_layer_cls_to_wrap': None, 'deepspeed': None, 'label_smoothing_factor': 0.0, 'optim': 'paged_adamw_32bit', 'optim_args': None, 'adafactor': False, 'group_by_length': True, 'length_column_name': 'length', 'report_to': ['tensorboard', 'wandb'], 'ddp_find_unused_parameters': None, 'ddp_bucket_cap_mb': None, 'ddp_broadcast_buffers': None, 'dataloader_pin_memory': True, 'dataloader_persistent_workers': False, 'skip_memory_metrics': True, 'use_legacy_prediction_loop': False, 'push_to_hub': True, 'resume_from_checkpoint': None, 'hub_model_id': None, 'hub_strategy': 'every_save', 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': False, 'hub_always_push': False, 'gradient_checkpointing': False, 'gradient_checkpointing_kwargs': None, 'include_inputs_for_metrics': False, 'fp16_backend': 'auto', 'push_to_hub_model_id': None, 'push_to_hub_organization': None, 'push_to_hub_token': '<PUSH_TO_HUB_TOKEN>', 'mp_parameters': '', 'auto_find_batch_size': False, 'full_determinism': False, 'torchdynamo': None, 'ray_scope': 'last', 'ddp_timeout': 1800, 'torch_compile': False, 'torch_compile_backend': None, 'torch_compile_mode': None, 'dispatch_batches': None, 'split_batches': False, 'include_tokens_per_second': False, 'include_num_input_tokens_seen': False, 'neftune_noise_alpha': None}
|
wandb/run-20231225_023520-367ycxh7/files/config.yaml
ADDED
|
@@ -0,0 +1,672 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
wandb_version: 1
|
| 2 |
+
|
| 3 |
+
_wandb:
|
| 4 |
+
desc: null
|
| 5 |
+
value:
|
| 6 |
+
python_version: 3.10.12
|
| 7 |
+
cli_version: 0.16.1
|
| 8 |
+
framework: huggingface
|
| 9 |
+
huggingface_version: 4.36.2
|
| 10 |
+
is_jupyter_run: true
|
| 11 |
+
is_kaggle_kernel: false
|
| 12 |
+
start_time: 1703471720.74938
|
| 13 |
+
t:
|
| 14 |
+
1:
|
| 15 |
+
- 1
|
| 16 |
+
- 2
|
| 17 |
+
- 3
|
| 18 |
+
- 5
|
| 19 |
+
- 11
|
| 20 |
+
- 12
|
| 21 |
+
- 49
|
| 22 |
+
- 51
|
| 23 |
+
- 53
|
| 24 |
+
- 55
|
| 25 |
+
- 71
|
| 26 |
+
- 84
|
| 27 |
+
- 98
|
| 28 |
+
2:
|
| 29 |
+
- 1
|
| 30 |
+
- 2
|
| 31 |
+
- 3
|
| 32 |
+
- 5
|
| 33 |
+
- 11
|
| 34 |
+
- 12
|
| 35 |
+
- 49
|
| 36 |
+
- 51
|
| 37 |
+
- 53
|
| 38 |
+
- 55
|
| 39 |
+
- 71
|
| 40 |
+
- 84
|
| 41 |
+
- 98
|
| 42 |
+
3:
|
| 43 |
+
- 7
|
| 44 |
+
- 23
|
| 45 |
+
4: 3.10.12
|
| 46 |
+
5: 0.16.1
|
| 47 |
+
6: 4.36.2
|
| 48 |
+
8:
|
| 49 |
+
- 1
|
| 50 |
+
- 5
|
| 51 |
+
- 12
|
| 52 |
+
9:
|
| 53 |
+
1: transformers_trainer
|
| 54 |
+
13: linux-x86_64
|
| 55 |
+
m:
|
| 56 |
+
- 1: train/global_step
|
| 57 |
+
6:
|
| 58 |
+
- 3
|
| 59 |
+
- 1: train/loss
|
| 60 |
+
5: 1
|
| 61 |
+
6:
|
| 62 |
+
- 1
|
| 63 |
+
- 1: train/learning_rate
|
| 64 |
+
5: 1
|
| 65 |
+
6:
|
| 66 |
+
- 1
|
| 67 |
+
- 1: train/epoch
|
| 68 |
+
5: 1
|
| 69 |
+
6:
|
| 70 |
+
- 1
|
| 71 |
+
vocab_size:
|
| 72 |
+
desc: null
|
| 73 |
+
value: 65024
|
| 74 |
+
hidden_size:
|
| 75 |
+
desc: null
|
| 76 |
+
value: 4544
|
| 77 |
+
num_hidden_layers:
|
| 78 |
+
desc: null
|
| 79 |
+
value: 32
|
| 80 |
+
num_attention_heads:
|
| 81 |
+
desc: null
|
| 82 |
+
value: 71
|
| 83 |
+
layer_norm_epsilon:
|
| 84 |
+
desc: null
|
| 85 |
+
value: 1.0e-05
|
| 86 |
+
initializer_range:
|
| 87 |
+
desc: null
|
| 88 |
+
value: 0.02
|
| 89 |
+
use_cache:
|
| 90 |
+
desc: null
|
| 91 |
+
value: false
|
| 92 |
+
hidden_dropout:
|
| 93 |
+
desc: null
|
| 94 |
+
value: 0.0
|
| 95 |
+
attention_dropout:
|
| 96 |
+
desc: null
|
| 97 |
+
value: 0.0
|
| 98 |
+
bos_token_id:
|
| 99 |
+
desc: null
|
| 100 |
+
value: 11
|
| 101 |
+
eos_token_id:
|
| 102 |
+
desc: null
|
| 103 |
+
value: 11
|
| 104 |
+
num_kv_heads:
|
| 105 |
+
desc: null
|
| 106 |
+
value: 71
|
| 107 |
+
alibi:
|
| 108 |
+
desc: null
|
| 109 |
+
value: false
|
| 110 |
+
new_decoder_architecture:
|
| 111 |
+
desc: null
|
| 112 |
+
value: false
|
| 113 |
+
multi_query:
|
| 114 |
+
desc: null
|
| 115 |
+
value: true
|
| 116 |
+
parallel_attn:
|
| 117 |
+
desc: null
|
| 118 |
+
value: true
|
| 119 |
+
bias:
|
| 120 |
+
desc: null
|
| 121 |
+
value: false
|
| 122 |
+
return_dict:
|
| 123 |
+
desc: null
|
| 124 |
+
value: true
|
| 125 |
+
output_hidden_states:
|
| 126 |
+
desc: null
|
| 127 |
+
value: false
|
| 128 |
+
output_attentions:
|
| 129 |
+
desc: null
|
| 130 |
+
value: false
|
| 131 |
+
torchscript:
|
| 132 |
+
desc: null
|
| 133 |
+
value: false
|
| 134 |
+
torch_dtype:
|
| 135 |
+
desc: null
|
| 136 |
+
value: bfloat16
|
| 137 |
+
use_bfloat16:
|
| 138 |
+
desc: null
|
| 139 |
+
value: false
|
| 140 |
+
tf_legacy_loss:
|
| 141 |
+
desc: null
|
| 142 |
+
value: false
|
| 143 |
+
pruned_heads:
|
| 144 |
+
desc: null
|
| 145 |
+
value: {}
|
| 146 |
+
tie_word_embeddings:
|
| 147 |
+
desc: null
|
| 148 |
+
value: true
|
| 149 |
+
is_encoder_decoder:
|
| 150 |
+
desc: null
|
| 151 |
+
value: false
|
| 152 |
+
is_decoder:
|
| 153 |
+
desc: null
|
| 154 |
+
value: false
|
| 155 |
+
cross_attention_hidden_size:
|
| 156 |
+
desc: null
|
| 157 |
+
value: null
|
| 158 |
+
add_cross_attention:
|
| 159 |
+
desc: null
|
| 160 |
+
value: false
|
| 161 |
+
tie_encoder_decoder:
|
| 162 |
+
desc: null
|
| 163 |
+
value: false
|
| 164 |
+
max_length:
|
| 165 |
+
desc: null
|
| 166 |
+
value: 20
|
| 167 |
+
min_length:
|
| 168 |
+
desc: null
|
| 169 |
+
value: 0
|
| 170 |
+
do_sample:
|
| 171 |
+
desc: null
|
| 172 |
+
value: false
|
| 173 |
+
early_stopping:
|
| 174 |
+
desc: null
|
| 175 |
+
value: false
|
| 176 |
+
num_beams:
|
| 177 |
+
desc: null
|
| 178 |
+
value: 1
|
| 179 |
+
num_beam_groups:
|
| 180 |
+
desc: null
|
| 181 |
+
value: 1
|
| 182 |
+
diversity_penalty:
|
| 183 |
+
desc: null
|
| 184 |
+
value: 0.0
|
| 185 |
+
temperature:
|
| 186 |
+
desc: null
|
| 187 |
+
value: 1.0
|
| 188 |
+
top_k:
|
| 189 |
+
desc: null
|
| 190 |
+
value: 50
|
| 191 |
+
top_p:
|
| 192 |
+
desc: null
|
| 193 |
+
value: 1.0
|
| 194 |
+
typical_p:
|
| 195 |
+
desc: null
|
| 196 |
+
value: 1.0
|
| 197 |
+
repetition_penalty:
|
| 198 |
+
desc: null
|
| 199 |
+
value: 1.0
|
| 200 |
+
length_penalty:
|
| 201 |
+
desc: null
|
| 202 |
+
value: 1.0
|
| 203 |
+
no_repeat_ngram_size:
|
| 204 |
+
desc: null
|
| 205 |
+
value: 0
|
| 206 |
+
encoder_no_repeat_ngram_size:
|
| 207 |
+
desc: null
|
| 208 |
+
value: 0
|
| 209 |
+
bad_words_ids:
|
| 210 |
+
desc: null
|
| 211 |
+
value: null
|
| 212 |
+
num_return_sequences:
|
| 213 |
+
desc: null
|
| 214 |
+
value: 1
|
| 215 |
+
chunk_size_feed_forward:
|
| 216 |
+
desc: null
|
| 217 |
+
value: 0
|
| 218 |
+
output_scores:
|
| 219 |
+
desc: null
|
| 220 |
+
value: false
|
| 221 |
+
return_dict_in_generate:
|
| 222 |
+
desc: null
|
| 223 |
+
value: false
|
| 224 |
+
forced_bos_token_id:
|
| 225 |
+
desc: null
|
| 226 |
+
value: null
|
| 227 |
+
forced_eos_token_id:
|
| 228 |
+
desc: null
|
| 229 |
+
value: null
|
| 230 |
+
remove_invalid_values:
|
| 231 |
+
desc: null
|
| 232 |
+
value: false
|
| 233 |
+
exponential_decay_length_penalty:
|
| 234 |
+
desc: null
|
| 235 |
+
value: null
|
| 236 |
+
suppress_tokens:
|
| 237 |
+
desc: null
|
| 238 |
+
value: null
|
| 239 |
+
begin_suppress_tokens:
|
| 240 |
+
desc: null
|
| 241 |
+
value: null
|
| 242 |
+
architectures:
|
| 243 |
+
desc: null
|
| 244 |
+
value:
|
| 245 |
+
- FalconForCausalLM
|
| 246 |
+
finetuning_task:
|
| 247 |
+
desc: null
|
| 248 |
+
value: null
|
| 249 |
+
id2label:
|
| 250 |
+
desc: null
|
| 251 |
+
value:
|
| 252 |
+
'0': LABEL_0
|
| 253 |
+
'1': LABEL_1
|
| 254 |
+
label2id:
|
| 255 |
+
desc: null
|
| 256 |
+
value:
|
| 257 |
+
LABEL_0: 0
|
| 258 |
+
LABEL_1: 1
|
| 259 |
+
tokenizer_class:
|
| 260 |
+
desc: null
|
| 261 |
+
value: null
|
| 262 |
+
prefix:
|
| 263 |
+
desc: null
|
| 264 |
+
value: null
|
| 265 |
+
pad_token_id:
|
| 266 |
+
desc: null
|
| 267 |
+
value: null
|
| 268 |
+
sep_token_id:
|
| 269 |
+
desc: null
|
| 270 |
+
value: null
|
| 271 |
+
decoder_start_token_id:
|
| 272 |
+
desc: null
|
| 273 |
+
value: null
|
| 274 |
+
task_specific_params:
|
| 275 |
+
desc: null
|
| 276 |
+
value: null
|
| 277 |
+
problem_type:
|
| 278 |
+
desc: null
|
| 279 |
+
value: null
|
| 280 |
+
_name_or_path:
|
| 281 |
+
desc: null
|
| 282 |
+
value: tiiuae/falcon-7b
|
| 283 |
+
transformers_version:
|
| 284 |
+
desc: null
|
| 285 |
+
value: 4.36.2
|
| 286 |
+
apply_residual_connection_post_layernorm:
|
| 287 |
+
desc: null
|
| 288 |
+
value: false
|
| 289 |
+
auto_map:
|
| 290 |
+
desc: null
|
| 291 |
+
value:
|
| 292 |
+
AutoConfig: tiiuae/falcon-7b--configuration_falcon.FalconConfig
|
| 293 |
+
AutoModel: tiiuae/falcon-7b--modeling_falcon.FalconModel
|
| 294 |
+
AutoModelForSequenceClassification: tiiuae/falcon-7b--modeling_falcon.FalconForSequenceClassification
|
| 295 |
+
AutoModelForTokenClassification: tiiuae/falcon-7b--modeling_falcon.FalconForTokenClassification
|
| 296 |
+
AutoModelForQuestionAnswering: tiiuae/falcon-7b--modeling_falcon.FalconForQuestionAnswering
|
| 297 |
+
AutoModelForCausalLM: tiiuae/falcon-7b--modeling_falcon.FalconForCausalLM
|
| 298 |
+
model_type:
|
| 299 |
+
desc: null
|
| 300 |
+
value: falcon
|
| 301 |
+
quantization_config:
|
| 302 |
+
desc: null
|
| 303 |
+
value:
|
| 304 |
+
quant_method: QuantizationMethod.BITS_AND_BYTES
|
| 305 |
+
load_in_8bit: false
|
| 306 |
+
load_in_4bit: true
|
| 307 |
+
llm_int8_threshold: 6.0
|
| 308 |
+
llm_int8_skip_modules: null
|
| 309 |
+
llm_int8_enable_fp32_cpu_offload: false
|
| 310 |
+
llm_int8_has_fp16_weight: false
|
| 311 |
+
bnb_4bit_quant_type: nf4
|
| 312 |
+
bnb_4bit_use_double_quant: true
|
| 313 |
+
bnb_4bit_compute_dtype: bfloat16
|
| 314 |
+
output_dir:
|
| 315 |
+
desc: null
|
| 316 |
+
value: /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E
|
| 317 |
+
overwrite_output_dir:
|
| 318 |
+
desc: null
|
| 319 |
+
value: false
|
| 320 |
+
do_train:
|
| 321 |
+
desc: null
|
| 322 |
+
value: false
|
| 323 |
+
do_eval:
|
| 324 |
+
desc: null
|
| 325 |
+
value: false
|
| 326 |
+
do_predict:
|
| 327 |
+
desc: null
|
| 328 |
+
value: false
|
| 329 |
+
evaluation_strategy:
|
| 330 |
+
desc: null
|
| 331 |
+
value: 'no'
|
| 332 |
+
prediction_loss_only:
|
| 333 |
+
desc: null
|
| 334 |
+
value: false
|
| 335 |
+
per_device_train_batch_size:
|
| 336 |
+
desc: null
|
| 337 |
+
value: 2
|
| 338 |
+
per_device_eval_batch_size:
|
| 339 |
+
desc: null
|
| 340 |
+
value: 8
|
| 341 |
+
per_gpu_train_batch_size:
|
| 342 |
+
desc: null
|
| 343 |
+
value: null
|
| 344 |
+
per_gpu_eval_batch_size:
|
| 345 |
+
desc: null
|
| 346 |
+
value: null
|
| 347 |
+
gradient_accumulation_steps:
|
| 348 |
+
desc: null
|
| 349 |
+
value: 2
|
| 350 |
+
eval_accumulation_steps:
|
| 351 |
+
desc: null
|
| 352 |
+
value: null
|
| 353 |
+
eval_delay:
|
| 354 |
+
desc: null
|
| 355 |
+
value: 0
|
| 356 |
+
learning_rate:
|
| 357 |
+
desc: null
|
| 358 |
+
value: 0.0002
|
| 359 |
+
weight_decay:
|
| 360 |
+
desc: null
|
| 361 |
+
value: 0.0
|
| 362 |
+
adam_beta1:
|
| 363 |
+
desc: null
|
| 364 |
+
value: 0.9
|
| 365 |
+
adam_beta2:
|
| 366 |
+
desc: null
|
| 367 |
+
value: 0.999
|
| 368 |
+
adam_epsilon:
|
| 369 |
+
desc: null
|
| 370 |
+
value: 1.0e-08
|
| 371 |
+
max_grad_norm:
|
| 372 |
+
desc: null
|
| 373 |
+
value: 0.3
|
| 374 |
+
num_train_epochs:
|
| 375 |
+
desc: null
|
| 376 |
+
value: 3.0
|
| 377 |
+
max_steps:
|
| 378 |
+
desc: null
|
| 379 |
+
value: 60
|
| 380 |
+
lr_scheduler_type:
|
| 381 |
+
desc: null
|
| 382 |
+
value: cosine
|
| 383 |
+
lr_scheduler_kwargs:
|
| 384 |
+
desc: null
|
| 385 |
+
value: {}
|
| 386 |
+
warmup_ratio:
|
| 387 |
+
desc: null
|
| 388 |
+
value: 0.03
|
| 389 |
+
warmup_steps:
|
| 390 |
+
desc: null
|
| 391 |
+
value: 0
|
| 392 |
+
log_level:
|
| 393 |
+
desc: null
|
| 394 |
+
value: passive
|
| 395 |
+
log_level_replica:
|
| 396 |
+
desc: null
|
| 397 |
+
value: warning
|
| 398 |
+
log_on_each_node:
|
| 399 |
+
desc: null
|
| 400 |
+
value: true
|
| 401 |
+
logging_dir:
|
| 402 |
+
desc: null
|
| 403 |
+
value: /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/runs/Dec25_02-34-12_e0dc55e75a0e
|
| 404 |
+
logging_strategy:
|
| 405 |
+
desc: null
|
| 406 |
+
value: steps
|
| 407 |
+
logging_first_step:
|
| 408 |
+
desc: null
|
| 409 |
+
value: false
|
| 410 |
+
logging_steps:
|
| 411 |
+
desc: null
|
| 412 |
+
value: 10
|
| 413 |
+
logging_nan_inf_filter:
|
| 414 |
+
desc: null
|
| 415 |
+
value: true
|
| 416 |
+
save_strategy:
|
| 417 |
+
desc: null
|
| 418 |
+
value: steps
|
| 419 |
+
save_steps:
|
| 420 |
+
desc: null
|
| 421 |
+
value: 10
|
| 422 |
+
save_total_limit:
|
| 423 |
+
desc: null
|
| 424 |
+
value: null
|
| 425 |
+
save_safetensors:
|
| 426 |
+
desc: null
|
| 427 |
+
value: true
|
| 428 |
+
save_on_each_node:
|
| 429 |
+
desc: null
|
| 430 |
+
value: false
|
| 431 |
+
save_only_model:
|
| 432 |
+
desc: null
|
| 433 |
+
value: false
|
| 434 |
+
no_cuda:
|
| 435 |
+
desc: null
|
| 436 |
+
value: false
|
| 437 |
+
use_cpu:
|
| 438 |
+
desc: null
|
| 439 |
+
value: false
|
| 440 |
+
use_mps_device:
|
| 441 |
+
desc: null
|
| 442 |
+
value: false
|
| 443 |
+
seed:
|
| 444 |
+
desc: null
|
| 445 |
+
value: 42
|
| 446 |
+
data_seed:
|
| 447 |
+
desc: null
|
| 448 |
+
value: null
|
| 449 |
+
jit_mode_eval:
|
| 450 |
+
desc: null
|
| 451 |
+
value: false
|
| 452 |
+
use_ipex:
|
| 453 |
+
desc: null
|
| 454 |
+
value: false
|
| 455 |
+
bf16:
|
| 456 |
+
desc: null
|
| 457 |
+
value: false
|
| 458 |
+
fp16:
|
| 459 |
+
desc: null
|
| 460 |
+
value: false
|
| 461 |
+
fp16_opt_level:
|
| 462 |
+
desc: null
|
| 463 |
+
value: O1
|
| 464 |
+
half_precision_backend:
|
| 465 |
+
desc: null
|
| 466 |
+
value: auto
|
| 467 |
+
bf16_full_eval:
|
| 468 |
+
desc: null
|
| 469 |
+
value: false
|
| 470 |
+
fp16_full_eval:
|
| 471 |
+
desc: null
|
| 472 |
+
value: false
|
| 473 |
+
tf32:
|
| 474 |
+
desc: null
|
| 475 |
+
value: false
|
| 476 |
+
local_rank:
|
| 477 |
+
desc: null
|
| 478 |
+
value: 0
|
| 479 |
+
ddp_backend:
|
| 480 |
+
desc: null
|
| 481 |
+
value: null
|
| 482 |
+
tpu_num_cores:
|
| 483 |
+
desc: null
|
| 484 |
+
value: null
|
| 485 |
+
tpu_metrics_debug:
|
| 486 |
+
desc: null
|
| 487 |
+
value: false
|
| 488 |
+
debug:
|
| 489 |
+
desc: null
|
| 490 |
+
value: []
|
| 491 |
+
dataloader_drop_last:
|
| 492 |
+
desc: null
|
| 493 |
+
value: false
|
| 494 |
+
eval_steps:
|
| 495 |
+
desc: null
|
| 496 |
+
value: null
|
| 497 |
+
dataloader_num_workers:
|
| 498 |
+
desc: null
|
| 499 |
+
value: 0
|
| 500 |
+
past_index:
|
| 501 |
+
desc: null
|
| 502 |
+
value: -1
|
| 503 |
+
run_name:
|
| 504 |
+
desc: null
|
| 505 |
+
value: /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E
|
| 506 |
+
disable_tqdm:
|
| 507 |
+
desc: null
|
| 508 |
+
value: false
|
| 509 |
+
remove_unused_columns:
|
| 510 |
+
desc: null
|
| 511 |
+
value: true
|
| 512 |
+
label_names:
|
| 513 |
+
desc: null
|
| 514 |
+
value: null
|
| 515 |
+
load_best_model_at_end:
|
| 516 |
+
desc: null
|
| 517 |
+
value: false
|
| 518 |
+
metric_for_best_model:
|
| 519 |
+
desc: null
|
| 520 |
+
value: null
|
| 521 |
+
greater_is_better:
|
| 522 |
+
desc: null
|
| 523 |
+
value: null
|
| 524 |
+
ignore_data_skip:
|
| 525 |
+
desc: null
|
| 526 |
+
value: false
|
| 527 |
+
fsdp:
|
| 528 |
+
desc: null
|
| 529 |
+
value: []
|
| 530 |
+
fsdp_min_num_params:
|
| 531 |
+
desc: null
|
| 532 |
+
value: 0
|
| 533 |
+
fsdp_config:
|
| 534 |
+
desc: null
|
| 535 |
+
value:
|
| 536 |
+
min_num_params: 0
|
| 537 |
+
xla: false
|
| 538 |
+
xla_fsdp_grad_ckpt: false
|
| 539 |
+
fsdp_transformer_layer_cls_to_wrap:
|
| 540 |
+
desc: null
|
| 541 |
+
value: null
|
| 542 |
+
deepspeed:
|
| 543 |
+
desc: null
|
| 544 |
+
value: null
|
| 545 |
+
label_smoothing_factor:
|
| 546 |
+
desc: null
|
| 547 |
+
value: 0.0
|
| 548 |
+
optim:
|
| 549 |
+
desc: null
|
| 550 |
+
value: paged_adamw_32bit
|
| 551 |
+
optim_args:
|
| 552 |
+
desc: null
|
| 553 |
+
value: null
|
| 554 |
+
adafactor:
|
| 555 |
+
desc: null
|
| 556 |
+
value: false
|
| 557 |
+
group_by_length:
|
| 558 |
+
desc: null
|
| 559 |
+
value: true
|
| 560 |
+
length_column_name:
|
| 561 |
+
desc: null
|
| 562 |
+
value: length
|
| 563 |
+
report_to:
|
| 564 |
+
desc: null
|
| 565 |
+
value:
|
| 566 |
+
- tensorboard
|
| 567 |
+
- wandb
|
| 568 |
+
ddp_find_unused_parameters:
|
| 569 |
+
desc: null
|
| 570 |
+
value: null
|
| 571 |
+
ddp_bucket_cap_mb:
|
| 572 |
+
desc: null
|
| 573 |
+
value: null
|
| 574 |
+
ddp_broadcast_buffers:
|
| 575 |
+
desc: null
|
| 576 |
+
value: null
|
| 577 |
+
dataloader_pin_memory:
|
| 578 |
+
desc: null
|
| 579 |
+
value: true
|
| 580 |
+
dataloader_persistent_workers:
|
| 581 |
+
desc: null
|
| 582 |
+
value: false
|
| 583 |
+
skip_memory_metrics:
|
| 584 |
+
desc: null
|
| 585 |
+
value: true
|
| 586 |
+
use_legacy_prediction_loop:
|
| 587 |
+
desc: null
|
| 588 |
+
value: false
|
| 589 |
+
push_to_hub:
|
| 590 |
+
desc: null
|
| 591 |
+
value: true
|
| 592 |
+
resume_from_checkpoint:
|
| 593 |
+
desc: null
|
| 594 |
+
value: null
|
| 595 |
+
hub_model_id:
|
| 596 |
+
desc: null
|
| 597 |
+
value: null
|
| 598 |
+
hub_strategy:
|
| 599 |
+
desc: null
|
| 600 |
+
value: every_save
|
| 601 |
+
hub_token:
|
| 602 |
+
desc: null
|
| 603 |
+
value: <HUB_TOKEN>
|
| 604 |
+
hub_private_repo:
|
| 605 |
+
desc: null
|
| 606 |
+
value: false
|
| 607 |
+
hub_always_push:
|
| 608 |
+
desc: null
|
| 609 |
+
value: false
|
| 610 |
+
gradient_checkpointing:
|
| 611 |
+
desc: null
|
| 612 |
+
value: false
|
| 613 |
+
gradient_checkpointing_kwargs:
|
| 614 |
+
desc: null
|
| 615 |
+
value: null
|
| 616 |
+
include_inputs_for_metrics:
|
| 617 |
+
desc: null
|
| 618 |
+
value: false
|
| 619 |
+
fp16_backend:
|
| 620 |
+
desc: null
|
| 621 |
+
value: auto
|
| 622 |
+
push_to_hub_model_id:
|
| 623 |
+
desc: null
|
| 624 |
+
value: null
|
| 625 |
+
push_to_hub_organization:
|
| 626 |
+
desc: null
|
| 627 |
+
value: null
|
| 628 |
+
push_to_hub_token:
|
| 629 |
+
desc: null
|
| 630 |
+
value: <PUSH_TO_HUB_TOKEN>
|
| 631 |
+
mp_parameters:
|
| 632 |
+
desc: null
|
| 633 |
+
value: ''
|
| 634 |
+
auto_find_batch_size:
|
| 635 |
+
desc: null
|
| 636 |
+
value: false
|
| 637 |
+
full_determinism:
|
| 638 |
+
desc: null
|
| 639 |
+
value: false
|
| 640 |
+
torchdynamo:
|
| 641 |
+
desc: null
|
| 642 |
+
value: null
|
| 643 |
+
ray_scope:
|
| 644 |
+
desc: null
|
| 645 |
+
value: last
|
| 646 |
+
ddp_timeout:
|
| 647 |
+
desc: null
|
| 648 |
+
value: 1800
|
| 649 |
+
torch_compile:
|
| 650 |
+
desc: null
|
| 651 |
+
value: false
|
| 652 |
+
torch_compile_backend:
|
| 653 |
+
desc: null
|
| 654 |
+
value: null
|
| 655 |
+
torch_compile_mode:
|
| 656 |
+
desc: null
|
| 657 |
+
value: null
|
| 658 |
+
dispatch_batches:
|
| 659 |
+
desc: null
|
| 660 |
+
value: null
|
| 661 |
+
split_batches:
|
| 662 |
+
desc: null
|
| 663 |
+
value: false
|
| 664 |
+
include_tokens_per_second:
|
| 665 |
+
desc: null
|
| 666 |
+
value: false
|
| 667 |
+
include_num_input_tokens_seen:
|
| 668 |
+
desc: null
|
| 669 |
+
value: false
|
| 670 |
+
neftune_noise_alpha:
|
| 671 |
+
desc: null
|
| 672 |
+
value: null
|
wandb/run-20231225_023520-367ycxh7/files/output.log
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
|
wandb/run-20231225_023520-367ycxh7/files/requirements.txt
ADDED
|
@@ -0,0 +1,497 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==1.4.0
|
| 2 |
+
accelerate==0.25.0
|
| 3 |
+
aiohttp==3.9.1
|
| 4 |
+
aiosignal==1.3.1
|
| 5 |
+
alabaster==0.7.13
|
| 6 |
+
albumentations==1.3.1
|
| 7 |
+
altair==4.2.2
|
| 8 |
+
anyio==3.7.1
|
| 9 |
+
appdirs==1.4.4
|
| 10 |
+
argon2-cffi-bindings==21.2.0
|
| 11 |
+
argon2-cffi==23.1.0
|
| 12 |
+
array-record==0.5.0
|
| 13 |
+
arviz==0.15.1
|
| 14 |
+
astropy==5.3.4
|
| 15 |
+
astunparse==1.6.3
|
| 16 |
+
async-timeout==4.0.3
|
| 17 |
+
atpublic==4.0
|
| 18 |
+
attrs==23.1.0
|
| 19 |
+
audioread==3.0.1
|
| 20 |
+
autograd==1.6.2
|
| 21 |
+
babel==2.14.0
|
| 22 |
+
backcall==0.2.0
|
| 23 |
+
beautifulsoup4==4.11.2
|
| 24 |
+
bidict==0.22.1
|
| 25 |
+
bigframes==0.17.0
|
| 26 |
+
bitsandbytes==0.41.3.post2
|
| 27 |
+
bleach==6.1.0
|
| 28 |
+
blinker==1.4
|
| 29 |
+
blis==0.7.11
|
| 30 |
+
blosc2==2.0.0
|
| 31 |
+
bokeh==3.3.2
|
| 32 |
+
bqplot==0.12.42
|
| 33 |
+
branca==0.7.0
|
| 34 |
+
build==1.0.3
|
| 35 |
+
cachecontrol==0.13.1
|
| 36 |
+
cachetools==5.3.2
|
| 37 |
+
catalogue==2.0.10
|
| 38 |
+
certifi==2023.11.17
|
| 39 |
+
cffi==1.16.0
|
| 40 |
+
chardet==5.2.0
|
| 41 |
+
charset-normalizer==3.3.2
|
| 42 |
+
chex==0.1.7
|
| 43 |
+
click-plugins==1.1.1
|
| 44 |
+
click==8.1.7
|
| 45 |
+
cligj==0.7.2
|
| 46 |
+
cloudpickle==2.2.1
|
| 47 |
+
cmake==3.27.9
|
| 48 |
+
cmdstanpy==1.2.0
|
| 49 |
+
colorcet==3.0.1
|
| 50 |
+
colorlover==0.3.0
|
| 51 |
+
colour==0.1.5
|
| 52 |
+
community==1.0.0b1
|
| 53 |
+
confection==0.1.4
|
| 54 |
+
cons==0.4.6
|
| 55 |
+
contextlib2==21.6.0
|
| 56 |
+
contourpy==1.2.0
|
| 57 |
+
cryptography==41.0.7
|
| 58 |
+
cufflinks==0.17.3
|
| 59 |
+
cupy-cuda12x==12.2.0
|
| 60 |
+
cvxopt==1.3.2
|
| 61 |
+
cvxpy==1.3.2
|
| 62 |
+
cycler==0.12.1
|
| 63 |
+
cymem==2.0.8
|
| 64 |
+
cython==3.0.6
|
| 65 |
+
dask==2023.8.1
|
| 66 |
+
datascience==0.17.6
|
| 67 |
+
datasets==2.16.0
|
| 68 |
+
db-dtypes==1.2.0
|
| 69 |
+
dbus-python==1.2.18
|
| 70 |
+
debugpy==1.6.6
|
| 71 |
+
decorator==4.4.2
|
| 72 |
+
defusedxml==0.7.1
|
| 73 |
+
dill==0.3.7
|
| 74 |
+
diskcache==5.6.3
|
| 75 |
+
distributed==2023.8.1
|
| 76 |
+
distro==1.7.0
|
| 77 |
+
dlib==19.24.2
|
| 78 |
+
dm-tree==0.1.8
|
| 79 |
+
docker-pycreds==0.4.0
|
| 80 |
+
docstring-parser==0.15
|
| 81 |
+
docutils==0.18.1
|
| 82 |
+
dopamine-rl==4.0.6
|
| 83 |
+
duckdb==0.9.2
|
| 84 |
+
earthengine-api==0.1.384
|
| 85 |
+
easydict==1.11
|
| 86 |
+
ecos==2.0.12
|
| 87 |
+
editdistance==0.6.2
|
| 88 |
+
eerepr==0.0.4
|
| 89 |
+
einops==0.7.0
|
| 90 |
+
en-core-web-sm==3.6.0
|
| 91 |
+
entrypoints==0.4
|
| 92 |
+
et-xmlfile==1.1.0
|
| 93 |
+
etils==1.6.0
|
| 94 |
+
etuples==0.3.9
|
| 95 |
+
exceptiongroup==1.2.0
|
| 96 |
+
fastai==2.7.13
|
| 97 |
+
fastcore==1.5.29
|
| 98 |
+
fastdownload==0.0.7
|
| 99 |
+
fastjsonschema==2.19.0
|
| 100 |
+
fastprogress==1.0.3
|
| 101 |
+
fastrlock==0.8.2
|
| 102 |
+
filelock==3.13.1
|
| 103 |
+
fiona==1.9.5
|
| 104 |
+
firebase-admin==5.3.0
|
| 105 |
+
flask==2.2.5
|
| 106 |
+
flatbuffers==23.5.26
|
| 107 |
+
flax==0.7.5
|
| 108 |
+
folium==0.14.0
|
| 109 |
+
fonttools==4.46.0
|
| 110 |
+
frozendict==2.3.10
|
| 111 |
+
frozenlist==1.4.1
|
| 112 |
+
fsspec==2023.6.0
|
| 113 |
+
future==0.18.3
|
| 114 |
+
gast==0.5.4
|
| 115 |
+
gcsfs==2023.6.0
|
| 116 |
+
gdal==3.4.3
|
| 117 |
+
gdown==4.6.6
|
| 118 |
+
geemap==0.29.6
|
| 119 |
+
gensim==4.3.2
|
| 120 |
+
geocoder==1.38.1
|
| 121 |
+
geographiclib==2.0
|
| 122 |
+
geopandas==0.13.2
|
| 123 |
+
geopy==2.3.0
|
| 124 |
+
gin-config==0.5.0
|
| 125 |
+
gitdb==4.0.11
|
| 126 |
+
gitpython==3.1.40
|
| 127 |
+
glob2==0.7
|
| 128 |
+
google-ai-generativelanguage==0.4.0
|
| 129 |
+
google-api-core==2.11.1
|
| 130 |
+
google-api-python-client==2.84.0
|
| 131 |
+
google-auth-httplib2==0.1.1
|
| 132 |
+
google-auth-oauthlib==1.2.0
|
| 133 |
+
google-auth==2.17.3
|
| 134 |
+
google-cloud-aiplatform==1.38.1
|
| 135 |
+
google-cloud-bigquery-connection==1.12.1
|
| 136 |
+
google-cloud-bigquery-storage==2.24.0
|
| 137 |
+
google-cloud-bigquery==3.12.0
|
| 138 |
+
google-cloud-core==2.3.3
|
| 139 |
+
google-cloud-datastore==2.15.2
|
| 140 |
+
google-cloud-firestore==2.11.1
|
| 141 |
+
google-cloud-functions==1.13.3
|
| 142 |
+
google-cloud-iam==2.13.0
|
| 143 |
+
google-cloud-language==2.9.1
|
| 144 |
+
google-cloud-resource-manager==1.11.0
|
| 145 |
+
google-cloud-storage==2.8.0
|
| 146 |
+
google-cloud-translate==3.11.3
|
| 147 |
+
google-colab==1.0.0
|
| 148 |
+
google-crc32c==1.5.0
|
| 149 |
+
google-generativeai==0.3.1
|
| 150 |
+
google-pasta==0.2.0
|
| 151 |
+
google-resumable-media==2.7.0
|
| 152 |
+
google==2.0.3
|
| 153 |
+
googleapis-common-protos==1.62.0
|
| 154 |
+
googledrivedownloader==0.4
|
| 155 |
+
graphviz==0.20.1
|
| 156 |
+
greenlet==3.0.2
|
| 157 |
+
grpc-google-iam-v1==0.13.0
|
| 158 |
+
grpcio-status==1.48.2
|
| 159 |
+
grpcio==1.60.0
|
| 160 |
+
gspread-dataframe==3.3.1
|
| 161 |
+
gspread==3.4.2
|
| 162 |
+
gym-notices==0.0.8
|
| 163 |
+
gym==0.25.2
|
| 164 |
+
h5netcdf==1.3.0
|
| 165 |
+
h5py==3.9.0
|
| 166 |
+
holidays==0.38
|
| 167 |
+
holoviews==1.17.1
|
| 168 |
+
html5lib==1.1
|
| 169 |
+
httpimport==1.3.1
|
| 170 |
+
httplib2==0.22.0
|
| 171 |
+
huggingface-hub==0.19.4
|
| 172 |
+
humanize==4.7.0
|
| 173 |
+
hyperopt==0.2.7
|
| 174 |
+
ibis-framework==6.2.0
|
| 175 |
+
idna==3.6
|
| 176 |
+
imageio-ffmpeg==0.4.9
|
| 177 |
+
imageio==2.31.6
|
| 178 |
+
imagesize==1.4.1
|
| 179 |
+
imbalanced-learn==0.10.1
|
| 180 |
+
imgaug==0.4.0
|
| 181 |
+
importlib-metadata==7.0.0
|
| 182 |
+
importlib-resources==6.1.1
|
| 183 |
+
imutils==0.5.4
|
| 184 |
+
inflect==7.0.0
|
| 185 |
+
iniconfig==2.0.0
|
| 186 |
+
install==1.3.5
|
| 187 |
+
intel-openmp==2023.2.3
|
| 188 |
+
ipyevents==2.0.2
|
| 189 |
+
ipyfilechooser==0.6.0
|
| 190 |
+
ipykernel==5.5.6
|
| 191 |
+
ipyleaflet==0.18.1
|
| 192 |
+
ipython-genutils==0.2.0
|
| 193 |
+
ipython-sql==0.5.0
|
| 194 |
+
ipython==7.34.0
|
| 195 |
+
ipytree==0.2.2
|
| 196 |
+
ipywidgets==7.7.1
|
| 197 |
+
itsdangerous==2.1.2
|
| 198 |
+
jax==0.4.23
|
| 199 |
+
jaxlib==0.4.23+cuda12.cudnn89
|
| 200 |
+
jeepney==0.7.1
|
| 201 |
+
jieba==0.42.1
|
| 202 |
+
jinja2==3.1.2
|
| 203 |
+
joblib==1.3.2
|
| 204 |
+
jsonpickle==3.0.2
|
| 205 |
+
jsonschema-specifications==2023.11.2
|
| 206 |
+
jsonschema==4.19.2
|
| 207 |
+
jupyter-client==6.1.12
|
| 208 |
+
jupyter-console==6.1.0
|
| 209 |
+
jupyter-core==5.5.1
|
| 210 |
+
jupyter-server==1.24.0
|
| 211 |
+
jupyterlab-pygments==0.3.0
|
| 212 |
+
jupyterlab-widgets==3.0.9
|
| 213 |
+
kaggle==1.5.16
|
| 214 |
+
kagglehub==0.1.4
|
| 215 |
+
keras==2.15.0
|
| 216 |
+
keyring==23.5.0
|
| 217 |
+
kiwisolver==1.4.5
|
| 218 |
+
langcodes==3.3.0
|
| 219 |
+
launchpadlib==1.10.16
|
| 220 |
+
lazr.restfulclient==0.14.4
|
| 221 |
+
lazr.uri==1.0.6
|
| 222 |
+
lazy-loader==0.3
|
| 223 |
+
libclang==16.0.6
|
| 224 |
+
librosa==0.10.1
|
| 225 |
+
lida==0.0.10
|
| 226 |
+
lightgbm==4.1.0
|
| 227 |
+
linkify-it-py==2.0.2
|
| 228 |
+
llmx==0.0.15a0
|
| 229 |
+
llvmlite==0.41.1
|
| 230 |
+
locket==1.0.0
|
| 231 |
+
logical-unification==0.4.6
|
| 232 |
+
lxml==4.9.3
|
| 233 |
+
malloy==2023.1067
|
| 234 |
+
markdown-it-py==3.0.0
|
| 235 |
+
markdown==3.5.1
|
| 236 |
+
markupsafe==2.1.3
|
| 237 |
+
matplotlib-inline==0.1.6
|
| 238 |
+
matplotlib-venn==0.11.9
|
| 239 |
+
matplotlib==3.7.1
|
| 240 |
+
mdit-py-plugins==0.4.0
|
| 241 |
+
mdurl==0.1.2
|
| 242 |
+
minikanren==1.0.3
|
| 243 |
+
missingno==0.5.2
|
| 244 |
+
mistune==0.8.4
|
| 245 |
+
mizani==0.9.3
|
| 246 |
+
mkl==2023.2.0
|
| 247 |
+
ml-dtypes==0.2.0
|
| 248 |
+
mlxtend==0.22.0
|
| 249 |
+
more-itertools==10.1.0
|
| 250 |
+
moviepy==1.0.3
|
| 251 |
+
mpmath==1.3.0
|
| 252 |
+
msgpack==1.0.7
|
| 253 |
+
multidict==6.0.4
|
| 254 |
+
multipledispatch==1.0.0
|
| 255 |
+
multiprocess==0.70.15
|
| 256 |
+
multitasking==0.0.11
|
| 257 |
+
murmurhash==1.0.10
|
| 258 |
+
music21==9.1.0
|
| 259 |
+
natsort==8.4.0
|
| 260 |
+
nbclassic==1.0.0
|
| 261 |
+
nbclient==0.9.0
|
| 262 |
+
nbconvert==6.5.4
|
| 263 |
+
nbformat==5.9.2
|
| 264 |
+
nest-asyncio==1.5.8
|
| 265 |
+
networkx==3.2.1
|
| 266 |
+
nibabel==4.0.2
|
| 267 |
+
nltk==3.8.1
|
| 268 |
+
notebook-shim==0.2.3
|
| 269 |
+
notebook==6.5.5
|
| 270 |
+
numba==0.58.1
|
| 271 |
+
numexpr==2.8.8
|
| 272 |
+
numpy==1.23.5
|
| 273 |
+
oauth2client==4.1.3
|
| 274 |
+
oauthlib==3.2.2
|
| 275 |
+
opencv-contrib-python==4.8.0.76
|
| 276 |
+
opencv-python-headless==4.8.1.78
|
| 277 |
+
opencv-python==4.8.0.76
|
| 278 |
+
openpyxl==3.1.2
|
| 279 |
+
opt-einsum==3.3.0
|
| 280 |
+
optax==0.1.7
|
| 281 |
+
orbax-checkpoint==0.4.4
|
| 282 |
+
osqp==0.6.2.post8
|
| 283 |
+
packaging==23.2
|
| 284 |
+
pandas-datareader==0.10.0
|
| 285 |
+
pandas-gbq==0.19.2
|
| 286 |
+
pandas-stubs==1.5.3.230304
|
| 287 |
+
pandas==1.5.3
|
| 288 |
+
pandocfilters==1.5.0
|
| 289 |
+
panel==1.3.4
|
| 290 |
+
param==2.0.1
|
| 291 |
+
parso==0.8.3
|
| 292 |
+
parsy==2.1
|
| 293 |
+
partd==1.4.1
|
| 294 |
+
pathlib==1.0.1
|
| 295 |
+
pathy==0.10.3
|
| 296 |
+
patsy==0.5.4
|
| 297 |
+
peewee==3.17.0
|
| 298 |
+
peft==0.7.2.dev0
|
| 299 |
+
pexpect==4.9.0
|
| 300 |
+
pickleshare==0.7.5
|
| 301 |
+
pillow==9.4.0
|
| 302 |
+
pip-tools==6.13.0
|
| 303 |
+
pip==23.1.2
|
| 304 |
+
platformdirs==4.1.0
|
| 305 |
+
plotly==5.15.0
|
| 306 |
+
plotnine==0.12.4
|
| 307 |
+
pluggy==1.3.0
|
| 308 |
+
polars==0.17.3
|
| 309 |
+
pooch==1.8.0
|
| 310 |
+
portpicker==1.5.2
|
| 311 |
+
prefetch-generator==1.0.3
|
| 312 |
+
preshed==3.0.9
|
| 313 |
+
prettytable==3.9.0
|
| 314 |
+
proglog==0.1.10
|
| 315 |
+
progressbar2==4.2.0
|
| 316 |
+
prometheus-client==0.19.0
|
| 317 |
+
promise==2.3
|
| 318 |
+
prompt-toolkit==3.0.43
|
| 319 |
+
prophet==1.1.5
|
| 320 |
+
proto-plus==1.23.0
|
| 321 |
+
protobuf==3.20.3
|
| 322 |
+
psutil==5.9.5
|
| 323 |
+
psycopg2==2.9.9
|
| 324 |
+
ptyprocess==0.7.0
|
| 325 |
+
py-cpuinfo==9.0.0
|
| 326 |
+
py4j==0.10.9.7
|
| 327 |
+
pyarrow-hotfix==0.6
|
| 328 |
+
pyarrow==10.0.1
|
| 329 |
+
pyasn1-modules==0.3.0
|
| 330 |
+
pyasn1==0.5.1
|
| 331 |
+
pycocotools==2.0.7
|
| 332 |
+
pycparser==2.21
|
| 333 |
+
pyct==0.5.0
|
| 334 |
+
pydantic==1.10.13
|
| 335 |
+
pydata-google-auth==1.8.2
|
| 336 |
+
pydot-ng==2.0.0
|
| 337 |
+
pydot==1.4.2
|
| 338 |
+
pydotplus==2.0.2
|
| 339 |
+
pydrive2==1.6.3
|
| 340 |
+
pydrive==1.3.1
|
| 341 |
+
pyerfa==2.0.1.1
|
| 342 |
+
pygame==2.5.2
|
| 343 |
+
pygments==2.16.1
|
| 344 |
+
pygobject==3.42.1
|
| 345 |
+
pyjwt==2.3.0
|
| 346 |
+
pymc==5.7.2
|
| 347 |
+
pymystem3==0.2.0
|
| 348 |
+
pyopengl==3.1.7
|
| 349 |
+
pyopenssl==23.3.0
|
| 350 |
+
pyparsing==3.1.1
|
| 351 |
+
pyperclip==1.8.2
|
| 352 |
+
pyproj==3.6.1
|
| 353 |
+
pyproject-hooks==1.0.0
|
| 354 |
+
pyshp==2.3.1
|
| 355 |
+
pysocks==1.7.1
|
| 356 |
+
pytensor==2.14.2
|
| 357 |
+
pytest==7.4.3
|
| 358 |
+
python-apt==0.0.0
|
| 359 |
+
python-box==7.1.1
|
| 360 |
+
python-dateutil==2.8.2
|
| 361 |
+
python-louvain==0.16
|
| 362 |
+
python-slugify==8.0.1
|
| 363 |
+
python-utils==3.8.1
|
| 364 |
+
pytz==2023.3.post1
|
| 365 |
+
pyviz-comms==3.0.0
|
| 366 |
+
pywavelets==1.5.0
|
| 367 |
+
pyyaml==6.0.1
|
| 368 |
+
pyzmq==23.2.1
|
| 369 |
+
qdldl==0.1.7.post0
|
| 370 |
+
qudida==0.0.4
|
| 371 |
+
ratelim==0.1.6
|
| 372 |
+
referencing==0.32.0
|
| 373 |
+
regex==2023.6.3
|
| 374 |
+
requests-oauthlib==1.3.1
|
| 375 |
+
requests==2.31.0
|
| 376 |
+
requirements-parser==0.5.0
|
| 377 |
+
rich==13.7.0
|
| 378 |
+
rpds-py==0.15.2
|
| 379 |
+
rpy2==3.4.2
|
| 380 |
+
rsa==4.9
|
| 381 |
+
safetensors==0.4.1
|
| 382 |
+
scikit-image==0.19.3
|
| 383 |
+
scikit-learn==1.2.2
|
| 384 |
+
scipy==1.11.4
|
| 385 |
+
scooby==0.9.2
|
| 386 |
+
scs==3.2.4.post1
|
| 387 |
+
seaborn==0.12.2
|
| 388 |
+
secretstorage==3.3.1
|
| 389 |
+
send2trash==1.8.2
|
| 390 |
+
sentry-sdk==1.39.1
|
| 391 |
+
setproctitle==1.3.3
|
| 392 |
+
setuptools==67.7.2
|
| 393 |
+
shapely==2.0.2
|
| 394 |
+
shtab==1.6.5
|
| 395 |
+
six==1.16.0
|
| 396 |
+
sklearn-pandas==2.2.0
|
| 397 |
+
smart-open==6.4.0
|
| 398 |
+
smmap==5.0.1
|
| 399 |
+
sniffio==1.3.0
|
| 400 |
+
snowballstemmer==2.2.0
|
| 401 |
+
sortedcontainers==2.4.0
|
| 402 |
+
soundfile==0.12.1
|
| 403 |
+
soupsieve==2.5
|
| 404 |
+
soxr==0.3.7
|
| 405 |
+
spacy-legacy==3.0.12
|
| 406 |
+
spacy-loggers==1.0.5
|
| 407 |
+
spacy==3.6.1
|
| 408 |
+
sphinx==5.0.2
|
| 409 |
+
sphinxcontrib-applehelp==1.0.7
|
| 410 |
+
sphinxcontrib-devhelp==1.0.5
|
| 411 |
+
sphinxcontrib-htmlhelp==2.0.4
|
| 412 |
+
sphinxcontrib-jsmath==1.0.1
|
| 413 |
+
sphinxcontrib-qthelp==1.0.6
|
| 414 |
+
sphinxcontrib-serializinghtml==1.1.9
|
| 415 |
+
sqlalchemy==2.0.23
|
| 416 |
+
sqlglot==17.16.2
|
| 417 |
+
sqlparse==0.4.4
|
| 418 |
+
srsly==2.4.8
|
| 419 |
+
stanio==0.3.0
|
| 420 |
+
statsmodels==0.14.1
|
| 421 |
+
sympy==1.12
|
| 422 |
+
tables==3.8.0
|
| 423 |
+
tabulate==0.9.0
|
| 424 |
+
tbb==2021.11.0
|
| 425 |
+
tblib==3.0.0
|
| 426 |
+
tenacity==8.2.3
|
| 427 |
+
tensorboard-data-server==0.7.2
|
| 428 |
+
tensorboard==2.15.1
|
| 429 |
+
tensorflow-datasets==4.9.4
|
| 430 |
+
tensorflow-estimator==2.15.0
|
| 431 |
+
tensorflow-gcs-config==2.15.0
|
| 432 |
+
tensorflow-hub==0.15.0
|
| 433 |
+
tensorflow-io-gcs-filesystem==0.34.0
|
| 434 |
+
tensorflow-metadata==1.14.0
|
| 435 |
+
tensorflow-probability==0.22.0
|
| 436 |
+
tensorflow==2.15.0
|
| 437 |
+
tensorstore==0.1.45
|
| 438 |
+
termcolor==2.4.0
|
| 439 |
+
terminado==0.18.0
|
| 440 |
+
text-unidecode==1.3
|
| 441 |
+
textblob==0.17.1
|
| 442 |
+
tf-slim==1.1.0
|
| 443 |
+
thinc==8.1.12
|
| 444 |
+
threadpoolctl==3.2.0
|
| 445 |
+
tifffile==2023.12.9
|
| 446 |
+
tinycss2==1.2.1
|
| 447 |
+
tokenizers==0.15.0
|
| 448 |
+
toml==0.10.2
|
| 449 |
+
tomli==2.0.1
|
| 450 |
+
toolz==0.12.0
|
| 451 |
+
torch==2.1.0+cu121
|
| 452 |
+
torchaudio==2.1.0+cu121
|
| 453 |
+
torchdata==0.7.0
|
| 454 |
+
torchsummary==1.5.1
|
| 455 |
+
torchtext==0.16.0
|
| 456 |
+
torchvision==0.16.0+cu121
|
| 457 |
+
tornado==6.3.2
|
| 458 |
+
tqdm==4.66.1
|
| 459 |
+
traitlets==5.7.1
|
| 460 |
+
traittypes==0.2.1
|
| 461 |
+
transformers==4.36.2
|
| 462 |
+
triton==2.1.0
|
| 463 |
+
trl==0.7.6
|
| 464 |
+
tweepy==4.14.0
|
| 465 |
+
typer==0.9.0
|
| 466 |
+
types-pytz==2023.3.1.1
|
| 467 |
+
types-setuptools==69.0.0.0
|
| 468 |
+
typing-extensions==4.5.0
|
| 469 |
+
tyro==0.6.1
|
| 470 |
+
tzlocal==5.2
|
| 471 |
+
uc-micro-py==1.0.2
|
| 472 |
+
uritemplate==4.1.1
|
| 473 |
+
urllib3==2.0.7
|
| 474 |
+
vega-datasets==0.9.0
|
| 475 |
+
wadllib==1.3.6
|
| 476 |
+
wandb==0.16.1
|
| 477 |
+
wasabi==1.1.2
|
| 478 |
+
wcwidth==0.2.12
|
| 479 |
+
webcolors==1.13
|
| 480 |
+
webencodings==0.5.1
|
| 481 |
+
websocket-client==1.7.0
|
| 482 |
+
werkzeug==3.0.1
|
| 483 |
+
wheel==0.42.0
|
| 484 |
+
widgetsnbextension==3.6.6
|
| 485 |
+
wordcloud==1.9.3
|
| 486 |
+
wrapt==1.14.1
|
| 487 |
+
xarray-einstats==0.6.0
|
| 488 |
+
xarray==2023.7.0
|
| 489 |
+
xgboost==2.0.2
|
| 490 |
+
xlrd==2.0.1
|
| 491 |
+
xxhash==3.4.1
|
| 492 |
+
xyzservices==2023.10.1
|
| 493 |
+
yarl==1.9.4
|
| 494 |
+
yellowbrick==1.5
|
| 495 |
+
yfinance==0.2.33
|
| 496 |
+
zict==3.0.0
|
| 497 |
+
zipp==3.17.0
|
wandb/run-20231225_023520-367ycxh7/files/wandb-metadata.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"os": "Linux-6.1.58+-x86_64-with-glibc2.35",
|
| 3 |
+
"python": "3.10.12",
|
| 4 |
+
"heartbeatAt": "2023-12-25T02:35:23.109183",
|
| 5 |
+
"startedAt": "2023-12-25T02:35:20.674111",
|
| 6 |
+
"docker": null,
|
| 7 |
+
"cuda": null,
|
| 8 |
+
"args": [],
|
| 9 |
+
"state": "running",
|
| 10 |
+
"program": "Falcon_Financial_Finetuning-Stock.ipynb",
|
| 11 |
+
"codePathLocal": null,
|
| 12 |
+
"colab": "https://colab.research.google.com/notebook#fileId=1UnwFqmc41c9nXQMfidSog2SAw2WKC6Wx",
|
| 13 |
+
"host": "e0dc55e75a0e",
|
| 14 |
+
"username": "root",
|
| 15 |
+
"executable": "/usr/bin/python3",
|
| 16 |
+
"cpu_count": 1,
|
| 17 |
+
"cpu_count_logical": 2,
|
| 18 |
+
"cpu_freq": {
|
| 19 |
+
"current": 2199.998,
|
| 20 |
+
"min": 0.0,
|
| 21 |
+
"max": 0.0
|
| 22 |
+
},
|
| 23 |
+
"cpu_freq_per_core": [
|
| 24 |
+
{
|
| 25 |
+
"current": 2199.998,
|
| 26 |
+
"min": 0.0,
|
| 27 |
+
"max": 0.0
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"current": 2199.998,
|
| 31 |
+
"min": 0.0,
|
| 32 |
+
"max": 0.0
|
| 33 |
+
}
|
| 34 |
+
],
|
| 35 |
+
"disk": {
|
| 36 |
+
"/": {
|
| 37 |
+
"total": 78.1898422241211,
|
| 38 |
+
"used": 40.18109893798828
|
| 39 |
+
}
|
| 40 |
+
},
|
| 41 |
+
"gpu": "Tesla T4",
|
| 42 |
+
"gpu_count": 1,
|
| 43 |
+
"gpu_devices": [
|
| 44 |
+
{
|
| 45 |
+
"name": "Tesla T4",
|
| 46 |
+
"memory_total": 16106127360
|
| 47 |
+
}
|
| 48 |
+
],
|
| 49 |
+
"memory": {
|
| 50 |
+
"total": 12.674789428710938
|
| 51 |
+
}
|
| 52 |
+
}
|
wandb/run-20231225_023520-367ycxh7/files/wandb-summary.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"train/loss": 1.6265, "train/learning_rate": 0.00019075754196709572, "train/epoch": 0.29, "train/global_step": 10, "_timestamp": 1703471773.4489949, "_runtime": 52.69961476325989, "_step": 0}
|
wandb/run-20231225_023520-367ycxh7/logs/debug-internal.log
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2023-12-25 02:35:20,752 INFO StreamThr :5727 [internal.py:wandb_internal():86] W&B internal server running at pid: 5727, started at: 2023-12-25 02:35:20.749159
|
| 2 |
+
2023-12-25 02:35:20,775 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status
|
| 3 |
+
2023-12-25 02:35:22,518 INFO WriterThread:5727 [datastore.py:open_for_write():85] open: /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/run-20231225_023520-367ycxh7/run-367ycxh7.wandb
|
| 4 |
+
2023-12-25 02:35:22,521 DEBUG SenderThread:5727 [sender.py:send():382] send: header
|
| 5 |
+
2023-12-25 02:35:22,528 DEBUG SenderThread:5727 [sender.py:send():382] send: run
|
| 6 |
+
2023-12-25 02:35:22,857 INFO SenderThread:5727 [dir_watcher.py:__init__():211] watching files in: /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/run-20231225_023520-367ycxh7/files
|
| 7 |
+
2023-12-25 02:35:22,859 INFO SenderThread:5727 [sender.py:_start_run_threads():1136] run started: 367ycxh7 with start time 1703471720.74938
|
| 8 |
+
2023-12-25 02:35:22,861 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: check_version
|
| 9 |
+
2023-12-25 02:35:22,862 DEBUG SenderThread:5727 [sender.py:send_request():409] send_request: check_version
|
| 10 |
+
2023-12-25 02:35:23,087 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: run_start
|
| 11 |
+
2023-12-25 02:35:23,100 DEBUG HandlerThread:5727 [system_info.py:__init__():32] System info init
|
| 12 |
+
2023-12-25 02:35:23,100 DEBUG HandlerThread:5727 [system_info.py:__init__():47] System info init done
|
| 13 |
+
2023-12-25 02:35:23,100 INFO HandlerThread:5727 [system_monitor.py:start():194] Starting system monitor
|
| 14 |
+
2023-12-25 02:35:23,101 INFO SystemMonitor:5727 [system_monitor.py:_start():158] Starting system asset monitoring threads
|
| 15 |
+
2023-12-25 02:35:23,101 INFO HandlerThread:5727 [system_monitor.py:probe():214] Collecting system info
|
| 16 |
+
2023-12-25 02:35:23,104 INFO SystemMonitor:5727 [interfaces.py:start():190] Started cpu monitoring
|
| 17 |
+
2023-12-25 02:35:23,104 INFO SystemMonitor:5727 [interfaces.py:start():190] Started disk monitoring
|
| 18 |
+
2023-12-25 02:35:23,107 INFO SystemMonitor:5727 [interfaces.py:start():190] Started gpu monitoring
|
| 19 |
+
2023-12-25 02:35:23,107 INFO SystemMonitor:5727 [interfaces.py:start():190] Started memory monitoring
|
| 20 |
+
2023-12-25 02:35:23,109 DEBUG HandlerThread:5727 [system_info.py:probe():196] Probing system
|
| 21 |
+
2023-12-25 02:35:23,111 INFO SystemMonitor:5727 [interfaces.py:start():190] Started network monitoring
|
| 22 |
+
2023-12-25 02:35:23,114 DEBUG HandlerThread:5727 [gitlib.py:_init_repo():56] git repository is invalid
|
| 23 |
+
2023-12-25 02:35:23,114 DEBUG HandlerThread:5727 [system_info.py:probe():244] Probing system done
|
| 24 |
+
2023-12-25 02:35:23,115 DEBUG HandlerThread:5727 [system_monitor.py:probe():223] {'os': 'Linux-6.1.58+-x86_64-with-glibc2.35', 'python': '3.10.12', 'heartbeatAt': '2023-12-25T02:35:23.109183', 'startedAt': '2023-12-25T02:35:20.674111', 'docker': None, 'cuda': None, 'args': (), 'state': 'running', 'program': 'Falcon_Financial_Finetuning-Stock.ipynb', 'codePathLocal': None, 'colab': 'https://colab.research.google.com/notebook#fileId=1UnwFqmc41c9nXQMfidSog2SAw2WKC6Wx', 'host': 'e0dc55e75a0e', 'username': 'root', 'executable': '/usr/bin/python3', 'cpu_count': 1, 'cpu_count_logical': 2, 'cpu_freq': {'current': 2199.998, 'min': 0.0, 'max': 0.0}, 'cpu_freq_per_core': [{'current': 2199.998, 'min': 0.0, 'max': 0.0}, {'current': 2199.998, 'min': 0.0, 'max': 0.0}], 'disk': {'/': {'total': 78.1898422241211, 'used': 40.18109893798828}}, 'gpu': 'Tesla T4', 'gpu_count': 1, 'gpu_devices': [{'name': 'Tesla T4', 'memory_total': 16106127360}], 'memory': {'total': 12.674789428710938}}
|
| 25 |
+
2023-12-25 02:35:23,115 INFO HandlerThread:5727 [system_monitor.py:probe():224] Finished collecting system info
|
| 26 |
+
2023-12-25 02:35:23,115 INFO HandlerThread:5727 [system_monitor.py:probe():227] Publishing system info
|
| 27 |
+
2023-12-25 02:35:23,115 DEBUG HandlerThread:5727 [system_info.py:_save_pip():52] Saving list of pip packages installed into the current environment
|
| 28 |
+
2023-12-25 02:35:23,126 DEBUG HandlerThread:5727 [system_info.py:_save_pip():68] Saving pip packages done
|
| 29 |
+
2023-12-25 02:35:23,131 INFO HandlerThread:5727 [system_monitor.py:probe():229] Finished publishing system info
|
| 30 |
+
2023-12-25 02:35:23,159 DEBUG SenderThread:5727 [sender.py:send():382] send: files
|
| 31 |
+
2023-12-25 02:35:23,159 INFO SenderThread:5727 [sender.py:_save_file():1392] saving file wandb-metadata.json with policy now
|
| 32 |
+
2023-12-25 02:35:23,198 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: stop_status
|
| 33 |
+
2023-12-25 02:35:23,198 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: internal_messages
|
| 34 |
+
2023-12-25 02:35:23,199 DEBUG SenderThread:5727 [sender.py:send_request():409] send_request: stop_status
|
| 35 |
+
2023-12-25 02:35:23,537 DEBUG SenderThread:5727 [sender.py:send():382] send: telemetry
|
| 36 |
+
2023-12-25 02:35:23,537 DEBUG SenderThread:5727 [sender.py:send():382] send: config
|
| 37 |
+
2023-12-25 02:35:23,539 DEBUG SenderThread:5727 [sender.py:send():382] send: metric
|
| 38 |
+
2023-12-25 02:35:23,540 DEBUG SenderThread:5727 [sender.py:send():382] send: telemetry
|
| 39 |
+
2023-12-25 02:35:23,540 DEBUG SenderThread:5727 [sender.py:send():382] send: metric
|
| 40 |
+
2023-12-25 02:35:23,540 WARNING SenderThread:5727 [sender.py:send_metric():1343] Seen metric with glob (shouldn't happen)
|
| 41 |
+
2023-12-25 02:35:23,540 DEBUG SenderThread:5727 [sender.py:send():382] send: telemetry
|
| 42 |
+
2023-12-25 02:35:23,726 INFO wandb-upload_0:5727 [upload_job.py:push():131] Uploaded file /tmp/tmp881pt6wmwandb/uq9ed8pw-wandb-metadata.json
|
| 43 |
+
2023-12-25 02:35:23,867 INFO Thread-12 :5727 [dir_watcher.py:_on_file_created():271] file/dir created: /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/run-20231225_023520-367ycxh7/files/wandb-metadata.json
|
| 44 |
+
2023-12-25 02:35:23,867 INFO Thread-12 :5727 [dir_watcher.py:_on_file_created():271] file/dir created: /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/run-20231225_023520-367ycxh7/files/output.log
|
| 45 |
+
2023-12-25 02:35:23,868 INFO Thread-12 :5727 [dir_watcher.py:_on_file_created():271] file/dir created: /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/run-20231225_023520-367ycxh7/files/requirements.txt
|
| 46 |
+
2023-12-25 02:35:26,548 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 47 |
+
2023-12-25 02:35:31,549 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 48 |
+
2023-12-25 02:35:36,555 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 49 |
+
2023-12-25 02:35:38,198 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: stop_status
|
| 50 |
+
2023-12-25 02:35:38,206 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: internal_messages
|
| 51 |
+
2023-12-25 02:35:38,207 DEBUG SenderThread:5727 [sender.py:send_request():409] send_request: stop_status
|
| 52 |
+
2023-12-25 02:35:42,327 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 53 |
+
2023-12-25 02:35:47,328 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 54 |
+
2023-12-25 02:35:52,337 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 55 |
+
2023-12-25 02:35:52,950 INFO Thread-12 :5727 [dir_watcher.py:_on_file_modified():288] file/dir modified: /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/run-20231225_023520-367ycxh7/files/config.yaml
|
| 56 |
+
2023-12-25 02:35:53,198 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: stop_status
|
| 57 |
+
2023-12-25 02:35:53,205 DEBUG SenderThread:5727 [sender.py:send_request():409] send_request: stop_status
|
| 58 |
+
2023-12-25 02:35:53,239 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: internal_messages
|
| 59 |
+
2023-12-25 02:35:58,280 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 60 |
+
2023-12-25 02:36:03,281 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 61 |
+
2023-12-25 02:36:08,203 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: internal_messages
|
| 62 |
+
2023-12-25 02:36:08,205 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: stop_status
|
| 63 |
+
2023-12-25 02:36:08,205 DEBUG SenderThread:5727 [sender.py:send_request():409] send_request: stop_status
|
| 64 |
+
2023-12-25 02:36:08,308 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 65 |
+
2023-12-25 02:36:13,314 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 66 |
+
2023-12-25 02:36:13,449 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: partial_history
|
| 67 |
+
2023-12-25 02:36:13,452 DEBUG SenderThread:5727 [sender.py:send():382] send: metric
|
| 68 |
+
2023-12-25 02:36:13,452 DEBUG SenderThread:5727 [sender.py:send():382] send: metric
|
| 69 |
+
2023-12-25 02:36:13,452 DEBUG SenderThread:5727 [sender.py:send():382] send: metric
|
| 70 |
+
2023-12-25 02:36:13,457 DEBUG SenderThread:5727 [sender.py:send():382] send: history
|
| 71 |
+
2023-12-25 02:36:13,462 DEBUG SenderThread:5727 [sender.py:send_request():409] send_request: summary_record
|
| 72 |
+
2023-12-25 02:36:13,484 INFO SenderThread:5727 [sender.py:_save_file():1392] saving file wandb-summary.json with policy end
|
| 73 |
+
2023-12-25 02:36:14,001 INFO Thread-12 :5727 [dir_watcher.py:_on_file_created():271] file/dir created: /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/run-20231225_023520-367ycxh7/files/wandb-summary.json
|
| 74 |
+
2023-12-25 02:36:18,506 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 75 |
+
2023-12-25 02:36:23,111 DEBUG SystemMonitor:5727 [system_monitor.py:_start():172] Starting system metrics aggregation loop
|
| 76 |
+
2023-12-25 02:36:23,113 DEBUG SenderThread:5727 [sender.py:send():382] send: stats
|
| 77 |
+
2023-12-25 02:36:23,203 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: internal_messages
|
| 78 |
+
2023-12-25 02:36:23,205 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: stop_status
|
| 79 |
+
2023-12-25 02:36:23,206 DEBUG SenderThread:5727 [sender.py:send_request():409] send_request: stop_status
|
| 80 |
+
2023-12-25 02:36:24,324 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 81 |
+
2023-12-25 02:36:25,245 INFO Thread-12 :5727 [dir_watcher.py:_on_file_modified():288] file/dir modified: /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/run-20231225_023520-367ycxh7/files/config.yaml
|
| 82 |
+
2023-12-25 02:36:28,346 INFO Thread-12 :5727 [dir_watcher.py:_on_file_modified():288] file/dir modified: /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/run-20231225_023520-367ycxh7/files/output.log
|
| 83 |
+
2023-12-25 02:36:29,704 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 84 |
+
2023-12-25 02:36:34,704 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
| 85 |
+
2023-12-25 02:36:38,203 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: internal_messages
|
| 86 |
+
2023-12-25 02:36:38,205 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: stop_status
|
| 87 |
+
2023-12-25 02:36:38,205 DEBUG SenderThread:5727 [sender.py:send_request():409] send_request: stop_status
|
| 88 |
+
2023-12-25 02:36:40,376 DEBUG HandlerThread:5727 [handler.py:handle_request():146] handle_request: status_report
|
wandb/run-20231225_023520-367ycxh7/logs/debug.log
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2023-12-25 02:35:20,738 INFO MainThread:239 [wandb_setup.py:_flush():76] Current SDK version is 0.16.1
|
| 2 |
+
2023-12-25 02:35:20,739 INFO MainThread:239 [wandb_setup.py:_flush():76] Configure stats pid to 239
|
| 3 |
+
2023-12-25 02:35:20,739 INFO MainThread:239 [wandb_setup.py:_flush():76] Loading settings from /root/.config/wandb/settings
|
| 4 |
+
2023-12-25 02:35:20,739 INFO MainThread:239 [wandb_setup.py:_flush():76] Loading settings from /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/settings
|
| 5 |
+
2023-12-25 02:35:20,739 INFO MainThread:239 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
|
| 6 |
+
2023-12-25 02:35:20,739 INFO MainThread:239 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
|
| 7 |
+
2023-12-25 02:35:20,739 INFO MainThread:239 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program': '<python with no main file>'}
|
| 8 |
+
2023-12-25 02:35:20,739 INFO MainThread:239 [wandb_setup.py:_flush():76] Applying login settings: {'api_key': '***REDACTED***'}
|
| 9 |
+
2023-12-25 02:35:20,740 INFO MainThread:239 [wandb_init.py:_log_setup():524] Logging user logs to /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/run-20231225_023520-367ycxh7/logs/debug.log
|
| 10 |
+
2023-12-25 02:35:20,740 INFO MainThread:239 [wandb_init.py:_log_setup():525] Logging internal logs to /content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/wandb/run-20231225_023520-367ycxh7/logs/debug-internal.log
|
| 11 |
+
2023-12-25 02:35:20,741 INFO MainThread:239 [wandb_init.py:_jupyter_setup():470] configuring jupyter hooks <wandb.sdk.wandb_init._WandbInit object at 0x7d9d510e48b0>
|
| 12 |
+
2023-12-25 02:35:20,741 INFO MainThread:239 [wandb_init.py:init():564] calling init triggers
|
| 13 |
+
2023-12-25 02:35:20,742 INFO MainThread:239 [wandb_init.py:init():571] wandb.init called with sweep_config: {}
|
| 14 |
+
config: {}
|
| 15 |
+
2023-12-25 02:35:20,742 INFO MainThread:239 [wandb_init.py:init():614] starting backend
|
| 16 |
+
2023-12-25 02:35:20,742 INFO MainThread:239 [wandb_init.py:init():618] setting up manager
|
| 17 |
+
2023-12-25 02:35:20,747 INFO MainThread:239 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
|
| 18 |
+
2023-12-25 02:35:20,749 INFO MainThread:239 [wandb_init.py:init():624] backend started and connected
|
| 19 |
+
2023-12-25 02:35:20,773 INFO MainThread:239 [wandb_run.py:_label_probe_notebook():1294] probe notebook
|
| 20 |
+
2023-12-25 02:35:22,516 INFO MainThread:239 [wandb_init.py:init():716] updated telemetry
|
| 21 |
+
2023-12-25 02:35:22,527 INFO MainThread:239 [wandb_init.py:init():749] communicating run to backend with 90.0 second timeout
|
| 22 |
+
2023-12-25 02:35:22,861 INFO MainThread:239 [wandb_run.py:_on_init():2254] communicating current version
|
| 23 |
+
2023-12-25 02:35:23,076 INFO MainThread:239 [wandb_run.py:_on_init():2263] got version response
|
| 24 |
+
2023-12-25 02:35:23,076 INFO MainThread:239 [wandb_init.py:init():800] starting run threads in backend
|
| 25 |
+
2023-12-25 02:35:23,197 INFO MainThread:239 [wandb_run.py:_console_start():2233] atexit reg
|
| 26 |
+
2023-12-25 02:35:23,198 INFO MainThread:239 [wandb_run.py:_redirect():2088] redirect: wrap_raw
|
| 27 |
+
2023-12-25 02:35:23,199 INFO MainThread:239 [wandb_run.py:_redirect():2153] Wrapping output streams.
|
| 28 |
+
2023-12-25 02:35:23,199 INFO MainThread:239 [wandb_run.py:_redirect():2178] Redirects installed.
|
| 29 |
+
2023-12-25 02:35:23,203 INFO MainThread:239 [wandb_init.py:init():841] run started, returning control to user process
|
| 30 |
+
2023-12-25 02:35:23,222 INFO MainThread:239 [wandb_run.py:_config_callback():1342] config_cb None None {'vocab_size': 65024, 'hidden_size': 4544, 'num_hidden_layers': 32, 'num_attention_heads': 71, 'layer_norm_epsilon': 1e-05, 'initializer_range': 0.02, 'use_cache': False, 'hidden_dropout': 0.0, 'attention_dropout': 0.0, 'bos_token_id': 11, 'eos_token_id': 11, 'num_kv_heads': 71, 'alibi': False, 'new_decoder_architecture': False, 'multi_query': True, 'parallel_attn': True, 'bias': False, 'return_dict': True, 'output_hidden_states': False, 'output_attentions': False, 'torchscript': False, 'torch_dtype': 'bfloat16', 'use_bfloat16': False, 'tf_legacy_loss': False, 'pruned_heads': {}, 'tie_word_embeddings': True, 'is_encoder_decoder': False, 'is_decoder': False, 'cross_attention_hidden_size': None, 'add_cross_attention': False, 'tie_encoder_decoder': False, 'max_length': 20, 'min_length': 0, 'do_sample': False, 'early_stopping': False, 'num_beams': 1, 'num_beam_groups': 1, 'diversity_penalty': 0.0, 'temperature': 1.0, 'top_k': 50, 'top_p': 1.0, 'typical_p': 1.0, 'repetition_penalty': 1.0, 'length_penalty': 1.0, 'no_repeat_ngram_size': 0, 'encoder_no_repeat_ngram_size': 0, 'bad_words_ids': None, 'num_return_sequences': 1, 'chunk_size_feed_forward': 0, 'output_scores': False, 'return_dict_in_generate': False, 'forced_bos_token_id': None, 'forced_eos_token_id': None, 'remove_invalid_values': False, 'exponential_decay_length_penalty': None, 'suppress_tokens': None, 'begin_suppress_tokens': None, 'architectures': ['FalconForCausalLM'], 'finetuning_task': None, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'tokenizer_class': None, 'prefix': None, 'pad_token_id': None, 'sep_token_id': None, 'decoder_start_token_id': None, 'task_specific_params': None, 'problem_type': None, '_name_or_path': 'tiiuae/falcon-7b', 'transformers_version': '4.36.2', 'apply_residual_connection_post_layernorm': False, 'auto_map': {'AutoConfig': 'tiiuae/falcon-7b--configuration_falcon.FalconConfig', 'AutoModel': 'tiiuae/falcon-7b--modeling_falcon.FalconModel', 'AutoModelForSequenceClassification': 'tiiuae/falcon-7b--modeling_falcon.FalconForSequenceClassification', 'AutoModelForTokenClassification': 'tiiuae/falcon-7b--modeling_falcon.FalconForTokenClassification', 'AutoModelForQuestionAnswering': 'tiiuae/falcon-7b--modeling_falcon.FalconForQuestionAnswering', 'AutoModelForCausalLM': 'tiiuae/falcon-7b--modeling_falcon.FalconForCausalLM'}, 'model_type': 'falcon', 'quantization_config': {'quant_method': 'QuantizationMethod.BITS_AND_BYTES', 'load_in_8bit': False, 'load_in_4bit': True, 'llm_int8_threshold': 6.0, 'llm_int8_skip_modules': None, 'llm_int8_enable_fp32_cpu_offload': False, 'llm_int8_has_fp16_weight': False, 'bnb_4bit_quant_type': 'nf4', 'bnb_4bit_use_double_quant': True, 'bnb_4bit_compute_dtype': 'bfloat16'}, 'output_dir': '/content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E', 'overwrite_output_dir': False, 'do_train': False, 'do_eval': False, 'do_predict': False, 'evaluation_strategy': 'no', 'prediction_loss_only': False, 'per_device_train_batch_size': 2, 'per_device_eval_batch_size': 8, 'per_gpu_train_batch_size': None, 'per_gpu_eval_batch_size': None, 'gradient_accumulation_steps': 2, 'eval_accumulation_steps': None, 'eval_delay': 0, 'learning_rate': 0.0002, 'weight_decay': 0.0, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'max_grad_norm': 0.3, 'num_train_epochs': 3.0, 'max_steps': 60, 'lr_scheduler_type': 'cosine', 'lr_scheduler_kwargs': {}, 'warmup_ratio': 0.03, 'warmup_steps': 0, 'log_level': 'passive', 'log_level_replica': 'warning', 'log_on_each_node': True, 'logging_dir': '/content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E/runs/Dec25_02-34-12_e0dc55e75a0e', 'logging_strategy': 'steps', 'logging_first_step': False, 'logging_steps': 10, 'logging_nan_inf_filter': True, 'save_strategy': 'steps', 'save_steps': 10, 'save_total_limit': None, 'save_safetensors': True, 'save_on_each_node': False, 'save_only_model': False, 'no_cuda': False, 'use_cpu': False, 'use_mps_device': False, 'seed': 42, 'data_seed': None, 'jit_mode_eval': False, 'use_ipex': False, 'bf16': False, 'fp16': False, 'fp16_opt_level': 'O1', 'half_precision_backend': 'auto', 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': False, 'local_rank': 0, 'ddp_backend': None, 'tpu_num_cores': None, 'tpu_metrics_debug': False, 'debug': [], 'dataloader_drop_last': False, 'eval_steps': None, 'dataloader_num_workers': 0, 'past_index': -1, 'run_name': '/content/gdrive/MyDrive/LLM/Falcon-7B-Fintued-Finance-Stock-E', 'disable_tqdm': False, 'remove_unused_columns': True, 'label_names': None, 'load_best_model_at_end': False, 'metric_for_best_model': None, 'greater_is_better': None, 'ignore_data_skip': False, 'fsdp': [], 'fsdp_min_num_params': 0, 'fsdp_config': {'min_num_params': 0, 'xla': False, 'xla_fsdp_grad_ckpt': False}, 'fsdp_transformer_layer_cls_to_wrap': None, 'deepspeed': None, 'label_smoothing_factor': 0.0, 'optim': 'paged_adamw_32bit', 'optim_args': None, 'adafactor': False, 'group_by_length': True, 'length_column_name': 'length', 'report_to': ['tensorboard', 'wandb'], 'ddp_find_unused_parameters': None, 'ddp_bucket_cap_mb': None, 'ddp_broadcast_buffers': None, 'dataloader_pin_memory': True, 'dataloader_persistent_workers': False, 'skip_memory_metrics': True, 'use_legacy_prediction_loop': False, 'push_to_hub': True, 'resume_from_checkpoint': None, 'hub_model_id': None, 'hub_strategy': 'every_save', 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': False, 'hub_always_push': False, 'gradient_checkpointing': False, 'gradient_checkpointing_kwargs': None, 'include_inputs_for_metrics': False, 'fp16_backend': 'auto', 'push_to_hub_model_id': None, 'push_to_hub_organization': None, 'push_to_hub_token': '<PUSH_TO_HUB_TOKEN>', 'mp_parameters': '', 'auto_find_batch_size': False, 'full_determinism': False, 'torchdynamo': None, 'ray_scope': 'last', 'ddp_timeout': 1800, 'torch_compile': False, 'torch_compile_backend': None, 'torch_compile_mode': None, 'dispatch_batches': None, 'split_batches': False, 'include_tokens_per_second': False, 'include_num_input_tokens_seen': False, 'neftune_noise_alpha': None}
|
wandb/run-20231225_023520-367ycxh7/run-367ycxh7.wandb
ADDED
|
File without changes
|