NikitaKukuzey commited on
Commit
f0bda7a
·
1 Parent(s): 0cfd1d3

Training in progress, step 500

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
1.txt ADDED
File without changes
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "i-k-a/ru_summarization_lenta_model_mt5-base_7_epochs_1024",
3
+ "architectures": [
4
+ "MT5ForConditionalGeneration"
5
+ ],
6
+ "classifier_dropout": 0.0,
7
+ "d_ff": 2048,
8
+ "d_kv": 64,
9
+ "d_model": 768,
10
+ "decoder_start_token_id": 0,
11
+ "dense_act_fn": "gelu_new",
12
+ "dropout_rate": 0.1,
13
+ "eos_token_id": 1,
14
+ "feed_forward_proj": "gated-gelu",
15
+ "initializer_factor": 1.0,
16
+ "is_encoder_decoder": true,
17
+ "is_gated_act": true,
18
+ "layer_norm_epsilon": 1e-06,
19
+ "model_type": "mt5",
20
+ "num_decoder_layers": 12,
21
+ "num_heads": 12,
22
+ "num_layers": 12,
23
+ "output_past": true,
24
+ "pad_token_id": 0,
25
+ "relative_attention_max_distance": 128,
26
+ "relative_attention_num_buckets": 32,
27
+ "tie_word_embeddings": false,
28
+ "tokenizer_class": "T5Tokenizer",
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.35.0",
31
+ "use_cache": true,
32
+ "vocab_size": 250112
33
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c763926a03769c7ae2e8533c6dc50547d8f7c9b72cf303e0f4023e919244de2
3
+ size 2329638768
runs/Nov23_11-43-08_c7ac5a6dfa40/events.out.tfevents.1700739816.c7ac5a6dfa40.47.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0645fd6e772633eba5694fbb865f8345b3ea12131297f43550209400384dd573
3
+ size 4754
special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eos_token": {
3
+ "content": "</s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "pad_token": {
10
+ "content": "<pad>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "unk_token": {
17
+ "content": "<unk>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef78f86560d809067d12bac6c09f19a462cb3af3f54d2b8acbba26e1433125d6
3
+ size 4309802
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fafbc60c2fc60a2be3f255b32038660d0749f2e5d914acdf2d7b3f5e5729f58
3
+ size 16330495
tokenizer_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<pad>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "</s>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "<unk>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ }
27
+ },
28
+ "additional_special_tokens": [],
29
+ "clean_up_tokenization_spaces": true,
30
+ "eos_token": "</s>",
31
+ "extra_ids": 0,
32
+ "legacy": true,
33
+ "model_max_length": 1024,
34
+ "pad_token": "<pad>",
35
+ "sp_model_kwargs": {},
36
+ "tokenizer_class": "T5Tokenizer",
37
+ "unk_token": "<unk>",
38
+ "use_fast": false
39
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3c14b8117bd27e271faa1d64cf8942a8feb366747820e128d5a0ca7f9db6c8c
3
+ size 4283
wandb/debug-internal.log ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2023-11-23 11:43:55,306 INFO StreamThr :160 [internal.py:wandb_internal():86] W&B internal server running at pid: 160, started at: 2023-11-23 11:43:55.305470
2
+ 2023-11-23 11:43:55,307 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status
3
+ 2023-11-23 11:43:55,492 INFO WriterThread:160 [datastore.py:open_for_write():85] open: /kaggle/working/wandb/run-20231123_114355-4953ljim/run-4953ljim.wandb
4
+ 2023-11-23 11:43:55,492 DEBUG SenderThread:160 [sender.py:send():380] send: header
5
+ 2023-11-23 11:43:55,496 DEBUG SenderThread:160 [sender.py:send():380] send: run
6
+ 2023-11-23 11:43:55,695 INFO SenderThread:160 [dir_watcher.py:__init__():211] watching files in: /kaggle/working/wandb/run-20231123_114355-4953ljim/files
7
+ 2023-11-23 11:43:55,696 INFO SenderThread:160 [sender.py:_start_run_threads():1124] run started: 4953ljim with start time 1700739835.306682
8
+ 2023-11-23 11:43:55,703 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: check_version
9
+ 2023-11-23 11:43:55,703 DEBUG SenderThread:160 [sender.py:send_request():407] send_request: check_version
10
+ 2023-11-23 11:43:55,809 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: run_start
11
+ 2023-11-23 11:43:55,813 DEBUG HandlerThread:160 [system_info.py:__init__():32] System info init
12
+ 2023-11-23 11:43:55,813 DEBUG HandlerThread:160 [system_info.py:__init__():47] System info init done
13
+ 2023-11-23 11:43:55,813 INFO HandlerThread:160 [system_monitor.py:start():194] Starting system monitor
14
+ 2023-11-23 11:43:55,813 INFO SystemMonitor:160 [system_monitor.py:_start():158] Starting system asset monitoring threads
15
+ 2023-11-23 11:43:55,814 INFO HandlerThread:160 [system_monitor.py:probe():214] Collecting system info
16
+ 2023-11-23 11:43:55,814 INFO SystemMonitor:160 [interfaces.py:start():190] Started cpu monitoring
17
+ 2023-11-23 11:43:55,814 INFO SystemMonitor:160 [interfaces.py:start():190] Started disk monitoring
18
+ 2023-11-23 11:43:55,815 INFO SystemMonitor:160 [interfaces.py:start():190] Started gpu monitoring
19
+ 2023-11-23 11:43:55,816 INFO SystemMonitor:160 [interfaces.py:start():190] Started memory monitoring
20
+ 2023-11-23 11:43:55,817 INFO SystemMonitor:160 [interfaces.py:start():190] Started network monitoring
21
+ 2023-11-23 11:43:55,823 DEBUG HandlerThread:160 [system_info.py:probe():196] Probing system
22
+ 2023-11-23 11:43:55,826 DEBUG HandlerThread:160 [gitlib.py:_init_repo():56] git repository is invalid
23
+ 2023-11-23 11:43:55,826 DEBUG HandlerThread:160 [system_info.py:probe():244] Probing system done
24
+ 2023-11-23 11:43:55,826 DEBUG HandlerThread:160 [system_monitor.py:probe():223] {'os': 'Linux-5.15.133+-x86_64-with-glibc2.35', 'python': '3.10.12', 'heartbeatAt': '2023-11-23T11:43:55.823512', 'startedAt': '2023-11-23T11:43:55.299457', 'docker': None, 'cuda': None, 'args': (), 'state': 'running', 'program': 'kaggle.ipynb', 'codePathLocal': None, 'root': '/kaggle/working', 'host': 'c7ac5a6dfa40', 'username': 'root', 'executable': '/opt/conda/bin/python3.10', 'cpu_count': 2, 'cpu_count_logical': 4, 'cpu_freq': {'current': 2000.194, 'min': 0.0, 'max': 0.0}, 'cpu_freq_per_core': [{'current': 2000.194, 'min': 0.0, 'max': 0.0}, {'current': 2000.194, 'min': 0.0, 'max': 0.0}, {'current': 2000.194, 'min': 0.0, 'max': 0.0}, {'current': 2000.194, 'min': 0.0, 'max': 0.0}], 'disk': {'/': {'total': 8062.387607574463, 'used': 5177.147869110107}}, 'gpu': 'Tesla P100-PCIE-16GB', 'gpu_count': 1, 'gpu_devices': [{'name': 'Tesla P100-PCIE-16GB', 'memory_total': 17071734784}], 'memory': {'total': 31.357559204101562}}
25
+ 2023-11-23 11:43:55,826 INFO HandlerThread:160 [system_monitor.py:probe():224] Finished collecting system info
26
+ 2023-11-23 11:43:55,826 INFO HandlerThread:160 [system_monitor.py:probe():227] Publishing system info
27
+ 2023-11-23 11:43:55,826 DEBUG HandlerThread:160 [system_info.py:_save_pip():52] Saving list of pip packages installed into the current environment
28
+ 2023-11-23 11:43:55,828 DEBUG HandlerThread:160 [system_info.py:_save_pip():68] Saving pip packages done
29
+ 2023-11-23 11:43:55,828 DEBUG HandlerThread:160 [system_info.py:_save_conda():75] Saving list of conda packages installed into the current environment
30
+ 2023-11-23 11:43:56,698 INFO Thread-12 :160 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20231123_114355-4953ljim/files/requirements.txt
31
+ 2023-11-23 11:43:56,698 INFO Thread-12 :160 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20231123_114355-4953ljim/files/conda-environment.yaml
32
+ 2023-11-23 11:44:44,712 INFO Thread-12 :160 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20231123_114355-4953ljim/files/conda-environment.yaml
33
+ 2023-11-23 11:44:45,266 DEBUG HandlerThread:160 [system_info.py:_save_conda():87] Saving conda packages done
34
+ 2023-11-23 11:44:45,267 INFO HandlerThread:160 [system_monitor.py:probe():229] Finished publishing system info
35
+ 2023-11-23 11:44:45,276 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
36
+ 2023-11-23 11:44:45,277 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
37
+ 2023-11-23 11:44:45,277 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
38
+ 2023-11-23 11:44:45,277 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
39
+ 2023-11-23 11:44:45,277 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
40
+ 2023-11-23 11:44:45,277 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
41
+ 2023-11-23 11:44:45,277 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
42
+ 2023-11-23 11:44:45,278 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
43
+ 2023-11-23 11:44:45,278 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
44
+ 2023-11-23 11:44:45,278 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
45
+ 2023-11-23 11:44:45,278 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
46
+ 2023-11-23 11:44:45,278 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: stop_status
47
+ 2023-11-23 11:44:45,278 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: internal_messages
48
+ 2023-11-23 11:44:45,278 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
49
+ 2023-11-23 11:44:45,278 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
50
+ 2023-11-23 11:44:45,278 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
51
+ 2023-11-23 11:44:45,278 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
52
+ 2023-11-23 11:44:45,278 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
53
+ 2023-11-23 11:44:45,279 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
54
+ 2023-11-23 11:44:45,280 DEBUG SenderThread:160 [sender.py:send():380] send: telemetry
55
+ 2023-11-23 11:44:45,280 DEBUG SenderThread:160 [sender.py:send():380] send: config
56
+ 2023-11-23 11:44:45,281 DEBUG SenderThread:160 [sender.py:send():380] send: metric
57
+ 2023-11-23 11:44:45,281 DEBUG SenderThread:160 [sender.py:send_request():407] send_request: stop_status
58
+ 2023-11-23 11:44:45,363 DEBUG SenderThread:160 [sender.py:send():380] send: telemetry
59
+ 2023-11-23 11:44:45,363 DEBUG SenderThread:160 [sender.py:send():380] send: metric
60
+ 2023-11-23 11:44:45,363 WARNING SenderThread:160 [sender.py:send_metric():1331] Seen metric with glob (shouldn't happen)
61
+ 2023-11-23 11:44:45,363 DEBUG SenderThread:160 [sender.py:send():380] send: telemetry
62
+ 2023-11-23 11:44:45,364 DEBUG SenderThread:160 [sender.py:send():380] send: files
63
+ 2023-11-23 11:44:45,364 INFO SenderThread:160 [sender.py:_save_file():1380] saving file wandb-metadata.json with policy now
64
+ 2023-11-23 11:44:45,712 INFO Thread-12 :160 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20231123_114355-4953ljim/files/output.log
65
+ 2023-11-23 11:44:45,712 INFO Thread-12 :160 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20231123_114355-4953ljim/files/wandb-metadata.json
66
+ 2023-11-23 11:44:45,741 INFO wandb-upload_0:160 [upload_job.py:push():131] Uploaded file /tmp/tmp0_u_d4qewandb/t401mfun-wandb-metadata.json
67
+ 2023-11-23 11:44:45,875 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
68
+ 2023-11-23 11:44:46,364 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
69
+ 2023-11-23 11:44:47,713 INFO Thread-12 :160 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20231123_114355-4953ljim/files/output.log
70
+ 2023-11-23 11:44:50,876 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
71
+ 2023-11-23 11:44:51,365 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
72
+ 2023-11-23 11:44:55,817 DEBUG SystemMonitor:160 [system_monitor.py:_start():172] Starting system metrics aggregation loop
73
+ 2023-11-23 11:44:55,818 DEBUG SenderThread:160 [sender.py:send():380] send: stats
74
+ 2023-11-23 11:44:55,882 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
75
+ 2023-11-23 11:44:56,824 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
76
+ 2023-11-23 11:44:57,717 INFO Thread-12 :160 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20231123_114355-4953ljim/files/config.yaml
77
+ 2023-11-23 11:45:00,883 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
78
+ 2023-11-23 11:45:01,978 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
79
+ 2023-11-23 11:45:05,887 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
80
+ 2023-11-23 11:45:06,979 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
81
+ 2023-11-23 11:45:10,888 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
82
+ 2023-11-23 11:45:11,980 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
83
+ 2023-11-23 11:45:15,889 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
84
+ 2023-11-23 11:45:16,981 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
85
+ 2023-11-23 11:45:20,890 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
86
+ 2023-11-23 11:45:21,982 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
87
+ 2023-11-23 11:45:25,820 DEBUG SenderThread:160 [sender.py:send():380] send: stats
88
+ 2023-11-23 11:45:25,891 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
89
+ 2023-11-23 11:45:27,820 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
90
+ 2023-11-23 11:45:30,892 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
91
+ 2023-11-23 11:45:32,821 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
92
+ 2023-11-23 11:45:35,893 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
93
+ 2023-11-23 11:45:37,822 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
94
+ 2023-11-23 11:45:40,895 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
95
+ 2023-11-23 11:45:42,823 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
96
+ 2023-11-23 11:45:45,896 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
97
+ 2023-11-23 11:45:47,824 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
98
+ 2023-11-23 11:45:50,897 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
99
+ 2023-11-23 11:45:52,825 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
100
+ 2023-11-23 11:45:55,820 DEBUG SenderThread:160 [sender.py:send():380] send: stats
101
+ 2023-11-23 11:45:55,898 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
102
+ 2023-11-23 11:45:58,821 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
103
+ 2023-11-23 11:46:00,907 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
104
+ 2023-11-23 11:46:03,822 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
105
+ 2023-11-23 11:46:05,908 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
106
+ 2023-11-23 11:46:08,823 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
107
+ 2023-11-23 11:46:10,908 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
108
+ 2023-11-23 11:46:13,824 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
109
+ 2023-11-23 11:46:15,910 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
110
+ 2023-11-23 11:46:18,825 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
111
+ 2023-11-23 11:46:20,911 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
112
+ 2023-11-23 11:46:23,825 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
113
+ 2023-11-23 11:46:25,821 DEBUG SenderThread:160 [sender.py:send():380] send: stats
114
+ 2023-11-23 11:46:25,914 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
115
+ 2023-11-23 11:46:29,822 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
116
+ 2023-11-23 11:46:30,917 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
117
+ 2023-11-23 11:46:34,823 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
118
+ 2023-11-23 11:46:35,918 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
119
+ 2023-11-23 11:46:39,823 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
120
+ 2023-11-23 11:46:40,919 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
121
+ 2023-11-23 11:46:44,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
122
+ 2023-11-23 11:46:45,920 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
123
+ 2023-11-23 11:46:49,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
124
+ 2023-11-23 11:46:50,941 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
125
+ 2023-11-23 11:46:54,829 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
126
+ 2023-11-23 11:46:55,822 DEBUG SenderThread:160 [sender.py:send():380] send: stats
127
+ 2023-11-23 11:46:55,966 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
128
+ 2023-11-23 11:47:00,823 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
129
+ 2023-11-23 11:47:00,967 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
130
+ 2023-11-23 11:47:05,824 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
131
+ 2023-11-23 11:47:05,989 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
132
+ 2023-11-23 11:47:10,825 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
133
+ 2023-11-23 11:47:11,011 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
134
+ 2023-11-23 11:47:15,826 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
135
+ 2023-11-23 11:47:16,012 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
136
+ 2023-11-23 11:47:20,827 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
137
+ 2023-11-23 11:47:21,014 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
138
+ 2023-11-23 11:47:25,823 DEBUG SenderThread:160 [sender.py:send():380] send: stats
139
+ 2023-11-23 11:47:26,016 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
140
+ 2023-11-23 11:47:26,824 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
141
+ 2023-11-23 11:47:31,017 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
142
+ 2023-11-23 11:47:31,824 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
143
+ 2023-11-23 11:47:36,018 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
144
+ 2023-11-23 11:47:36,825 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
145
+ 2023-11-23 11:47:41,019 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
146
+ 2023-11-23 11:47:41,826 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
147
+ 2023-11-23 11:47:46,020 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
148
+ 2023-11-23 11:47:46,827 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
149
+ 2023-11-23 11:47:51,023 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
150
+ 2023-11-23 11:47:51,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
151
+ 2023-11-23 11:47:55,824 DEBUG SenderThread:160 [sender.py:send():380] send: stats
152
+ 2023-11-23 11:47:56,024 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
153
+ 2023-11-23 11:47:57,825 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
154
+ 2023-11-23 11:48:01,025 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
155
+ 2023-11-23 11:48:02,825 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
156
+ 2023-11-23 11:48:06,031 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
157
+ 2023-11-23 11:48:07,826 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
158
+ 2023-11-23 11:48:11,034 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
159
+ 2023-11-23 11:48:12,827 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
160
+ 2023-11-23 11:48:16,035 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
161
+ 2023-11-23 11:48:17,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
162
+ 2023-11-23 11:48:21,045 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
163
+ 2023-11-23 11:48:22,829 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
164
+ 2023-11-23 11:48:25,824 DEBUG SenderThread:160 [sender.py:send():380] send: stats
165
+ 2023-11-23 11:48:26,046 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
166
+ 2023-11-23 11:48:28,825 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
167
+ 2023-11-23 11:48:31,050 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
168
+ 2023-11-23 11:48:33,826 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
169
+ 2023-11-23 11:48:36,051 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
170
+ 2023-11-23 11:48:38,827 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
171
+ 2023-11-23 11:48:41,052 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
172
+ 2023-11-23 11:48:43,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
173
+ 2023-11-23 11:48:46,053 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
174
+ 2023-11-23 11:48:48,829 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
175
+ 2023-11-23 11:48:51,056 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
176
+ 2023-11-23 11:48:53,830 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
177
+ 2023-11-23 11:48:55,825 DEBUG SenderThread:160 [sender.py:send():380] send: stats
178
+ 2023-11-23 11:48:56,057 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
179
+ 2023-11-23 11:48:59,826 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
180
+ 2023-11-23 11:49:01,058 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
181
+ 2023-11-23 11:49:04,827 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
182
+ 2023-11-23 11:49:06,059 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
183
+ 2023-11-23 11:49:09,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
184
+ 2023-11-23 11:49:11,062 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
185
+ 2023-11-23 11:49:14,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
186
+ 2023-11-23 11:49:16,062 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
187
+ 2023-11-23 11:49:19,829 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
188
+ 2023-11-23 11:49:21,063 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
189
+ 2023-11-23 11:49:24,830 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
190
+ 2023-11-23 11:49:25,826 DEBUG SenderThread:160 [sender.py:send():380] send: stats
191
+ 2023-11-23 11:49:26,066 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
192
+ 2023-11-23 11:49:30,827 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
193
+ 2023-11-23 11:49:31,067 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
194
+ 2023-11-23 11:49:35,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
195
+ 2023-11-23 11:49:36,070 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
196
+ 2023-11-23 11:49:40,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
197
+ 2023-11-23 11:49:41,071 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
198
+ 2023-11-23 11:49:45,829 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
199
+ 2023-11-23 11:49:46,072 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
200
+ 2023-11-23 11:49:50,830 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
201
+ 2023-11-23 11:49:51,073 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
202
+ 2023-11-23 11:49:55,826 DEBUG SenderThread:160 [sender.py:send():380] send: stats
203
+ 2023-11-23 11:49:56,074 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
204
+ 2023-11-23 11:49:56,827 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
205
+ 2023-11-23 11:50:01,075 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
206
+ 2023-11-23 11:50:01,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
207
+ 2023-11-23 11:50:06,076 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
208
+ 2023-11-23 11:50:06,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
209
+ 2023-11-23 11:50:11,077 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
210
+ 2023-11-23 11:50:11,829 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
211
+ 2023-11-23 11:50:16,078 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
212
+ 2023-11-23 11:50:16,830 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
213
+ 2023-11-23 11:50:21,079 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
214
+ 2023-11-23 11:50:21,831 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
215
+ 2023-11-23 11:50:25,827 DEBUG SenderThread:160 [sender.py:send():380] send: stats
216
+ 2023-11-23 11:50:26,088 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
217
+ 2023-11-23 11:50:27,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
218
+ 2023-11-23 11:50:31,088 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
219
+ 2023-11-23 11:50:32,829 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
220
+ 2023-11-23 11:50:33,461 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: partial_history
221
+ 2023-11-23 11:50:33,464 DEBUG SenderThread:160 [sender.py:send():380] send: metric
222
+ 2023-11-23 11:50:33,464 DEBUG SenderThread:160 [sender.py:send():380] send: metric
223
+ 2023-11-23 11:50:33,464 DEBUG SenderThread:160 [sender.py:send():380] send: metric
224
+ 2023-11-23 11:50:33,464 DEBUG SenderThread:160 [sender.py:send():380] send: history
225
+ 2023-11-23 11:50:33,464 DEBUG SenderThread:160 [sender.py:send_request():407] send_request: summary_record
226
+ 2023-11-23 11:50:33,465 INFO SenderThread:160 [sender.py:_save_file():1380] saving file wandb-summary.json with policy end
227
+ 2023-11-23 11:50:33,838 INFO Thread-12 :160 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20231123_114355-4953ljim/files/wandb-summary.json
228
+ 2023-11-23 11:50:38,397 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
229
+ 2023-11-23 11:50:38,471 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
230
+ 2023-11-23 11:50:38,840 INFO Thread-12 :160 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20231123_114355-4953ljim/files/config.yaml
231
+ 2023-11-23 11:50:43,399 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
232
+ 2023-11-23 11:50:43,619 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
233
+ 2023-11-23 11:50:48,403 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
234
+ 2023-11-23 11:50:48,620 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
235
+ 2023-11-23 11:50:53,404 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
236
+ 2023-11-23 11:50:53,622 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
237
+ 2023-11-23 11:50:55,828 DEBUG SenderThread:160 [sender.py:send():380] send: stats
238
+ 2023-11-23 11:50:58,406 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
239
+ 2023-11-23 11:50:58,829 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
240
+ 2023-11-23 11:51:03,408 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
241
+ 2023-11-23 11:51:03,830 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
242
+ 2023-11-23 11:51:08,423 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
243
+ 2023-11-23 11:51:08,831 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
244
+ 2023-11-23 11:51:13,424 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
245
+ 2023-11-23 11:51:13,832 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
246
+ 2023-11-23 11:51:18,426 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
247
+ 2023-11-23 11:51:18,833 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
248
+ 2023-11-23 11:51:23,430 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
249
+ 2023-11-23 11:51:23,834 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
250
+ 2023-11-23 11:51:25,829 DEBUG SenderThread:160 [sender.py:send():380] send: stats
251
+ 2023-11-23 11:51:28,432 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
252
+ 2023-11-23 11:51:29,830 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
253
+ 2023-11-23 11:51:33,434 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
254
+ 2023-11-23 11:51:34,831 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
255
+ 2023-11-23 11:51:38,434 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
256
+ 2023-11-23 11:51:39,832 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
wandb/debug.log ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2023-11-23 11:43:55,301 INFO MainThread:47 [wandb_setup.py:_flush():76] Current SDK version is 0.16.0
2
+ 2023-11-23 11:43:55,301 INFO MainThread:47 [wandb_setup.py:_flush():76] Configure stats pid to 47
3
+ 2023-11-23 11:43:55,301 INFO MainThread:47 [wandb_setup.py:_flush():76] Loading settings from /root/.config/wandb/settings
4
+ 2023-11-23 11:43:55,301 INFO MainThread:47 [wandb_setup.py:_flush():76] Loading settings from /kaggle/working/wandb/settings
5
+ 2023-11-23 11:43:55,301 INFO MainThread:47 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
6
+ 2023-11-23 11:43:55,301 INFO MainThread:47 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
7
+ 2023-11-23 11:43:55,301 INFO MainThread:47 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program': '<python with no main file>'}
8
+ 2023-11-23 11:43:55,301 INFO MainThread:47 [wandb_setup.py:_flush():76] Applying login settings: {'api_key': '***REDACTED***'}
9
+ 2023-11-23 11:43:55,301 INFO MainThread:47 [wandb_init.py:_log_setup():524] Logging user logs to /kaggle/working/wandb/run-20231123_114355-4953ljim/logs/debug.log
10
+ 2023-11-23 11:43:55,301 INFO MainThread:47 [wandb_init.py:_log_setup():525] Logging internal logs to /kaggle/working/wandb/run-20231123_114355-4953ljim/logs/debug-internal.log
11
+ 2023-11-23 11:43:55,301 INFO MainThread:47 [wandb_init.py:_jupyter_setup():470] configuring jupyter hooks <wandb.sdk.wandb_init._WandbInit object at 0x7e6d78a5d180>
12
+ 2023-11-23 11:43:55,302 INFO MainThread:47 [wandb_init.py:init():564] calling init triggers
13
+ 2023-11-23 11:43:55,302 INFO MainThread:47 [wandb_init.py:init():571] wandb.init called with sweep_config: {}
14
+ config: {}
15
+ 2023-11-23 11:43:55,302 INFO MainThread:47 [wandb_init.py:init():614] starting backend
16
+ 2023-11-23 11:43:55,302 INFO MainThread:47 [wandb_init.py:init():618] setting up manager
17
+ 2023-11-23 11:43:55,304 INFO MainThread:47 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
18
+ 2023-11-23 11:43:55,306 INFO MainThread:47 [wandb_init.py:init():624] backend started and connected
19
+ 2023-11-23 11:43:55,318 INFO MainThread:47 [wandb_run.py:_label_probe_notebook():1294] probe notebook
20
+ 2023-11-23 11:43:55,491 INFO MainThread:47 [wandb_init.py:init():716] updated telemetry
21
+ 2023-11-23 11:43:55,495 INFO MainThread:47 [wandb_init.py:init():749] communicating run to backend with 90.0 second timeout
22
+ 2023-11-23 11:43:55,702 INFO MainThread:47 [wandb_run.py:_on_init():2254] communicating current version
23
+ 2023-11-23 11:43:55,804 INFO MainThread:47 [wandb_run.py:_on_init():2263] got version response
24
+ 2023-11-23 11:43:55,804 INFO MainThread:47 [wandb_init.py:init():800] starting run threads in backend
25
+ 2023-11-23 11:44:25,830 INFO MainThread:47 [wandb_run.py:_console_start():2233] atexit reg
26
+ 2023-11-23 11:44:25,831 INFO MainThread:47 [wandb_run.py:_redirect():2088] redirect: wrap_raw
27
+ 2023-11-23 11:44:25,831 INFO MainThread:47 [wandb_run.py:_redirect():2153] Wrapping output streams.
28
+ 2023-11-23 11:44:25,831 INFO MainThread:47 [wandb_run.py:_redirect():2178] Redirects installed.
29
+ 2023-11-23 11:44:25,833 INFO MainThread:47 [wandb_init.py:init():841] run started, returning control to user process
30
+ 2023-11-23 11:44:25,838 INFO MainThread:47 [wandb_run.py:_config_callback():1342] config_cb None None {'return_dict': True, 'output_hidden_states': False, 'output_attentions': False, 'torchscript': False, 'torch_dtype': 'float32', 'use_bfloat16': False, 'tf_legacy_loss': False, 'pruned_heads': {}, 'tie_word_embeddings': False, 'is_encoder_decoder': True, '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': ['MT5ForConditionalGeneration'], 'finetuning_task': None, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'tokenizer_class': 'T5Tokenizer', 'prefix': None, 'bos_token_id': None, 'pad_token_id': 0, 'eos_token_id': 1, 'sep_token_id': None, 'decoder_start_token_id': 0, 'task_specific_params': None, 'problem_type': None, '_name_or_path': 'i-k-a/ru_summarization_lenta_model_mt5-base_7_epochs_1024', 'transformers_version': '4.35.0', 'dense_act_fn': 'gelu_new', 'is_gated_act': True, 'model_type': 'mt5', 'output_past': True, 'vocab_size': 250112, 'd_model': 768, 'd_kv': 64, 'd_ff': 2048, 'num_layers': 12, 'num_decoder_layers': 12, 'num_heads': 12, 'relative_attention_num_buckets': 32, 'relative_attention_max_distance': 128, 'dropout_rate': 0.1, 'classifier_dropout': 0.0, 'layer_norm_epsilon': 1e-06, 'initializer_factor': 1.0, 'feed_forward_proj': 'gated-gelu', 'use_cache': True, 'output_dir': '/kaggle/working/', 'overwrite_output_dir': False, 'do_train': False, 'do_eval': True, 'do_predict': False, 'evaluation_strategy': 'epoch', 'prediction_loss_only': False, 'per_device_train_batch_size': 3, 'per_device_eval_batch_size': 3, 'per_gpu_train_batch_size': None, 'per_gpu_eval_batch_size': None, 'gradient_accumulation_steps': 1, 'eval_accumulation_steps': None, 'eval_delay': 0, 'learning_rate': 2e-05, 'weight_decay': 0.01, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'max_grad_norm': 1.0, 'num_train_epochs': 5, 'max_steps': -1, 'lr_scheduler_type': 'linear', 'warmup_ratio': 0.0, 'warmup_steps': 0, 'log_level': 'passive', 'log_level_replica': 'warning', 'log_on_each_node': True, 'logging_dir': '/kaggle/working/runs/Nov23_11-43-08_c7ac5a6dfa40', 'logging_strategy': 'steps', 'logging_first_step': False, 'logging_steps': 500, 'logging_nan_inf_filter': True, 'save_strategy': 'steps', 'save_steps': 500, 'save_total_limit': 3, 'save_safetensors': True, 'save_on_each_node': 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': True, 'fp16_opt_level': 'O1', 'half_precision_backend': 'auto', 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, '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': '/kaggle/working/', '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': 'adamw_torch', 'optim_args': None, 'adafactor': False, 'group_by_length': False, '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, '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, 'neftune_noise_alpha': None, 'sortish_sampler': False, 'predict_with_generate': True, 'generation_max_length': None, 'generation_num_beams': None, 'generation_config': None}
wandb/run-20231123_114355-4953ljim/files/conda-environment.yaml ADDED
@@ -0,0 +1,1051 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: base
2
+ channels:
3
+ - pytorch
4
+ - file:///tmp/conda
5
+ - rapidsai
6
+ - nvidia
7
+ - conda-forge
8
+ - defaults
9
+ dependencies:
10
+ - _libgcc_mutex=0.1=conda_forge
11
+ - _openmp_mutex=4.5=2_gnu
12
+ - aiohttp=3.8.5=py310h2372a71_0
13
+ - aiosignal=1.3.1=pyhd8ed1ab_0
14
+ - annotated-types=0.6.0=pyhd8ed1ab_0
15
+ - anyio=3.7.1=pyhd8ed1ab_0
16
+ - archspec=0.2.2=pyhd8ed1ab_0
17
+ - argon2-cffi-bindings=21.2.0=py310h5764c6d_3
18
+ - arrow=1.2.3=pyhd8ed1ab_0
19
+ - arrow-cpp=11.0.0=ha770c72_9_cpu
20
+ - asttokens=2.2.1=pyhd8ed1ab_0
21
+ - async-lru=2.0.4=pyhd8ed1ab_0
22
+ - async-timeout=4.0.3=pyhd8ed1ab_0
23
+ - atk-1.0=2.38.0=hd4edc92_1
24
+ - attrs=23.1.0=pyh71513ae_1
25
+ - aws-c-auth=0.6.26=h987a71b_2
26
+ - aws-c-cal=0.5.21=h48707d8_2
27
+ - aws-c-common=0.8.14=h0b41bf4_0
28
+ - aws-c-compression=0.2.16=h03acc5a_5
29
+ - aws-c-event-stream=0.2.20=h00877a2_4
30
+ - aws-c-http=0.7.6=hf342b9f_0
31
+ - aws-c-io=0.13.19=h5b20300_3
32
+ - aws-c-mqtt=0.8.6=hc4349f7_12
33
+ - aws-c-s3=0.2.7=h909e904_1
34
+ - aws-c-sdkutils=0.1.9=h03acc5a_0
35
+ - aws-checksums=0.1.14=h03acc5a_5
36
+ - aws-crt-cpp=0.19.8=hf7fbfca_12
37
+ - aws-sdk-cpp=1.10.57=h17c43bd_8
38
+ - babel=2.12.1=pyhd8ed1ab_1
39
+ - backcall=0.2.0=pyh9f0ad1d_0
40
+ - backports=1.0=pyhd8ed1ab_3
41
+ - backports.functools_lru_cache=1.6.5=pyhd8ed1ab_0
42
+ - beautifulsoup4=4.12.2=pyha770c72_0
43
+ - bleach=6.0.0=pyhd8ed1ab_0
44
+ - bokeh=3.3.1=pyhd8ed1ab_0
45
+ - boltons=23.0.0=pyhd8ed1ab_0
46
+ - brotli=1.0.9=h166bdaf_9
47
+ - brotli-bin=1.0.9=h166bdaf_9
48
+ - brotlipy=0.7.0=py310h7f8727e_1002
49
+ - bzip2=1.0.8=h7b6447c_0
50
+ - c-ares=1.19.1=hd590300_0
51
+ - ca-certificates=2023.7.22=hbcca054_0
52
+ - cached-property=1.5.2=hd8ed1ab_1
53
+ - cached_property=1.5.2=pyha770c72_1
54
+ - cairo=1.18.0=h3faef2a_0
55
+ - cartopy=0.22.0=py310hcc13569_1
56
+ - catalogue=2.0.10=py310hff52083_0
57
+ - certifi=2023.7.22=pyhd8ed1ab_0
58
+ - cffi=1.15.1=py310h255011f_3
59
+ - charset-normalizer=3.2.0=pyhd8ed1ab_0
60
+ - click=8.1.7=unix_pyh707e725_0
61
+ - cloudpathlib=0.16.0=pyhd8ed1ab_0
62
+ - colorama=0.4.6=pyhd8ed1ab_0
63
+ - comm=0.1.4=pyhd8ed1ab_0
64
+ - conda=23.7.4=py310hff52083_0
65
+ - conda-libmamba-solver=23.7.0=pyhd8ed1ab_0
66
+ - conda-package-handling=2.2.0=pyh38be061_0
67
+ - conda-package-streaming=0.9.0=pyhd8ed1ab_0
68
+ - confection=0.1.3=py310h17c5347_1
69
+ - cryptography=41.0.3=py310h75e40e8_0
70
+ - cubinlinker=0.3.0=py310hfdf336d_0
71
+ - cuda-cudart=11.8.89=0
72
+ - cuda-nvrtc=11.8.89=0
73
+ - cuda-profiler-api=11.8.86=0
74
+ - cuda-python=11.8.3=py310hf9913ef_0
75
+ - cuda-version=11.8=h70ddcb2_2
76
+ - cudatoolkit=11.8.0=h4ba93d1_12
77
+ - cudf=23.08.00=cuda11_py310_230809_g8150d38e08_0
78
+ - cuml=23.08.00=cuda11_py310_230809_gd7162cdea_0
79
+ - cupy=12.2.0=py310h7b03888_3
80
+ - curl=8.4.0=hca28451_0
81
+ - cymem=2.0.8=py310hc6cd4ac_1
82
+ - cython-blis=0.7.10=py310h1f7b6fc_2
83
+ - cytoolz=0.12.2=py310h2372a71_1
84
+ - dask-cuda=23.08.00=py310_230809_gefbd6ca_0
85
+ - dask-cudf=23.08.00=cuda11_py310_230809_g8150d38e08_0
86
+ - decorator=5.1.1=pyhd8ed1ab_0
87
+ - defusedxml=0.7.1=pyhd8ed1ab_0
88
+ - dlenv-tf-2-13-gpu=1.0.20230823=py310had803b4_0
89
+ - dlpack=0.5=h9c3ff4c_0
90
+ - entrypoints=0.4=pyhd8ed1ab_0
91
+ - exceptiongroup=1.1.3=pyhd8ed1ab_0
92
+ - executing=1.2.0=pyhd8ed1ab_0
93
+ - expat=2.5.0=hcb278e6_1
94
+ - fastrlock=0.8.2=py310hc6cd4ac_1
95
+ - fftw=3.3.10=nompi_hc118613_108
96
+ - flit-core=3.9.0=pyhd8ed1ab_0
97
+ - fmt=9.1.0=h924138e_0
98
+ - font-ttf-dejavu-sans-mono=2.37=hab24e00_0
99
+ - font-ttf-inconsolata=3.000=h77eed37_0
100
+ - font-ttf-source-code-pro=2.038=h77eed37_0
101
+ - font-ttf-ubuntu=0.83=hab24e00_0
102
+ - fontconfig=2.14.2=h14ed4e7_0
103
+ - fonts-conda-ecosystem=1=0
104
+ - fonts-conda-forge=1=0
105
+ - fqdn=1.5.1=pyhd8ed1ab_0
106
+ - freetype=2.12.1=h267a509_2
107
+ - fribidi=1.0.10=h36c2ea0_0
108
+ - frozenlist=1.4.0=py310h2372a71_0
109
+ - gdk-pixbuf=2.42.10=h829c605_4
110
+ - geos=3.11.1=h27087fc_0
111
+ - gettext=0.21.1=h27087fc_0
112
+ - gflags=2.2.2=he1b5a44_1004
113
+ - ghostscript=10.02.1=h59595ed_0
114
+ - giflib=5.2.1=h0b41bf4_3
115
+ - glog=0.6.0=h6f12383_0
116
+ - gmock=1.14.0=ha770c72_1
117
+ - google-api-core-grpc=2.11.1=hd8ed1ab_0
118
+ - google-auth=2.22.0=pyh1a96a4e_0
119
+ - google-cloud-core=2.3.3=pyhd8ed1ab_0
120
+ - google-cloud-datastore=2.18.0=pyhd8ed1ab_0
121
+ - googleapis-common-protos=1.60.0=pyhd8ed1ab_0
122
+ - graphite2=1.3.13=h58526e2_1001
123
+ - graphviz=8.1.0=h28d9a01_0
124
+ - grpc-cpp=1.51.1=h27aab58_3
125
+ - gtest=1.14.0=h00ab1b0_1
126
+ - gtk2=2.24.33=h90689f9_2
127
+ - gts=0.7.6=h977cf35_4
128
+ - harfbuzz=8.2.1=h3d44ed6_0
129
+ - icu=73.2=h59595ed_0
130
+ - idna=3.4=pyhd8ed1ab_0
131
+ - imagemagick=7.1.1_21=pl5321h50ebf65_0
132
+ - importlib-metadata=6.8.0=pyha770c72_0
133
+ - importlib_metadata=6.8.0=hd8ed1ab_0
134
+ - importlib_resources=6.0.1=pyhd8ed1ab_0
135
+ - intel-openmp=2023.1.0=hdb19cb5_46306
136
+ - ipykernel=6.25.1=pyh71e2992_0
137
+ - ipython=8.14.0=pyh41d4057_0
138
+ - isoduration=20.11.0=pyhd8ed1ab_0
139
+ - jbig=2.1=h7f98852_2003
140
+ - jedi=0.19.0=pyhd8ed1ab_0
141
+ - jinja2=3.1.2=pyhd8ed1ab_1
142
+ - joblib=1.3.2=pyhd8ed1ab_0
143
+ - json5=0.9.14=pyhd8ed1ab_0
144
+ - jsonpatch=1.32=pyhd8ed1ab_0
145
+ - jsonpointer=2.0=py_0
146
+ - jsonschema=4.19.0=pyhd8ed1ab_1
147
+ - jsonschema-specifications=2023.7.1=pyhd8ed1ab_0
148
+ - jsonschema-with-format-nongpl=4.19.0=pyhd8ed1ab_1
149
+ - jupyter_client=8.3.0=pyhd8ed1ab_0
150
+ - jupyter_core=5.3.1=py310hff52083_0
151
+ - jupyter_events=0.7.0=pyhd8ed1ab_2
152
+ - jupyter_server=2.7.1=pyhd8ed1ab_0
153
+ - jupyter_server_terminals=0.4.4=pyhd8ed1ab_1
154
+ - jupyterlab_pygments=0.2.2=pyhd8ed1ab_0
155
+ - jupyterlab_server=2.24.0=pyhd8ed1ab_0
156
+ - keyutils=1.6.1=h166bdaf_0
157
+ - krb5=1.21.2=h659d440_0
158
+ - langcodes=3.3.0=pyhd8ed1ab_0
159
+ - lcms2=2.15=hb7c19ff_3
160
+ - ld_impl_linux-64=2.40=h41732ed_0
161
+ - lerc=4.0.0=h27087fc_0
162
+ - libabseil=20230125.0=cxx17_hcb278e6_1
163
+ - libarchive=3.6.2=h039dbb9_1
164
+ - libarrow=11.0.0=h33598ff_9_cpu
165
+ - libblas=3.9.0=19_linux64_openblas
166
+ - libbrotlicommon=1.0.9=h166bdaf_9
167
+ - libbrotlidec=1.0.9=h166bdaf_9
168
+ - libbrotlienc=1.0.9=h166bdaf_9
169
+ - libcblas=3.9.0=19_linux64_openblas
170
+ - libcrc32c=1.1.2=h9c3ff4c_0
171
+ - libcublas=11.11.3.6=0
172
+ - libcublas-dev=11.11.3.6=0
173
+ - libcudf=23.08.00=cuda11_230809_g8150d38e08_0
174
+ - libcufft=10.9.0.58=0
175
+ - libcufile=1.4.0.31=0
176
+ - libcufile-dev=1.4.0.31=0
177
+ - libcuml=23.08.00=cuda11_230809_gd7162cdea_0
178
+ - libcumlprims=23.08.00=cuda11_230809_g71c0a86_0
179
+ - libcurand=10.3.0.86=0
180
+ - libcurand-dev=10.3.0.86=0
181
+ - libcurl=8.4.0=hca28451_0
182
+ - libcusolver=11.4.1.48=0
183
+ - libcusolver-dev=11.4.1.48=0
184
+ - libcusparse=11.7.5.86=0
185
+ - libcusparse-dev=11.7.5.86=0
186
+ - libdeflate=1.19=hd590300_0
187
+ - libedit=3.1.20191231=he28a2e2_2
188
+ - libev=4.33=h516909a_1
189
+ - libevent=2.1.10=h28343ad_4
190
+ - libexpat=2.5.0=hcb278e6_1
191
+ - libffi=3.4.2=h7f98852_5
192
+ - libgcc-ng=13.1.0=he5830b7_0
193
+ - libgd=2.3.3=h119a65a_9
194
+ - libgfortran-ng=13.2.0=h69a702a_0
195
+ - libgfortran5=13.2.0=ha4646dd_0
196
+ - libglib=2.78.1=hebfc3b9_0
197
+ - libgomp=13.1.0=he5830b7_0
198
+ - libgoogle-cloud=2.8.0=h3c06191_0
199
+ - libgrpc=1.51.1=hcf146ea_3
200
+ - libhwloc=2.9.3=default_h554bfaf_1009
201
+ - libiconv=1.17=h166bdaf_0
202
+ - libjpeg-turbo=3.0.0=hd590300_1
203
+ - libkvikio=23.08.00=cuda11_230809_g51a9036_0
204
+ - liblapack=3.9.0=19_linux64_openblas
205
+ - libllvm14=14.0.6=hcd5def8_4
206
+ - libmamba=1.5.0=h658169a_0
207
+ - libmambapy=1.5.0=py310h8aae740_0
208
+ - libnghttp2=1.57.0=h2d74bed_0
209
+ - libnsl=2.0.0=h7f98852_0
210
+ - libnuma=2.0.16=h0b41bf4_1
211
+ - libopenblas=0.3.24=pthreads_h413a1c8_0
212
+ - libpng=1.6.39=h753d276_0
213
+ - libprotobuf=3.21.12=hfc55251_2
214
+ - libraft=23.08.00=cuda11_230809_ge588d7b5_0
215
+ - libraft-headers=23.08.00=cuda11_230809_ge588d7b5_0
216
+ - libraft-headers-only=23.08.00=cuda11_230809_ge588d7b5_0
217
+ - librmm=23.08.00=cuda11_230809_gf3af0e8d_0
218
+ - librsvg=2.56.3=h98fae49_0
219
+ - libsodium=1.0.18=h36c2ea0_1
220
+ - libsolv=0.7.26=hfc55251_0
221
+ - libsqlite=3.44.0=h2797004_0
222
+ - libssh2=1.11.0=h0841786_0
223
+ - libstdcxx-ng=13.1.0=hfd8a6a1_0
224
+ - libthrift=0.18.0=h5e4af38_0
225
+ - libtiff=4.6.0=ha9c0a0a_2
226
+ - libtool=2.4.7=h27087fc_0
227
+ - libutf8proc=2.8.0=h166bdaf_0
228
+ - libuuid=2.38.1=h0b41bf4_0
229
+ - libuv=1.44.2=hd590300_1
230
+ - libwebp=1.3.2=h658648e_1
231
+ - libwebp-base=1.3.2=hd590300_0
232
+ - libxcb=1.15=h0b41bf4_0
233
+ - libxml2=2.11.5=h232c23b_1
234
+ - libzlib=1.2.13=hd590300_5
235
+ - llvm-openmp=8.0.1=hc9558a2_0
236
+ - locket=1.0.0=pyhd8ed1ab_0
237
+ - lz4=4.3.2=py310h350c4a5_1
238
+ - lz4-c=1.9.4=hcb278e6_0
239
+ - lzo=2.10=h516909a_1000
240
+ - magma-cuda118=2.6.1=1
241
+ - mamba=1.5.0=py310h51d5547_0
242
+ - markdown-it-py=3.0.0=pyhd8ed1ab_0
243
+ - markupsafe=2.1.3=py310h2372a71_0
244
+ - matplotlib-base=3.8.1=py310h62c0568_0
245
+ - matplotlib-inline=0.1.6=pyhd8ed1ab_0
246
+ - mkl=2023.1.0=h213fc3f_46344
247
+ - msgpack-python=1.0.6=py310hd41b1e2_0
248
+ - multidict=6.0.4=py310h1fa729e_0
249
+ - munkres=1.1.4=pyh9f0ad1d_0
250
+ - murmurhash=1.0.10=py310hc6cd4ac_1
251
+ - nb_conda=2.2.1=unix_6
252
+ - nb_conda_kernels=2.3.1=py310hff52083_2
253
+ - nbformat=5.9.2=pyhd8ed1ab_0
254
+ - nccl=2.19.3.1=h6103f9b_0
255
+ - ncurses=6.4=hcb278e6_0
256
+ - nodejs=20.5.1=hb753e55_1
257
+ - notebook-shim=0.2.3=pyhd8ed1ab_0
258
+ - nvcomp=2.6.1=h838ba91_3
259
+ - nvtx=0.2.8=py310h2372a71_1
260
+ - openjpeg=2.5.0=h488ebb8_3
261
+ - openmp=8.0.1=0
262
+ - openssl=3.1.4=hd590300_0
263
+ - orc=1.8.2=hfdbbad2_2
264
+ - pandocfilters=1.5.0=pyhd8ed1ab_0
265
+ - pango=1.50.14=ha41ecd1_2
266
+ - parquet-cpp=1.5.1=2
267
+ - parso=0.8.3=pyhd8ed1ab_0
268
+ - partd=1.4.1=pyhd8ed1ab_0
269
+ - pathy=0.10.1=py310h06a4308_0
270
+ - pcre2=10.40=hc3806b6_0
271
+ - perl=5.32.1=4_hd590300_perl5
272
+ - pexpect=4.8.0=pyh1a96a4e_2
273
+ - pickleshare=0.7.5=py_1003
274
+ - pip=23.2.1=pyhd8ed1ab_0
275
+ - pixman=0.42.2=h59595ed_0
276
+ - pkg-config=0.29.2=h36c2ea0_1008
277
+ - pkgutil-resolve-name=1.3.10=pyhd8ed1ab_0
278
+ - pluggy=1.2.0=pyhd8ed1ab_0
279
+ - preshed=3.0.9=py310hc6cd4ac_1
280
+ - proj=9.3.0=h1d62c97_2
281
+ - prometheus_client=0.17.1=pyhd8ed1ab_0
282
+ - prompt-toolkit=3.0.39=pyha770c72_0
283
+ - prompt_toolkit=3.0.39=hd8ed1ab_0
284
+ - proto-plus=1.22.3=pyhd8ed1ab_0
285
+ - pthread-stubs=0.4=h36c2ea0_1001
286
+ - ptxcompiler=0.8.1=py310h70a93da_2
287
+ - ptyprocess=0.7.0=pyhd3deb0d_0
288
+ - pure_eval=0.2.2=pyhd8ed1ab_0
289
+ - pyarrow=11.0.0=py310h633f555_9_cpu
290
+ - pybind11-abi=4=hd8ed1ab_3
291
+ - pycosat=0.6.4=py310h5764c6d_1
292
+ - pydantic-core=2.10.1=py310hcb5633a_0
293
+ - pygments=2.16.1=pyhd8ed1ab_0
294
+ - pylibraft=23.08.00=cuda11_py310_230809_ge588d7b5_0
295
+ - pynvml=11.4.1=pyhd8ed1ab_0
296
+ - pyopenssl=23.2.0=pyhd8ed1ab_1
297
+ - pyproj=3.6.1=py310h32c33b7_4
298
+ - pyshp=2.3.1=pyhd8ed1ab_0
299
+ - pysocks=1.7.1=py310h06a4308_0
300
+ - python=3.10.12=hd12c33a_0_cpython
301
+ - python-dateutil=2.8.2=pyhd8ed1ab_0
302
+ - python-fastjsonschema=2.18.0=pyhd8ed1ab_0
303
+ - python-json-logger=2.0.7=pyhd8ed1ab_0
304
+ - python_abi=3.10=3_cp310
305
+ - pytz=2023.3=pyhd8ed1ab_0
306
+ - pyu2f=0.1.5=pyhd8ed1ab_0
307
+ - pyyaml=6.0.1=py310h2372a71_0
308
+ - raft-dask=23.08.00=cuda11_py310_230809_ge588d7b5_0
309
+ - rdma-core=28.9=h59595ed_1
310
+ - re2=2023.02.02=hcb278e6_0
311
+ - readline=8.2=h8228510_1
312
+ - referencing=0.30.2=pyhd8ed1ab_0
313
+ - reproc=14.2.4.post0=hd590300_1
314
+ - reproc-cpp=14.2.4.post0=h59595ed_1
315
+ - requests=2.31.0=pyhd8ed1ab_0
316
+ - rfc3339-validator=0.1.4=pyhd8ed1ab_0
317
+ - rfc3986-validator=0.1.1=pyh9f0ad1d_0
318
+ - rmm=23.08.00=cuda11_py310_230809_gf3af0e8d_0
319
+ - rpds-py=0.9.2=py310hcb5633a_0
320
+ - rsa=4.9=pyhd8ed1ab_0
321
+ - ruamel.yaml=0.17.32=py310h2372a71_0
322
+ - ruamel.yaml.clib=0.2.7=py310h1fa729e_1
323
+ - ruamel_yaml=0.15.100=py310h7f8727e_0
324
+ - s2n=1.3.41=h3358134_0
325
+ - send2trash=1.8.2=pyh41d4057_0
326
+ - setuptools=68.1.2=pyhd8ed1ab_0
327
+ - shapely=1.8.5=py310h5b266fc_2
328
+ - shellingham=1.5.4=pyhd8ed1ab_0
329
+ - smart_open=6.4.0=pyhd8ed1ab_0
330
+ - snappy=1.1.10=h9fff704_0
331
+ - sniffio=1.3.0=pyhd8ed1ab_0
332
+ - sortedcontainers=2.4.0=pyhd8ed1ab_0
333
+ - spacy=3.7.2=py310hcb52e73_0
334
+ - spacy-legacy=3.0.12=pyhd8ed1ab_0
335
+ - spacy-loggers=1.0.5=pyhd8ed1ab_0
336
+ - spdlog=1.11.0=h9b3ece8_1
337
+ - sqlite=3.38.2=hc218d9a_0
338
+ - srsly=2.4.8=py310hc6cd4ac_1
339
+ - stack_data=0.6.2=pyhd8ed1ab_0
340
+ - tblib=2.0.0=pyhd8ed1ab_0
341
+ - terminado=0.17.1=pyh41d4057_0
342
+ - thinc=8.2.1=py310hcb52e73_0
343
+ - tinycss2=1.2.1=pyhd8ed1ab_0
344
+ - tk=8.6.13=noxft_h4845f30_101
345
+ - tomli=2.0.1=pyhd8ed1ab_0
346
+ - toolz=0.12.0=pyhd8ed1ab_0
347
+ - tornado=6.3.3=py310h2372a71_0
348
+ - tqdm=4.66.1=pyhd8ed1ab_0
349
+ - traitlets=5.9.0=pyhd8ed1ab_0
350
+ - treelite=3.2.0=py310h1be96d9_0
351
+ - truststore=0.8.0=pyhd8ed1ab_0
352
+ - typer=0.9.0=pyhd8ed1ab_0
353
+ - typing_extensions=4.7.1=pyha770c72_0
354
+ - typing_utils=0.1.0=pyhd8ed1ab_0
355
+ - ucx=1.14.1=h64cca9d_5
356
+ - ucx-proc=1.0.0=gpu
357
+ - ucx-py=0.33.00=py310_230809_gea1eb8f_0
358
+ - unicodedata2=15.1.0=py310h2372a71_0
359
+ - uri-template=1.3.0=pyhd8ed1ab_0
360
+ - wasabi=1.1.2=py310hff52083_0
361
+ - wcwidth=0.2.6=pyhd8ed1ab_0
362
+ - weasel=0.3.4=pyhd8ed1ab_0
363
+ - webcolors=1.13=pyhd8ed1ab_0
364
+ - websocket-client=1.6.2=pyhd8ed1ab_0
365
+ - wheel=0.41.2=pyhd8ed1ab_0
366
+ - xorg-kbproto=1.0.7=h7f98852_1002
367
+ - xorg-libice=1.1.1=hd590300_0
368
+ - xorg-libsm=1.2.4=h7391055_0
369
+ - xorg-libx11=1.8.7=h8ee46fc_0
370
+ - xorg-libxau=1.0.11=hd590300_0
371
+ - xorg-libxdmcp=1.1.3=h7f98852_0
372
+ - xorg-libxext=1.3.4=h0b41bf4_2
373
+ - xorg-libxrender=0.9.11=hd590300_0
374
+ - xorg-libxt=1.3.0=hd590300_1
375
+ - xorg-renderproto=0.11.1=h7f98852_1002
376
+ - xorg-xextproto=7.3.0=h0b41bf4_1003
377
+ - xorg-xproto=7.0.31=h7f98852_1007
378
+ - xyzservices=2023.10.1=pyhd8ed1ab_0
379
+ - xz=5.2.6=h166bdaf_0
380
+ - yaml=0.2.5=h7b6447c_0
381
+ - yaml-cpp=0.7.0=h59595ed_3
382
+ - yarl=1.9.2=py310h2372a71_0
383
+ - zeromq=4.3.4=h9c3ff4c_1
384
+ - zict=3.0.0=pyhd8ed1ab_0
385
+ - zipp=3.16.2=pyhd8ed1ab_0
386
+ - zlib=1.2.13=hd590300_5
387
+ - zstandard=0.22.0=py310h1275a96_0
388
+ - zstd=1.5.5=hfc55251_0
389
+ - pip:
390
+ - absl-py==1.4.0
391
+ - accelerate==0.24.1
392
+ - access==1.1.9
393
+ - affine==2.4.0
394
+ - aiobotocore==2.7.0
395
+ - aiohttp-cors==0.7.0
396
+ - aioitertools==0.11.0
397
+ - aiorwlock==1.3.0
398
+ - albumentations==1.3.1
399
+ - alembic==1.12.1
400
+ - altair==5.1.2
401
+ - annoy==1.17.3
402
+ - ansiwrap==0.8.4
403
+ - apache-beam==2.46.0
404
+ - aplus==0.11.0
405
+ - appdirs==1.4.4
406
+ - argon2-cffi==23.1.0
407
+ - array-record==0.4.1
408
+ - arviz==0.12.1
409
+ - astroid==3.0.1
410
+ - astropy==5.3.4
411
+ - astunparse==1.6.3
412
+ - audioread==3.0.1
413
+ - autopep8==2.0.4
414
+ - backoff==2.2.1
415
+ - bayesian-optimization==1.4.3
416
+ - bayespy==0.5.26
417
+ - beatrix-jupyterlab==2023.814.150030
418
+ - bidict==0.22.1
419
+ - biopython==1.81
420
+ - blake3==0.2.1
421
+ - blessed==1.20.0
422
+ - blinker==1.7.0
423
+ - blosc2==2.3.1
424
+ - boruta==0.3
425
+ - boto3==1.26.100
426
+ - botocore==1.31.64
427
+ - bqplot==0.12.42
428
+ - branca==0.7.0
429
+ - brewer2mpl==1.4.1
430
+ - cachetools==4.2.4
431
+ - catalyst==22.4
432
+ - catboost==1.2.2
433
+ - category-encoders==2.6.3
434
+ - cesium==0.12.1
435
+ - cftime==1.6.3
436
+ - chex==0.1.84
437
+ - cleverhans==4.0.0
438
+ - click-plugins==1.1.1
439
+ - cligj==0.7.2
440
+ - cloud-tpu-client==0.10
441
+ - cloud-tpu-profiler==2.4.0
442
+ - cloudpickle==2.2.1
443
+ - cmdstanpy==1.2.0
444
+ - cmudict==1.0.15
445
+ - colorcet==3.0.1
446
+ - colorful==0.5.5
447
+ - colorlog==6.7.0
448
+ - colorlover==0.3.0
449
+ - contextily==1.4.0
450
+ - contourpy==1.1.0
451
+ - convertdate==2.4.0
452
+ - crcmod==1.7
453
+ - cubinlinker-cu11==0.3.0.post1
454
+ - cufflinks==0.17.3
455
+ - cvxcanon==0.1.2
456
+ - cycler==0.11.0
457
+ - cysignals==1.11.4
458
+ - cython==3.0.0
459
+ - daal==2023.2.1
460
+ - daal4py==2023.2.1
461
+ - dacite==1.8.1
462
+ - dask==2023.11.0
463
+ - dataclasses-json==0.6.2
464
+ - datasets==2.1.0
465
+ - datashader==0.16.0
466
+ - datatile==1.0.3
467
+ - db-dtypes==1.1.1
468
+ - deap==1.4.1
469
+ - debugpy==1.6.7.post1
470
+ - delorean==1.0.0
471
+ - deprecat==2.1.1
472
+ - deprecated==1.2.14
473
+ - deprecation==2.1.0
474
+ - descartes==1.1.0
475
+ - dill==0.3.7
476
+ - dipy==1.7.0
477
+ - distlib==0.3.7
478
+ - distributed==2023.11.0
479
+ - dm-tree==0.1.8
480
+ - docker==6.1.3
481
+ - docker-pycreds==0.4.0
482
+ - docopt==0.6.2
483
+ - docstring-parser==0.15
484
+ - docstring-to-markdown==0.13
485
+ - docutils==0.20.1
486
+ - earthengine-api==0.1.378
487
+ - easydict==1.11
488
+ - easyocr==1.7.1
489
+ - ecos==2.0.12
490
+ - eli5==0.13.0
491
+ - emoji==2.8.0
492
+ - en-core-web-lg==3.7.0
493
+ - en-core-web-sm==3.7.0
494
+ - ephem==4.1.5
495
+ - esda==2.5.1
496
+ - essentia==2.1b6.dev1110
497
+ - et-xmlfile==1.1.0
498
+ - etils==1.4.1
499
+ - evaluate==0.4.1
500
+ - explainable-ai-sdk==1.3.3
501
+ - fastai==2.7.13
502
+ - fastapi==0.101.1
503
+ - fastavro==1.8.2
504
+ - fastcore==1.5.29
505
+ - fastdownload==0.0.7
506
+ - fasteners==0.18
507
+ - fastprogress==1.0.3
508
+ - fasttext==0.9.2
509
+ - fbpca==1.0
510
+ - feather-format==0.4.1
511
+ - featuretools==1.28.0
512
+ - filelock==3.12.2
513
+ - fiona==1.9.5
514
+ - fitter==1.6.0
515
+ - flake8==6.1.0
516
+ - flashtext==2.7
517
+ - flask==3.0.0
518
+ - flatbuffers==23.5.26
519
+ - flax==0.7.5
520
+ - folium==0.15.0
521
+ - fonttools==4.42.1
522
+ - frozendict==2.3.8
523
+ - fsspec==2023.6.0
524
+ - funcy==2.0
525
+ - fury==0.9.0
526
+ - future==0.18.3
527
+ - fuzzywuzzy==0.18.0
528
+ - gast==0.4.0
529
+ - gatspy==0.3
530
+ - gcsfs==2023.6.0
531
+ - gensim==4.3.2
532
+ - geographiclib==2.0
533
+ - geohash==1.0
534
+ - geojson==3.1.0
535
+ - geopandas==0.14.0
536
+ - geoplot==0.5.1
537
+ - geopy==2.4.0
538
+ - geoviews==1.11.0
539
+ - ggplot==0.11.5
540
+ - giddy==2.3.4
541
+ - gitdb==4.0.10
542
+ - gitpython==3.1.32
543
+ - google-api-core==2.14.0
544
+ - google-api-python-client==2.107.0
545
+ - google-apitools==0.5.31
546
+ - google-auth-httplib2==0.1.0
547
+ - google-auth-oauthlib==1.0.0
548
+ - google-cloud-aiplatform==0.6.0a1
549
+ - google-cloud-artifact-registry==1.8.3
550
+ - google-cloud-automl==1.0.1
551
+ - google-cloud-bigquery==2.34.4
552
+ - google-cloud-bigtable==1.7.3
553
+ - google-cloud-dlp==3.12.2
554
+ - google-cloud-language==2.11.1
555
+ - google-cloud-monitoring==2.15.1
556
+ - google-cloud-pubsub==2.18.3
557
+ - google-cloud-pubsublite==1.8.3
558
+ - google-cloud-recommendations-ai==0.7.1
559
+ - google-cloud-resource-manager==1.10.3
560
+ - google-cloud-spanner==3.40.1
561
+ - google-cloud-storage==1.44.0
562
+ - google-cloud-translate==3.12.1
563
+ - google-cloud-videointelligence==2.11.4
564
+ - google-cloud-vision==2.8.0
565
+ - google-crc32c==1.5.0
566
+ - google-pasta==0.2.0
567
+ - google-resumable-media==2.5.0
568
+ - gplearn==0.4.2
569
+ - gpustat==1.0.0
570
+ - gpxpy==1.6.1
571
+ - greenlet==2.0.2
572
+ - grpc-google-iam-v1==0.12.6
573
+ - grpcio==1.57.0
574
+ - grpcio-status==1.48.2
575
+ - gviz-api==1.10.0
576
+ - gym==0.26.2
577
+ - gym-notices==0.0.8
578
+ - gymnasium==0.26.3
579
+ - gymnasium-notices==0.0.1
580
+ - h11==0.14.0
581
+ - h2o==3.44.0.2
582
+ - h5py==3.9.0
583
+ - haversine==2.8.0
584
+ - hdfs==2.7.2
585
+ - hep-ml==0.7.2
586
+ - hijri-converter==2.3.1
587
+ - hmmlearn==0.3.0
588
+ - holidays==0.24
589
+ - holoviews==1.18.1
590
+ - hpsklearn==0.1.0
591
+ - html5lib==1.1
592
+ - htmlmin==0.1.12
593
+ - httplib2==0.21.0
594
+ - httptools==0.6.1
595
+ - huggingface-hub==0.17.3
596
+ - humanize==4.8.0
597
+ - hunspell==0.5.5
598
+ - husl==4.0.3
599
+ - hydra-slayer==0.4.1
600
+ - hyperopt==0.2.7
601
+ - hypertools==0.8.0
602
+ - igraph==0.11.2
603
+ - imagecodecs==2023.9.18
604
+ - imagehash==4.3.1
605
+ - imageio==2.31.1
606
+ - imbalanced-learn==0.11.0
607
+ - imgaug==0.4.0
608
+ - importlib-resources==5.13.0
609
+ - inequality==1.0.1
610
+ - iniconfig==2.0.0
611
+ - ipydatawidgets==4.3.5
612
+ - ipyleaflet==0.17.4
613
+ - ipympl==0.7.0
614
+ - ipython-genutils==0.2.0
615
+ - ipython-sql==0.5.0
616
+ - ipyvolume==0.6.3
617
+ - ipyvue==1.10.1
618
+ - ipyvuetify==1.8.10
619
+ - ipywebrtc==0.6.0
620
+ - ipywidgets==7.7.1
621
+ - isort==5.12.0
622
+ - isoweek==1.3.3
623
+ - itsdangerous==2.1.2
624
+ - janome==0.5.0
625
+ - jaraco-classes==3.3.0
626
+ - jax==0.4.20
627
+ - jaxlib==0.4.20+cuda11.cudnn86
628
+ - jeepney==0.8.0
629
+ - jieba==0.42.1
630
+ - jmespath==1.0.1
631
+ - jupyter-client==7.4.9
632
+ - jupyter-console==6.6.3
633
+ - jupyter-http-over-ws==0.0.8
634
+ - jupyter-lsp==1.5.1
635
+ - jupyter-server==2.10.0
636
+ - jupyter-server-mathjax==0.2.6
637
+ - jupyter-server-proxy==4.0.0
638
+ - jupyterlab==4.0.8
639
+ - jupyterlab-git==0.42.0
640
+ - jupyterlab-lsp==5.0.0
641
+ - jupyterlab-widgets==3.0.8
642
+ - jupytext==1.15.0
643
+ - kaggle==1.5.16
644
+ - kaggle-environments==1.12.0
645
+ - keras==2.13.1
646
+ - keras-core==0.1.7
647
+ - keras-cv==0.6.4
648
+ - keras-nlp==0.6.3
649
+ - keras-tuner==1.3.5
650
+ - keyring==24.2.0
651
+ - keyrings-google-artifactregistry-auth==1.1.2
652
+ - kfp==2.0.1
653
+ - kfp-pipeline-spec==0.2.2
654
+ - kfp-server-api==2.0.1
655
+ - kiwisolver==1.4.4
656
+ - kmapper==2.0.1
657
+ - kmodes==0.12.2
658
+ - korean-lunar-calendar==0.3.1
659
+ - kornia==0.7.0
660
+ - kt-legacy==1.0.5
661
+ - kubernetes==26.1.0
662
+ - langid==1.1.6
663
+ - lazy-loader==0.3
664
+ - learntools==0.3.4
665
+ - leven==1.0.4
666
+ - levenshtein==0.23.0
667
+ - libclang==16.0.6
668
+ - libpysal==4.9.2
669
+ - librosa==0.10.1
670
+ - lightgbm==3.3.2
671
+ - lightning-utilities==0.9.0
672
+ - lime==0.2.0.1
673
+ - line-profiler==4.1.2
674
+ - linkify-it-py==2.0.2
675
+ - llvmlite==0.40.1
676
+ - lml==0.1.0
677
+ - lunarcalendar==0.0.9
678
+ - lxml==4.9.3
679
+ - mako==1.3.0
680
+ - mapclassify==2.6.0
681
+ - marisa-trie==1.1.0
682
+ - markdown==3.4.4
683
+ - markovify==0.9.4
684
+ - marshmallow==3.20.1
685
+ - matplotlib==3.7.3
686
+ - matplotlib-venn==0.11.9
687
+ - mccabe==0.7.0
688
+ - mdit-py-plugins==0.4.0
689
+ - mdurl==0.1.2
690
+ - memory-profiler==0.61.0
691
+ - mercantile==1.2.1
692
+ - mgwr==2.1.2
693
+ - missingno==0.5.2
694
+ - mistune==0.8.4
695
+ - mizani==0.10.0
696
+ - ml-dtypes==0.3.1
697
+ - mlcrate==0.2.0
698
+ - mlens==0.2.3
699
+ - mlxtend==0.23.0
700
+ - mmh3==4.0.1
701
+ - mne==1.5.1
702
+ - mnist==0.2.2
703
+ - mock==5.1.0
704
+ - momepy==0.6.0
705
+ - more-itertools==10.1.0
706
+ - mpld3==0.5.9
707
+ - mpmath==1.3.0
708
+ - msgpack==1.0.5
709
+ - msgpack-numpy==0.4.8
710
+ - multimethod==1.9.1
711
+ - multipledispatch==1.0.0
712
+ - multiprocess==0.70.15
713
+ - mypy-extensions==1.0.0
714
+ - namex==0.0.7
715
+ - nbclassic==1.0.0
716
+ - nbclient==0.5.13
717
+ - nbconvert==6.4.5
718
+ - nbdime==3.2.0
719
+ - ndindex==1.7
720
+ - nest-asyncio==1.5.7
721
+ - netcdf4==1.6.5
722
+ - networkx==3.1
723
+ - nibabel==5.1.0
724
+ - nilearn==0.10.2
725
+ - ninja==1.11.1.1
726
+ - nltk==3.2.4
727
+ - nose==1.3.7
728
+ - notebook==6.5.5
729
+ - notebook-executor==0.2
730
+ - numba==0.57.1
731
+ - numexpr==2.8.7
732
+ - numpy==1.26.1
733
+ - nvidia-ml-py==11.495.46
734
+ - oauth2client==4.1.3
735
+ - oauthlib==3.2.2
736
+ - objsize==0.6.1
737
+ - odfpy==1.4.1
738
+ - olefile==0.46
739
+ - onnx==1.15.0
740
+ - opencensus==0.11.2
741
+ - opencensus-context==0.1.3
742
+ - opencv-contrib-python==4.8.1.78
743
+ - opencv-python==4.8.1.78
744
+ - opencv-python-headless==4.8.1.78
745
+ - openpyxl==3.1.2
746
+ - openslide-python==1.3.1
747
+ - opentelemetry-api==1.19.0
748
+ - opentelemetry-exporter-otlp==1.19.0
749
+ - opentelemetry-exporter-otlp-proto-common==1.19.0
750
+ - opentelemetry-exporter-otlp-proto-grpc==1.19.0
751
+ - opentelemetry-exporter-otlp-proto-http==1.19.0
752
+ - opentelemetry-proto==1.19.0
753
+ - opentelemetry-sdk==1.19.0
754
+ - opentelemetry-semantic-conventions==0.40b0
755
+ - opt-einsum==3.3.0
756
+ - optax==0.1.7
757
+ - optuna==3.4.0
758
+ - orbax-checkpoint==0.4.2
759
+ - orderedmultidict==1.0.1
760
+ - orjson==3.9.5
761
+ - ortools==9.4.1874
762
+ - osmnx==1.1.1
763
+ - overrides==6.5.0
764
+ - packaging==21.3
765
+ - pandas==2.0.3
766
+ - pandas-datareader==0.10.0
767
+ - pandas-profiling==3.6.6
768
+ - pandas-summary==0.2.0
769
+ - pandasql==0.7.3
770
+ - panel==1.3.1
771
+ - papermill==2.4.0
772
+ - param==2.0.1
773
+ - path==16.7.1
774
+ - path-py==12.5.0
775
+ - pathos==0.3.1
776
+ - patsy==0.5.3
777
+ - pdf2image==1.16.3
778
+ - phik==0.12.3
779
+ - pillow==9.5.0
780
+ - platformdirs==4.0.0
781
+ - plotly==5.16.1
782
+ - plotly-express==0.4.1
783
+ - plotnine==0.10.1
784
+ - pointpats==2.4.0
785
+ - polars==0.19.13
786
+ - polyglot==16.7.4
787
+ - pooch==1.8.0
788
+ - pox==0.3.3
789
+ - ppca==0.0.4
790
+ - ppft==1.7.6.7
791
+ - preprocessing==0.1.13
792
+ - prettytable==3.8.0
793
+ - progressbar2==4.2.0
794
+ - promise==2.3
795
+ - pronouncing==0.2.0
796
+ - prophet==1.1.1
797
+ - protobuf==3.20.3
798
+ - psutil==5.9.3
799
+ - ptxcompiler-cu11==0.7.0.post1
800
+ - pudb==2023.1
801
+ - pulp==2.7.0
802
+ - py-cpuinfo==9.0.0
803
+ - py-spy==0.3.14
804
+ - py4j==0.10.9.7
805
+ - pyaml==23.9.7
806
+ - pyarabic==0.6.15
807
+ - pyasn1==0.5.0
808
+ - pyasn1-modules==0.3.0
809
+ - pyastronomy==0.20.0
810
+ - pybind11==2.11.1
811
+ - pyclipper==1.3.0.post5
812
+ - pycodestyle==2.11.1
813
+ - pycparser==2.21
814
+ - pycryptodome==3.19.0
815
+ - pyct==0.5.0
816
+ - pycuda==2023.1
817
+ - pydantic==1.10.12
818
+ - pydegensac==0.1.2
819
+ - pydicom==2.4.3
820
+ - pydocstyle==6.3.0
821
+ - pydot==1.4.2
822
+ - pydub==0.25.1
823
+ - pyemd==1.0.0
824
+ - pyerfa==2.0.1.1
825
+ - pyexcel-io==0.6.6
826
+ - pyexcel-ods==0.6.0
827
+ - pyfasttext==0.4.6
828
+ - pyflakes==3.1.0
829
+ - pygltflib==1.16.1
830
+ - pyjwt==2.8.0
831
+ - pykalman==0.9.5
832
+ - pyldavis==3.2.2
833
+ - pylint==3.0.2
834
+ - pymc3==3.11.5
835
+ - pymeeus==0.5.12
836
+ - pymongo==3.13.0
837
+ - pympler==1.0.1
838
+ - pynndescent==0.5.10
839
+ - pynvrtc==9.2
840
+ - pyocr==0.8.5
841
+ - pyparsing==3.0.9
842
+ - pypdf==3.17.0
843
+ - pysal==23.7
844
+ - pytesseract==0.3.10
845
+ - pytest==7.4.3
846
+ - python-bidi==0.4.2
847
+ - python-dotenv==1.0.0
848
+ - python-graphviz==0.20.1
849
+ - python-levenshtein==0.23.0
850
+ - python-louvain==0.16
851
+ - python-lsp-jsonrpc==1.1.2
852
+ - python-lsp-server==1.9.0
853
+ - python-slugify==8.0.1
854
+ - python-utils==3.8.1
855
+ - pythreejs==2.4.2
856
+ - pytoolconfig==1.2.6
857
+ - pytools==2023.1.1
858
+ - pytorch-ignite==0.4.13
859
+ - pytorch-lightning==2.1.1
860
+ - pyupset==0.1.1.post7
861
+ - pyviz-comms==3.0.0
862
+ - pywavelets==1.4.1
863
+ - pyzmq==24.0.1
864
+ - qgrid==1.3.1
865
+ - qtconsole==5.5.0
866
+ - qtpy==2.4.1
867
+ - quantecon==0.7.1
868
+ - quantities==0.14.1
869
+ - qudida==0.0.4
870
+ - rapidfuzz==3.5.2
871
+ - rasterio==1.3.9
872
+ - rasterstats==0.19.0
873
+ - ray==2.6.3
874
+ - ray-cpp==2.6.3
875
+ - regex==2023.8.8
876
+ - requests-oauthlib==1.3.1
877
+ - requests-toolbelt==0.10.1
878
+ - responses==0.18.0
879
+ - retrying==1.3.4
880
+ - rgf-python==3.12.0
881
+ - rich==13.5.2
882
+ - rope==1.11.0
883
+ - rouge-score==0.1.2
884
+ - rtree==1.1.0
885
+ - s2sphere==0.2.5
886
+ - s3fs==2023.10.0
887
+ - s3transfer==0.6.2
888
+ - safetensors==0.4.0
889
+ - scattertext==0.1.19
890
+ - scikit-image==0.21.0
891
+ - scikit-learn==1.2.2
892
+ - scikit-learn-intelex==2023.2.1
893
+ - scikit-multilearn==0.2.0
894
+ - scikit-optimize==0.9.0
895
+ - scikit-plot==0.3.7
896
+ - scikit-surprise==1.1.3
897
+ - scipy==1.7.3
898
+ - seaborn==0.12.2
899
+ - secretstorage==3.3.3
900
+ - segment-anything==1.0
901
+ - segregation==2.5
902
+ - semver==3.0.2
903
+ - sentencepiece==0.1.99
904
+ - sentry-sdk==1.34.0
905
+ - setproctitle==1.3.3
906
+ - setuptools-git==1.2
907
+ - setuptools-scm==8.0.4
908
+ - shap==0.43.0
909
+ - simpervisor==1.0.0
910
+ - simpleitk==2.3.1
911
+ - simplejson==3.19.2
912
+ - six==1.16.0
913
+ - sklearn-pandas==2.2.0
914
+ - slicer==0.0.7
915
+ - smart-open==6.3.0
916
+ - smhasher==0.150.1
917
+ - smmap==5.0.0
918
+ - snowballstemmer==2.2.0
919
+ - snuggs==1.4.7
920
+ - soundfile==0.12.1
921
+ - soupsieve==2.4.1
922
+ - soxr==0.3.7
923
+ - spaghetti==1.7.4
924
+ - spectral==0.23.1
925
+ - spglm==1.1.0
926
+ - sphinx-rtd-theme==0.2.4
927
+ - spint==1.0.7
928
+ - splot==1.1.5.post1
929
+ - spopt==0.5.0
930
+ - spreg==1.4.2
931
+ - spvcm==0.3.0
932
+ - sqlalchemy==2.0.20
933
+ - sqlparse==0.4.4
934
+ - squarify==0.4.3
935
+ - stanio==0.3.0
936
+ - starlette==0.27.0
937
+ - statsmodels==0.14.0
938
+ - stemming==1.0.1
939
+ - stop-words==2018.7.23
940
+ - stopit==1.1.2
941
+ - stumpy==1.12.0
942
+ - sympy==1.12
943
+ - tables==3.9.1
944
+ - tabulate==0.9.0
945
+ - tangled-up-in-unicode==0.2.0
946
+ - tbb==2021.10.0
947
+ - tenacity==8.2.3
948
+ - tensorboard==2.13.0
949
+ - tensorboard-data-server==0.7.1
950
+ - tensorboard-plugin-profile==2.13.1
951
+ - tensorboardx==2.6.2.2
952
+ - tensorflow==2.13.0
953
+ - tensorflow-addons==0.22.0
954
+ - tensorflow-cloud==0.1.16
955
+ - tensorflow-datasets==4.9.2
956
+ - tensorflow-decision-forests==1.5.0
957
+ - tensorflow-estimator==2.13.0
958
+ - tensorflow-hub==0.14.0
959
+ - tensorflow-io==0.34.0
960
+ - tensorflow-io-gcs-filesystem==0.34.0
961
+ - tensorflow-metadata==0.14.0
962
+ - tensorflow-probability==0.21.0
963
+ - tensorflow-serving-api==2.13.0
964
+ - tensorflow-text==2.13.0
965
+ - tensorflow-transform==0.14.0
966
+ - tensorflowjs==4.13.0
967
+ - tensorpack==0.11
968
+ - tensorstore==0.1.48
969
+ - termcolor==2.3.0
970
+ - testpath==0.6.0
971
+ - text-unidecode==1.3
972
+ - textblob==0.17.1
973
+ - texttable==1.7.0
974
+ - textwrap3==0.9.2
975
+ - theano==1.0.5
976
+ - theano-pymc==1.1.2
977
+ - threadpoolctl==3.2.0
978
+ - tifffile==2023.8.12
979
+ - timm==0.9.10
980
+ - tobler==0.11.2
981
+ - tokenizers==0.14.1
982
+ - toml==0.10.2
983
+ - tomlkit==0.12.2
984
+ - torch==2.0.0
985
+ - torchaudio==2.0.1
986
+ - torchdata==0.6.0
987
+ - torchinfo==1.8.0
988
+ - torchmetrics==1.2.0
989
+ - torchtext==0.15.1
990
+ - torchvision==0.15.1
991
+ - tpot==0.12.1
992
+ - traceml==1.0.8
993
+ - traittypes==0.2.1
994
+ - transformers==4.35.0
995
+ - treelite-runtime==3.2.0
996
+ - trueskill==0.4.5
997
+ - tsfresh==0.20.1
998
+ - typeguard==2.13.3
999
+ - typing-extensions==4.5.0
1000
+ - typing-inspect==0.9.0
1001
+ - tzdata==2023.3
1002
+ - tzlocal==5.2
1003
+ - uc-micro-py==1.0.2
1004
+ - ujson==5.8.0
1005
+ - umap-learn==0.5.4
1006
+ - unidecode==1.3.7
1007
+ - update-checker==0.18.0
1008
+ - uritemplate==3.0.1
1009
+ - urllib3==1.26.16
1010
+ - urwid==2.2.3
1011
+ - urwid-readline==0.13
1012
+ - uvicorn==0.23.2
1013
+ - uvloop==0.19.0
1014
+ - vaex==4.17.0
1015
+ - vaex-astro==0.9.3
1016
+ - vaex-core==4.17.1
1017
+ - vaex-hdf5==0.14.1
1018
+ - vaex-jupyter==0.8.2
1019
+ - vaex-ml==0.18.3
1020
+ - vaex-server==0.9.0
1021
+ - vaex-viz==0.5.4
1022
+ - vecstack==0.4.0
1023
+ - virtualenv==20.21.0
1024
+ - visions==0.7.5
1025
+ - vowpalwabbit==9.9.0
1026
+ - vtk==9.2.6
1027
+ - wand==0.6.13
1028
+ - wandb==0.16.0
1029
+ - watchfiles==0.21.0
1030
+ - wavio==0.0.8
1031
+ - webencodings==0.5.1
1032
+ - websockets==12.0
1033
+ - werkzeug==3.0.1
1034
+ - wfdb==4.1.2
1035
+ - whatthepatch==1.0.5
1036
+ - widgetsnbextension==3.6.6
1037
+ - witwidget==1.8.1
1038
+ - woodwork==0.26.0
1039
+ - wordcloud==1.9.2
1040
+ - wordsegment==1.3.1
1041
+ - wrapt==1.15.0
1042
+ - wurlitzer==3.0.3
1043
+ - xarray==2023.10.1
1044
+ - xarray-einstats==0.6.0
1045
+ - xgboost==2.0.1
1046
+ - xvfbwrapper==0.2.9
1047
+ - xxhash==3.4.1
1048
+ - yapf==0.40.2
1049
+ - ydata-profiling==4.5.1
1050
+ - yellowbrick==1.5
1051
+ prefix: /opt/conda
wandb/run-20231123_114355-4953ljim/files/config.yaml ADDED
@@ -0,0 +1,659 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ wandb_version: 1
2
+
3
+ _wandb:
4
+ desc: null
5
+ value:
6
+ python_version: 3.10.12
7
+ cli_version: 0.16.0
8
+ framework: huggingface
9
+ huggingface_version: 4.35.0
10
+ is_jupyter_run: true
11
+ is_kaggle_kernel: true
12
+ start_time: 1700739835.306682
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
+ - 100
27
+ - 105
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
+ - 100
41
+ - 105
42
+ 3:
43
+ - 7
44
+ - 23
45
+ 4: 3.10.12
46
+ 5: 0.16.0
47
+ 6: 4.35.0
48
+ 8:
49
+ - 1
50
+ - 2
51
+ - 5
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
+ return_dict:
72
+ desc: null
73
+ value: true
74
+ output_hidden_states:
75
+ desc: null
76
+ value: false
77
+ output_attentions:
78
+ desc: null
79
+ value: false
80
+ torchscript:
81
+ desc: null
82
+ value: false
83
+ torch_dtype:
84
+ desc: null
85
+ value: float32
86
+ use_bfloat16:
87
+ desc: null
88
+ value: false
89
+ tf_legacy_loss:
90
+ desc: null
91
+ value: false
92
+ pruned_heads:
93
+ desc: null
94
+ value: {}
95
+ tie_word_embeddings:
96
+ desc: null
97
+ value: false
98
+ is_encoder_decoder:
99
+ desc: null
100
+ value: true
101
+ is_decoder:
102
+ desc: null
103
+ value: false
104
+ cross_attention_hidden_size:
105
+ desc: null
106
+ value: null
107
+ add_cross_attention:
108
+ desc: null
109
+ value: false
110
+ tie_encoder_decoder:
111
+ desc: null
112
+ value: false
113
+ max_length:
114
+ desc: null
115
+ value: 20
116
+ min_length:
117
+ desc: null
118
+ value: 0
119
+ do_sample:
120
+ desc: null
121
+ value: false
122
+ early_stopping:
123
+ desc: null
124
+ value: false
125
+ num_beams:
126
+ desc: null
127
+ value: 1
128
+ num_beam_groups:
129
+ desc: null
130
+ value: 1
131
+ diversity_penalty:
132
+ desc: null
133
+ value: 0.0
134
+ temperature:
135
+ desc: null
136
+ value: 1.0
137
+ top_k:
138
+ desc: null
139
+ value: 50
140
+ top_p:
141
+ desc: null
142
+ value: 1.0
143
+ typical_p:
144
+ desc: null
145
+ value: 1.0
146
+ repetition_penalty:
147
+ desc: null
148
+ value: 1.0
149
+ length_penalty:
150
+ desc: null
151
+ value: 1.0
152
+ no_repeat_ngram_size:
153
+ desc: null
154
+ value: 0
155
+ encoder_no_repeat_ngram_size:
156
+ desc: null
157
+ value: 0
158
+ bad_words_ids:
159
+ desc: null
160
+ value: null
161
+ num_return_sequences:
162
+ desc: null
163
+ value: 1
164
+ chunk_size_feed_forward:
165
+ desc: null
166
+ value: 0
167
+ output_scores:
168
+ desc: null
169
+ value: false
170
+ return_dict_in_generate:
171
+ desc: null
172
+ value: false
173
+ forced_bos_token_id:
174
+ desc: null
175
+ value: null
176
+ forced_eos_token_id:
177
+ desc: null
178
+ value: null
179
+ remove_invalid_values:
180
+ desc: null
181
+ value: false
182
+ exponential_decay_length_penalty:
183
+ desc: null
184
+ value: null
185
+ suppress_tokens:
186
+ desc: null
187
+ value: null
188
+ begin_suppress_tokens:
189
+ desc: null
190
+ value: null
191
+ architectures:
192
+ desc: null
193
+ value:
194
+ - MT5ForConditionalGeneration
195
+ finetuning_task:
196
+ desc: null
197
+ value: null
198
+ id2label:
199
+ desc: null
200
+ value:
201
+ '0': LABEL_0
202
+ '1': LABEL_1
203
+ label2id:
204
+ desc: null
205
+ value:
206
+ LABEL_0: 0
207
+ LABEL_1: 1
208
+ tokenizer_class:
209
+ desc: null
210
+ value: T5Tokenizer
211
+ prefix:
212
+ desc: null
213
+ value: null
214
+ bos_token_id:
215
+ desc: null
216
+ value: null
217
+ pad_token_id:
218
+ desc: null
219
+ value: 0
220
+ eos_token_id:
221
+ desc: null
222
+ value: 1
223
+ sep_token_id:
224
+ desc: null
225
+ value: null
226
+ decoder_start_token_id:
227
+ desc: null
228
+ value: 0
229
+ task_specific_params:
230
+ desc: null
231
+ value: null
232
+ problem_type:
233
+ desc: null
234
+ value: null
235
+ _name_or_path:
236
+ desc: null
237
+ value: i-k-a/ru_summarization_lenta_model_mt5-base_7_epochs_1024
238
+ transformers_version:
239
+ desc: null
240
+ value: 4.35.0
241
+ dense_act_fn:
242
+ desc: null
243
+ value: gelu_new
244
+ is_gated_act:
245
+ desc: null
246
+ value: true
247
+ model_type:
248
+ desc: null
249
+ value: mt5
250
+ output_past:
251
+ desc: null
252
+ value: true
253
+ vocab_size:
254
+ desc: null
255
+ value: 250112
256
+ d_model:
257
+ desc: null
258
+ value: 768
259
+ d_kv:
260
+ desc: null
261
+ value: 64
262
+ d_ff:
263
+ desc: null
264
+ value: 2048
265
+ num_layers:
266
+ desc: null
267
+ value: 12
268
+ num_decoder_layers:
269
+ desc: null
270
+ value: 12
271
+ num_heads:
272
+ desc: null
273
+ value: 12
274
+ relative_attention_num_buckets:
275
+ desc: null
276
+ value: 32
277
+ relative_attention_max_distance:
278
+ desc: null
279
+ value: 128
280
+ dropout_rate:
281
+ desc: null
282
+ value: 0.1
283
+ classifier_dropout:
284
+ desc: null
285
+ value: 0.0
286
+ layer_norm_epsilon:
287
+ desc: null
288
+ value: 1.0e-06
289
+ initializer_factor:
290
+ desc: null
291
+ value: 1.0
292
+ feed_forward_proj:
293
+ desc: null
294
+ value: gated-gelu
295
+ use_cache:
296
+ desc: null
297
+ value: true
298
+ output_dir:
299
+ desc: null
300
+ value: /kaggle/working/
301
+ overwrite_output_dir:
302
+ desc: null
303
+ value: false
304
+ do_train:
305
+ desc: null
306
+ value: false
307
+ do_eval:
308
+ desc: null
309
+ value: true
310
+ do_predict:
311
+ desc: null
312
+ value: false
313
+ evaluation_strategy:
314
+ desc: null
315
+ value: epoch
316
+ prediction_loss_only:
317
+ desc: null
318
+ value: false
319
+ per_device_train_batch_size:
320
+ desc: null
321
+ value: 3
322
+ per_device_eval_batch_size:
323
+ desc: null
324
+ value: 3
325
+ per_gpu_train_batch_size:
326
+ desc: null
327
+ value: null
328
+ per_gpu_eval_batch_size:
329
+ desc: null
330
+ value: null
331
+ gradient_accumulation_steps:
332
+ desc: null
333
+ value: 1
334
+ eval_accumulation_steps:
335
+ desc: null
336
+ value: null
337
+ eval_delay:
338
+ desc: null
339
+ value: 0
340
+ learning_rate:
341
+ desc: null
342
+ value: 2.0e-05
343
+ weight_decay:
344
+ desc: null
345
+ value: 0.01
346
+ adam_beta1:
347
+ desc: null
348
+ value: 0.9
349
+ adam_beta2:
350
+ desc: null
351
+ value: 0.999
352
+ adam_epsilon:
353
+ desc: null
354
+ value: 1.0e-08
355
+ max_grad_norm:
356
+ desc: null
357
+ value: 1.0
358
+ num_train_epochs:
359
+ desc: null
360
+ value: 5
361
+ max_steps:
362
+ desc: null
363
+ value: -1
364
+ lr_scheduler_type:
365
+ desc: null
366
+ value: linear
367
+ warmup_ratio:
368
+ desc: null
369
+ value: 0.0
370
+ warmup_steps:
371
+ desc: null
372
+ value: 0
373
+ log_level:
374
+ desc: null
375
+ value: passive
376
+ log_level_replica:
377
+ desc: null
378
+ value: warning
379
+ log_on_each_node:
380
+ desc: null
381
+ value: true
382
+ logging_dir:
383
+ desc: null
384
+ value: /kaggle/working/runs/Nov23_11-43-08_c7ac5a6dfa40
385
+ logging_strategy:
386
+ desc: null
387
+ value: steps
388
+ logging_first_step:
389
+ desc: null
390
+ value: false
391
+ logging_steps:
392
+ desc: null
393
+ value: 500
394
+ logging_nan_inf_filter:
395
+ desc: null
396
+ value: true
397
+ save_strategy:
398
+ desc: null
399
+ value: steps
400
+ save_steps:
401
+ desc: null
402
+ value: 500
403
+ save_total_limit:
404
+ desc: null
405
+ value: 3
406
+ save_safetensors:
407
+ desc: null
408
+ value: true
409
+ save_on_each_node:
410
+ desc: null
411
+ value: false
412
+ no_cuda:
413
+ desc: null
414
+ value: false
415
+ use_cpu:
416
+ desc: null
417
+ value: false
418
+ use_mps_device:
419
+ desc: null
420
+ value: false
421
+ seed:
422
+ desc: null
423
+ value: 42
424
+ data_seed:
425
+ desc: null
426
+ value: null
427
+ jit_mode_eval:
428
+ desc: null
429
+ value: false
430
+ use_ipex:
431
+ desc: null
432
+ value: false
433
+ bf16:
434
+ desc: null
435
+ value: false
436
+ fp16:
437
+ desc: null
438
+ value: true
439
+ fp16_opt_level:
440
+ desc: null
441
+ value: O1
442
+ half_precision_backend:
443
+ desc: null
444
+ value: auto
445
+ bf16_full_eval:
446
+ desc: null
447
+ value: false
448
+ fp16_full_eval:
449
+ desc: null
450
+ value: false
451
+ tf32:
452
+ desc: null
453
+ value: null
454
+ local_rank:
455
+ desc: null
456
+ value: 0
457
+ ddp_backend:
458
+ desc: null
459
+ value: null
460
+ tpu_num_cores:
461
+ desc: null
462
+ value: null
463
+ tpu_metrics_debug:
464
+ desc: null
465
+ value: false
466
+ debug:
467
+ desc: null
468
+ value: []
469
+ dataloader_drop_last:
470
+ desc: null
471
+ value: false
472
+ eval_steps:
473
+ desc: null
474
+ value: null
475
+ dataloader_num_workers:
476
+ desc: null
477
+ value: 0
478
+ past_index:
479
+ desc: null
480
+ value: -1
481
+ run_name:
482
+ desc: null
483
+ value: /kaggle/working/
484
+ disable_tqdm:
485
+ desc: null
486
+ value: false
487
+ remove_unused_columns:
488
+ desc: null
489
+ value: true
490
+ label_names:
491
+ desc: null
492
+ value: null
493
+ load_best_model_at_end:
494
+ desc: null
495
+ value: false
496
+ metric_for_best_model:
497
+ desc: null
498
+ value: null
499
+ greater_is_better:
500
+ desc: null
501
+ value: null
502
+ ignore_data_skip:
503
+ desc: null
504
+ value: false
505
+ fsdp:
506
+ desc: null
507
+ value: []
508
+ fsdp_min_num_params:
509
+ desc: null
510
+ value: 0
511
+ fsdp_config:
512
+ desc: null
513
+ value:
514
+ min_num_params: 0
515
+ xla: false
516
+ xla_fsdp_grad_ckpt: false
517
+ fsdp_transformer_layer_cls_to_wrap:
518
+ desc: null
519
+ value: null
520
+ deepspeed:
521
+ desc: null
522
+ value: null
523
+ label_smoothing_factor:
524
+ desc: null
525
+ value: 0.0
526
+ optim:
527
+ desc: null
528
+ value: adamw_torch
529
+ optim_args:
530
+ desc: null
531
+ value: null
532
+ adafactor:
533
+ desc: null
534
+ value: false
535
+ group_by_length:
536
+ desc: null
537
+ value: false
538
+ length_column_name:
539
+ desc: null
540
+ value: length
541
+ report_to:
542
+ desc: null
543
+ value:
544
+ - tensorboard
545
+ - wandb
546
+ ddp_find_unused_parameters:
547
+ desc: null
548
+ value: null
549
+ ddp_bucket_cap_mb:
550
+ desc: null
551
+ value: null
552
+ ddp_broadcast_buffers:
553
+ desc: null
554
+ value: null
555
+ dataloader_pin_memory:
556
+ desc: null
557
+ value: true
558
+ skip_memory_metrics:
559
+ desc: null
560
+ value: true
561
+ use_legacy_prediction_loop:
562
+ desc: null
563
+ value: false
564
+ push_to_hub:
565
+ desc: null
566
+ value: true
567
+ resume_from_checkpoint:
568
+ desc: null
569
+ value: null
570
+ hub_model_id:
571
+ desc: null
572
+ value: null
573
+ hub_strategy:
574
+ desc: null
575
+ value: every_save
576
+ hub_token:
577
+ desc: null
578
+ value: <HUB_TOKEN>
579
+ hub_private_repo:
580
+ desc: null
581
+ value: false
582
+ hub_always_push:
583
+ desc: null
584
+ value: false
585
+ gradient_checkpointing:
586
+ desc: null
587
+ value: false
588
+ gradient_checkpointing_kwargs:
589
+ desc: null
590
+ value: null
591
+ include_inputs_for_metrics:
592
+ desc: null
593
+ value: false
594
+ fp16_backend:
595
+ desc: null
596
+ value: auto
597
+ push_to_hub_model_id:
598
+ desc: null
599
+ value: null
600
+ push_to_hub_organization:
601
+ desc: null
602
+ value: null
603
+ push_to_hub_token:
604
+ desc: null
605
+ value: <PUSH_TO_HUB_TOKEN>
606
+ mp_parameters:
607
+ desc: null
608
+ value: ''
609
+ auto_find_batch_size:
610
+ desc: null
611
+ value: false
612
+ full_determinism:
613
+ desc: null
614
+ value: false
615
+ torchdynamo:
616
+ desc: null
617
+ value: null
618
+ ray_scope:
619
+ desc: null
620
+ value: last
621
+ ddp_timeout:
622
+ desc: null
623
+ value: 1800
624
+ torch_compile:
625
+ desc: null
626
+ value: false
627
+ torch_compile_backend:
628
+ desc: null
629
+ value: null
630
+ torch_compile_mode:
631
+ desc: null
632
+ value: null
633
+ dispatch_batches:
634
+ desc: null
635
+ value: null
636
+ split_batches:
637
+ desc: null
638
+ value: false
639
+ include_tokens_per_second:
640
+ desc: null
641
+ value: false
642
+ neftune_noise_alpha:
643
+ desc: null
644
+ value: null
645
+ sortish_sampler:
646
+ desc: null
647
+ value: false
648
+ predict_with_generate:
649
+ desc: null
650
+ value: true
651
+ generation_max_length:
652
+ desc: null
653
+ value: null
654
+ generation_num_beams:
655
+ desc: null
656
+ value: null
657
+ generation_config:
658
+ desc: null
659
+ value: null
wandb/run-20231123_114355-4953ljim/files/output.log ADDED
@@ -0,0 +1 @@
 
 
1
+
wandb/run-20231123_114355-4953ljim/files/requirements.txt ADDED
@@ -0,0 +1,835 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.4.0
2
+ accelerate==0.24.1
3
+ access==1.1.9
4
+ affine==2.4.0
5
+ aiobotocore==2.7.0
6
+ aiohttp-cors==0.7.0
7
+ aiohttp==3.8.5
8
+ aioitertools==0.11.0
9
+ aiorwlock==1.3.0
10
+ aiosignal==1.3.1
11
+ albumentations==1.3.1
12
+ alembic==1.12.1
13
+ altair==5.1.2
14
+ annotated-types==0.6.0
15
+ annoy==1.17.3
16
+ ansiwrap==0.8.4
17
+ anyio==3.7.1
18
+ apache-beam==2.46.0
19
+ aplus==0.11.0
20
+ appdirs==1.4.4
21
+ archspec==0.2.2
22
+ argon2-cffi-bindings==21.2.0
23
+ argon2-cffi==21.3.0
24
+ array-record==0.4.1
25
+ arrow==1.2.3
26
+ arviz==0.12.1
27
+ astroid==3.0.1
28
+ astropy==5.3.4
29
+ asttokens==2.2.1
30
+ astunparse==1.6.3
31
+ async-lru==2.0.4
32
+ async-timeout==4.0.3
33
+ attrs==23.1.0
34
+ audioread==3.0.1
35
+ autopep8==2.0.4
36
+ babel==2.12.1
37
+ backcall==0.2.0
38
+ backoff==2.2.1
39
+ backports.functools-lru-cache==1.6.5
40
+ bayesian-optimization==1.4.3
41
+ bayespy==0.5.26
42
+ beatrix-jupyterlab==2023.814.150030
43
+ beautifulsoup4==4.12.2
44
+ bidict==0.22.1
45
+ biopython==1.81
46
+ blake3==0.2.1
47
+ bleach==6.0.0
48
+ blessed==1.20.0
49
+ blinker==1.7.0
50
+ blis==0.7.10
51
+ blosc2==2.3.1
52
+ bokeh==3.3.1
53
+ boltons==23.0.0
54
+ boruta==0.3
55
+ boto3==1.26.100
56
+ botocore==1.31.64
57
+ bq-helper==0.4.1
58
+ bqplot==0.12.42
59
+ branca==0.7.0
60
+ brewer2mpl==1.4.1
61
+ brotlipy==0.7.0
62
+ cached-property==1.5.2
63
+ cachetools==4.2.4
64
+ cartopy==0.22.0
65
+ catalogue==2.0.10
66
+ catalyst==22.4
67
+ catboost==1.2.2
68
+ category-encoders==2.6.3
69
+ certifi==2023.7.22
70
+ cesium==0.12.1
71
+ cffi==1.15.1
72
+ cftime==1.6.3
73
+ charset-normalizer==3.2.0
74
+ chex==0.1.84
75
+ cleverhans==4.0.0
76
+ click-plugins==1.1.1
77
+ click==8.1.7
78
+ cligj==0.7.2
79
+ cloud-tpu-client==0.10
80
+ cloud-tpu-profiler==2.4.0
81
+ cloudpathlib==0.16.0
82
+ cloudpickle==2.2.1
83
+ cmdstanpy==1.2.0
84
+ cmudict==1.0.15
85
+ colorama==0.4.6
86
+ colorcet==3.0.1
87
+ colorful==0.5.5
88
+ colorlog==6.7.0
89
+ colorlover==0.3.0
90
+ comm==0.1.4
91
+ conda-libmamba-solver==23.7.0
92
+ conda-package-handling==2.2.0
93
+ conda-package-streaming==0.9.0
94
+ conda==23.7.4
95
+ confection==0.1.3
96
+ contextily==1.4.0
97
+ contourpy==1.1.0
98
+ convertdate==2.4.0
99
+ crcmod==1.7
100
+ cryptography==41.0.3
101
+ cubinlinker-cu11==0.3.0.post1
102
+ cubinlinker==0.3.0
103
+ cuda-python==11.8.3
104
+ cudf==23.8.0
105
+ cufflinks==0.17.3
106
+ cuml==23.8.0
107
+ cupy==12.2.0
108
+ cvxcanon==0.1.2
109
+ cycler==0.11.0
110
+ cymem==2.0.8
111
+ cysignals==1.11.4
112
+ cython==3.0.0
113
+ cytoolz==0.12.2
114
+ daal4py==2023.2.1
115
+ daal==2023.2.1
116
+ dacite==1.8.1
117
+ dask-cuda==23.8.0
118
+ dask-cudf==23.8.0
119
+ dask==2023.11.0
120
+ dataclasses-json==0.6.2
121
+ datasets==2.1.0
122
+ datashader==0.16.0
123
+ datatile==1.0.3
124
+ db-dtypes==1.1.1
125
+ deap==1.4.1
126
+ debugpy==1.6.7.post1
127
+ decorator==5.1.1
128
+ defusedxml==0.7.1
129
+ delorean==1.0.0
130
+ deprecat==2.1.1
131
+ deprecated==1.2.14
132
+ deprecation==2.1.0
133
+ descartes==1.1.0
134
+ dill==0.3.7
135
+ dipy==1.7.0
136
+ distlib==0.3.7
137
+ distributed==2023.11.0
138
+ dm-tree==0.1.8
139
+ docker-pycreds==0.4.0
140
+ docker==6.1.3
141
+ docopt==0.6.2
142
+ docstring-parser==0.15
143
+ docstring-to-markdown==0.13
144
+ docutils==0.20.1
145
+ earthengine-api==0.1.378
146
+ easydict==1.11
147
+ easyocr==1.7.1
148
+ ecos==2.0.12
149
+ eli5==0.13.0
150
+ emoji==2.8.0
151
+ en-core-web-lg==3.7.0
152
+ en-core-web-sm==3.7.0
153
+ entrypoints==0.4
154
+ ephem==4.1.5
155
+ esda==2.5.1
156
+ essentia==2.1b6.dev1110
157
+ et-xmlfile==1.1.0
158
+ etils==1.4.1
159
+ evaluate==0.4.1
160
+ exceptiongroup==1.1.3
161
+ executing==1.2.0
162
+ explainable-ai-sdk==1.3.3
163
+ fastai==2.7.13
164
+ fastapi==0.101.1
165
+ fastavro==1.8.2
166
+ fastcore==1.5.29
167
+ fastdownload==0.0.7
168
+ fasteners==0.18
169
+ fastjsonschema==2.18.0
170
+ fastprogress==1.0.3
171
+ fastrlock==0.8.2
172
+ fasttext==0.9.2
173
+ fbpca==1.0
174
+ feather-format==0.4.1
175
+ featuretools==1.28.0
176
+ filelock==3.12.2
177
+ fiona==1.9.5
178
+ fitter==1.6.0
179
+ flake8==6.1.0
180
+ flashtext==2.7
181
+ flask==3.0.0
182
+ flatbuffers==23.5.26
183
+ flax==0.7.5
184
+ flit-core==3.9.0
185
+ folium==0.15.0
186
+ fonttools==4.42.1
187
+ fqdn==1.5.1
188
+ frozendict==2.3.8
189
+ frozenlist==1.4.0
190
+ fsspec==2023.10.0
191
+ funcy==2.0
192
+ fury==0.9.0
193
+ future==0.18.3
194
+ fuzzywuzzy==0.18.0
195
+ gast==0.4.0
196
+ gatspy==0.3
197
+ gcsfs==2023.6.0
198
+ gensim==4.3.2
199
+ geographiclib==2.0
200
+ geohash==1.0
201
+ geojson==3.1.0
202
+ geopandas==0.14.0
203
+ geoplot==0.5.1
204
+ geopy==2.4.0
205
+ geoviews==1.11.0
206
+ ggplot==0.11.5
207
+ giddy==2.3.4
208
+ gitdb==4.0.10
209
+ gitpython==3.1.32
210
+ google-api-core==2.11.1
211
+ google-api-python-client==2.107.0
212
+ google-apitools==0.5.31
213
+ google-auth-httplib2==0.1.0
214
+ google-auth-oauthlib==1.0.0
215
+ google-auth==2.22.0
216
+ google-cloud-aiplatform==0.6.0a1
217
+ google-cloud-artifact-registry==1.8.3
218
+ google-cloud-automl==1.0.1
219
+ google-cloud-bigquery==2.34.4
220
+ google-cloud-bigtable==1.7.3
221
+ google-cloud-core==2.3.3
222
+ google-cloud-datastore==2.18.0
223
+ google-cloud-dlp==3.12.2
224
+ google-cloud-language==2.11.1
225
+ google-cloud-monitoring==2.15.1
226
+ google-cloud-pubsub==2.18.3
227
+ google-cloud-pubsublite==1.8.3
228
+ google-cloud-recommendations-ai==0.7.1
229
+ google-cloud-resource-manager==1.10.3
230
+ google-cloud-spanner==3.40.1
231
+ google-cloud-storage==1.44.0
232
+ google-cloud-translate==3.12.1
233
+ google-cloud-videointelligence==2.11.4
234
+ google-cloud-vision==2.8.0
235
+ google-crc32c==1.5.0
236
+ google-pasta==0.2.0
237
+ google-resumable-media==2.5.0
238
+ googleapis-common-protos==1.60.0
239
+ gplearn==0.4.2
240
+ gpustat==1.0.0
241
+ gpxpy==1.6.1
242
+ graphviz==0.20.1
243
+ greenlet==2.0.2
244
+ grpc-google-iam-v1==0.12.6
245
+ grpcio-status==1.48.1
246
+ grpcio==1.51.1
247
+ gviz-api==1.10.0
248
+ gym-notices==0.0.8
249
+ gym==0.26.2
250
+ gymnasium-notices==0.0.1
251
+ gymnasium==0.26.3
252
+ h11==0.14.0
253
+ h2o==3.44.0.2
254
+ h5py==3.9.0
255
+ haversine==2.8.0
256
+ hdfs==2.7.2
257
+ hep-ml==0.7.2
258
+ hijri-converter==2.3.1
259
+ hmmlearn==0.3.0
260
+ holidays==0.24
261
+ holoviews==1.18.1
262
+ hpsklearn==0.1.0
263
+ html5lib==1.1
264
+ htmlmin==0.1.12
265
+ httplib2==0.21.0
266
+ httptools==0.6.1
267
+ huggingface-hub==0.17.3
268
+ humanize==4.8.0
269
+ hunspell==0.5.5
270
+ husl==4.0.3
271
+ hydra-slayer==0.4.1
272
+ hyperopt==0.2.7
273
+ hypertools==0.8.0
274
+ idna==3.4
275
+ igraph==0.11.2
276
+ imagecodecs==2023.9.18
277
+ imagehash==4.3.1
278
+ imageio==2.31.1
279
+ imbalanced-learn==0.11.0
280
+ imgaug==0.4.0
281
+ importlib-metadata==6.8.0
282
+ importlib-resources==5.13.0
283
+ inequality==1.0.1
284
+ iniconfig==2.0.0
285
+ ipydatawidgets==4.3.5
286
+ ipykernel==6.25.1
287
+ ipyleaflet==0.17.4
288
+ ipympl==0.7.0
289
+ ipython-genutils==0.2.0
290
+ ipython-sql==0.5.0
291
+ ipython==8.14.0
292
+ ipyvolume==0.6.3
293
+ ipyvue==1.10.1
294
+ ipyvuetify==1.8.10
295
+ ipywebrtc==0.6.0
296
+ ipywidgets==7.7.1
297
+ isoduration==20.11.0
298
+ isort==5.12.0
299
+ isoweek==1.3.3
300
+ itsdangerous==2.1.2
301
+ janome==0.5.0
302
+ jaraco.classes==3.3.0
303
+ jax==0.4.20
304
+ jaxlib==0.4.20+cuda11.cudnn86
305
+ jedi==0.19.0
306
+ jeepney==0.8.0
307
+ jieba==0.42.1
308
+ jinja2==3.1.2
309
+ jmespath==1.0.1
310
+ joblib==1.3.2
311
+ json5==0.9.14
312
+ jsonpatch==1.32
313
+ jsonpointer==2.0
314
+ jsonschema-specifications==2023.7.1
315
+ jsonschema==4.19.0
316
+ jupyter-client==7.4.9
317
+ jupyter-console==6.6.3
318
+ jupyter-core==5.3.1
319
+ jupyter-events==0.7.0
320
+ jupyter-http-over-ws==0.0.8
321
+ jupyter-lsp==1.5.1
322
+ jupyter-server-mathjax==0.2.6
323
+ jupyter-server-proxy==4.0.0
324
+ jupyter-server-terminals==0.4.4
325
+ jupyter-server==2.10.0
326
+ jupyterlab-git==0.42.0
327
+ jupyterlab-lsp==5.0.0
328
+ jupyterlab-pygments==0.2.2
329
+ jupyterlab-server==2.24.0
330
+ jupyterlab-widgets==3.0.8
331
+ jupyterlab==4.0.5
332
+ jupytext==1.15.0
333
+ kaggle-environments==1.12.0
334
+ kaggle==1.5.16
335
+ keras-core==0.1.7
336
+ keras-cv==0.6.4
337
+ keras-nlp==0.6.3
338
+ keras-tuner==1.3.5
339
+ keras==2.13.1
340
+ keyring==24.2.0
341
+ keyrings.google-artifactregistry-auth==1.1.2
342
+ kfp-pipeline-spec==0.2.2
343
+ kfp-server-api==2.0.1
344
+ kfp==2.0.1
345
+ kiwisolver==1.4.4
346
+ kmapper==2.0.1
347
+ kmodes==0.12.2
348
+ korean-lunar-calendar==0.3.1
349
+ kornia==0.7.0
350
+ kt-legacy==1.0.5
351
+ kubernetes==26.1.0
352
+ langcodes==3.3.0
353
+ langid==1.1.6
354
+ lazy-loader==0.3
355
+ learntools==0.3.4
356
+ leven==1.0.4
357
+ levenshtein==0.23.0
358
+ libclang==16.0.6
359
+ libmambapy==1.5.0
360
+ libpysal==4.9.2
361
+ librosa==0.10.1
362
+ lightgbm==3.3.2
363
+ lightning-utilities==0.9.0
364
+ lime==0.2.0.1
365
+ line-profiler==4.1.2
366
+ linkify-it-py==2.0.2
367
+ llvmlite==0.40.1
368
+ lml==0.1.0
369
+ locket==1.0.0
370
+ lunarcalendar==0.0.9
371
+ lxml==4.9.3
372
+ lz4==4.3.2
373
+ mako==1.3.0
374
+ mamba==1.5.0
375
+ mapclassify==2.6.0
376
+ marisa-trie==1.1.0
377
+ markdown-it-py==3.0.0
378
+ markdown==3.4.4
379
+ markovify==0.9.4
380
+ markupsafe==2.1.3
381
+ marshmallow==3.20.1
382
+ matplotlib-inline==0.1.6
383
+ matplotlib-venn==0.11.9
384
+ matplotlib==3.7.3
385
+ mccabe==0.7.0
386
+ mdit-py-plugins==0.4.0
387
+ mdurl==0.1.0
388
+ memory-profiler==0.61.0
389
+ mercantile==1.2.1
390
+ mgwr==2.1.2
391
+ missingno==0.5.2
392
+ mistune==0.8.4
393
+ mizani==0.10.0
394
+ ml-dtypes==0.3.1
395
+ mlcrate==0.2.0
396
+ mlens==0.2.3
397
+ mlxtend==0.23.0
398
+ mmh3==4.0.1
399
+ mne==1.5.1
400
+ mnist==0.2.2
401
+ mock==5.1.0
402
+ momepy==0.6.0
403
+ more-itertools==10.1.0
404
+ mpld3==0.5.9
405
+ mpmath==1.3.0
406
+ msgpack-numpy==0.4.8
407
+ msgpack==1.0.5
408
+ multidict==6.0.4
409
+ multimethod==1.9.1
410
+ multipledispatch==1.0.0
411
+ multiprocess==0.70.15
412
+ munkres==1.1.4
413
+ murmurhash==1.0.10
414
+ mypy-extensions==1.0.0
415
+ namex==0.0.7
416
+ nb-conda-kernels==2.3.1
417
+ nb-conda==2.2.1
418
+ nbclassic==1.0.0
419
+ nbclient==0.5.13
420
+ nbconvert==6.4.5
421
+ nbdime==3.2.0
422
+ nbformat==5.9.2
423
+ ndindex==1.7
424
+ nest-asyncio==1.5.6
425
+ netcdf4==1.6.5
426
+ networkx==3.1
427
+ nibabel==5.1.0
428
+ nilearn==0.10.2
429
+ ninja==1.11.1.1
430
+ nltk==3.2.4
431
+ nose==1.3.7
432
+ notebook-executor==0.2
433
+ notebook-shim==0.2.3
434
+ notebook==6.5.5
435
+ numba==0.57.1
436
+ numexpr==2.8.7
437
+ numpy==1.24.3
438
+ nvidia-ml-py==11.495.46
439
+ nvtx==0.2.8
440
+ oauth2client==4.1.3
441
+ oauthlib==3.2.2
442
+ objsize==0.6.1
443
+ odfpy==1.4.1
444
+ olefile==0.46
445
+ onnx==1.15.0
446
+ opencensus-context==0.1.3
447
+ opencensus==0.11.2
448
+ opencv-contrib-python==4.8.1.78
449
+ opencv-python-headless==4.8.1.78
450
+ opencv-python==4.8.1.78
451
+ openpyxl==3.1.2
452
+ openslide-python==1.3.1
453
+ opentelemetry-api==1.19.0
454
+ opentelemetry-exporter-otlp-proto-common==1.19.0
455
+ opentelemetry-exporter-otlp-proto-grpc==1.19.0
456
+ opentelemetry-exporter-otlp-proto-http==1.19.0
457
+ opentelemetry-exporter-otlp==1.19.0
458
+ opentelemetry-proto==1.19.0
459
+ opentelemetry-sdk==1.19.0
460
+ opentelemetry-semantic-conventions==0.40b0
461
+ opt-einsum==3.3.0
462
+ optax==0.1.7
463
+ optuna==3.4.0
464
+ orbax-checkpoint==0.4.2
465
+ orderedmultidict==1.0.1
466
+ orjson==3.9.5
467
+ ortools==9.4.1874
468
+ osmnx==1.1.1
469
+ overrides==6.5.0
470
+ packaging==21.3
471
+ pandas-datareader==0.10.0
472
+ pandas-profiling==3.6.6
473
+ pandas-summary==0.2.0
474
+ pandas==2.0.3
475
+ pandasql==0.7.3
476
+ pandocfilters==1.5.0
477
+ panel==1.3.1
478
+ papermill==2.4.0
479
+ param==2.0.1
480
+ parso==0.8.3
481
+ partd==1.4.1
482
+ path.py==12.5.0
483
+ path==16.7.1
484
+ pathos==0.3.1
485
+ pathy==0.10.1
486
+ patsy==0.5.3
487
+ pdf2image==1.16.3
488
+ pexpect==4.8.0
489
+ phik==0.12.3
490
+ pickleshare==0.7.5
491
+ pillow==10.1.0
492
+ pip==23.2.1
493
+ pkgutil-resolve-name==1.3.10
494
+ platformdirs==4.0.0
495
+ plotly-express==0.4.1
496
+ plotly==5.16.1
497
+ plotnine==0.10.1
498
+ pluggy==1.2.0
499
+ pointpats==2.4.0
500
+ polars==0.19.13
501
+ polyglot==16.7.4
502
+ pooch==1.8.0
503
+ pox==0.3.3
504
+ ppca==0.0.4
505
+ ppft==1.7.6.7
506
+ preprocessing==0.1.13
507
+ preshed==3.0.9
508
+ prettytable==3.8.0
509
+ progressbar2==4.2.0
510
+ prometheus-client==0.17.1
511
+ promise==2.3
512
+ prompt-toolkit==3.0.39
513
+ pronouncing==0.2.0
514
+ prophet==1.1.1
515
+ proto-plus==1.22.3
516
+ protobuf==3.20.3
517
+ psutil==5.9.3
518
+ ptxcompiler-cu11==0.7.0.post1
519
+ ptxcompiler==0.8.1
520
+ ptyprocess==0.7.0
521
+ pudb==2023.1
522
+ pulp==2.7.0
523
+ pure-eval==0.2.2
524
+ py-cpuinfo==9.0.0
525
+ py-spy==0.3.14
526
+ py4j==0.10.9.7
527
+ pyaml==23.9.7
528
+ pyarabic==0.6.15
529
+ pyarrow==11.0.0
530
+ pyasn1-modules==0.2.7
531
+ pyasn1==0.4.8
532
+ pyastronomy==0.20.0
533
+ pybind11==2.11.1
534
+ pyclipper==1.3.0.post5
535
+ pycodestyle==2.11.1
536
+ pycosat==0.6.4
537
+ pycparser==2.21
538
+ pycryptodome==3.19.0
539
+ pyct==0.5.0
540
+ pycuda==2023.1
541
+ pydantic-core==2.10.1
542
+ pydantic==1.10.12
543
+ pydegensac==0.1.2
544
+ pydicom==2.4.3
545
+ pydocstyle==6.3.0
546
+ pydot==1.4.2
547
+ pydub==0.25.1
548
+ pyemd==1.0.0
549
+ pyerfa==2.0.1.1
550
+ pyexcel-io==0.6.6
551
+ pyexcel-ods==0.6.0
552
+ pyfasttext==0.4.6
553
+ pyflakes==3.1.0
554
+ pygltflib==1.16.1
555
+ pygments==2.16.1
556
+ pyjwt==2.8.0
557
+ pykalman==0.9.5
558
+ pyldavis==3.2.2
559
+ pylibraft==23.8.0
560
+ pylint==3.0.2
561
+ pymc3==3.11.5
562
+ pymeeus==0.5.12
563
+ pymongo==3.13.0
564
+ pympler==1.0.1
565
+ pynndescent==0.5.10
566
+ pynvml==11.4.1
567
+ pynvrtc==9.2
568
+ pyocr==0.8.5
569
+ pyopenssl==23.2.0
570
+ pyparsing==3.0.9
571
+ pypdf==3.17.0
572
+ pyproj==3.6.1
573
+ pysal==23.7
574
+ pyshp==2.3.1
575
+ pysocks==1.7.1
576
+ pytesseract==0.3.10
577
+ pytest==7.4.3
578
+ python-bidi==0.4.2
579
+ python-dateutil==2.8.2
580
+ python-dotenv==1.0.0
581
+ python-json-logger==2.0.7
582
+ python-levenshtein==0.23.0
583
+ python-louvain==0.16
584
+ python-lsp-jsonrpc==1.1.2
585
+ python-lsp-server==1.9.0
586
+ python-slugify==8.0.1
587
+ python-utils==3.8.1
588
+ pythreejs==2.4.2
589
+ pytoolconfig==1.2.6
590
+ pytools==2023.1.1
591
+ pytorch-ignite==0.4.13
592
+ pytorch-lightning==2.1.1
593
+ pytz==2023.3
594
+ pyu2f==0.1.5
595
+ pyupset==0.1.1.post7
596
+ pyviz-comms==3.0.0
597
+ pywavelets==1.4.1
598
+ pyyaml==6.0.1
599
+ pyzmq==24.0.1
600
+ qgrid==1.3.1
601
+ qtconsole==5.5.0
602
+ qtpy==2.4.1
603
+ quantecon==0.7.1
604
+ quantities==0.14.1
605
+ qudida==0.0.4
606
+ raft-dask==23.8.0
607
+ rapidfuzz==3.5.2
608
+ rasterio==1.3.9
609
+ rasterstats==0.19.0
610
+ ray-cpp==2.6.3
611
+ ray==2.6.3
612
+ referencing==0.30.2
613
+ regex==2023.8.8
614
+ requests-oauthlib==1.3.1
615
+ requests-toolbelt==0.10.1
616
+ requests==2.31.0
617
+ responses==0.18.0
618
+ retrying==1.3.3
619
+ rfc3339-validator==0.1.4
620
+ rfc3986-validator==0.1.1
621
+ rgf-python==3.12.0
622
+ rich==13.5.2
623
+ rmm==23.8.0
624
+ rope==1.11.0
625
+ rouge-score==0.1.2
626
+ rpds-py==0.9.2
627
+ rsa==4.9
628
+ rtree==1.1.0
629
+ ruamel-yaml-conda==0.15.100
630
+ ruamel.yaml.clib==0.2.7
631
+ ruamel.yaml==0.17.32
632
+ s2sphere==0.2.5
633
+ s3fs==2023.10.0
634
+ s3transfer==0.6.2
635
+ safetensors==0.4.0
636
+ scattertext==0.1.19
637
+ scikit-image==0.21.0
638
+ scikit-learn-intelex==2023.2.1
639
+ scikit-learn==1.2.2
640
+ scikit-multilearn==0.2.0
641
+ scikit-optimize==0.9.0
642
+ scikit-plot==0.3.7
643
+ scikit-surprise==1.1.3
644
+ scipy==1.11.3
645
+ seaborn==0.12.2
646
+ secretstorage==3.3.3
647
+ segment-anything==1.0
648
+ segregation==2.5
649
+ semver==3.0.2
650
+ send2trash==1.8.2
651
+ sentencepiece==0.1.99
652
+ sentry-sdk==1.34.0
653
+ setproctitle==1.3.3
654
+ setuptools-git==1.2
655
+ setuptools-scm==8.0.4
656
+ setuptools==68.1.2
657
+ shap==0.43.0
658
+ shapely==1.8.5.post1
659
+ shellingham==1.5.4
660
+ simpervisor==1.0.0
661
+ simpleitk==2.3.1
662
+ simplejson==3.19.2
663
+ six==1.16.0
664
+ sklearn-pandas==2.2.0
665
+ slicer==0.0.7
666
+ smart-open==6.3.0
667
+ smhasher==0.150.1
668
+ smmap==5.0.0
669
+ sniffio==1.3.0
670
+ snowballstemmer==2.2.0
671
+ snuggs==1.4.7
672
+ sortedcontainers==2.4.0
673
+ soundfile==0.12.1
674
+ soupsieve==2.3.2.post1
675
+ soxr==0.3.7
676
+ spacy-legacy==3.0.12
677
+ spacy-loggers==1.0.5
678
+ spacy==3.7.2
679
+ spaghetti==1.7.4
680
+ spectral==0.23.1
681
+ spglm==1.1.0
682
+ sphinx-rtd-theme==0.2.4
683
+ spint==1.0.7
684
+ splot==1.1.5.post1
685
+ spopt==0.5.0
686
+ spreg==1.4.2
687
+ spvcm==0.3.0
688
+ sqlalchemy==2.0.20
689
+ sqlparse==0.4.4
690
+ squarify==0.4.3
691
+ srsly==2.4.8
692
+ stack-data==0.6.2
693
+ stanio==0.3.0
694
+ starlette==0.27.0
695
+ statsmodels==0.14.0
696
+ stemming==1.0.1
697
+ stop-words==2018.7.23
698
+ stopit==1.1.2
699
+ stumpy==1.12.0
700
+ sympy==1.12
701
+ tables==3.9.1
702
+ tabulate==0.9.0
703
+ tangled-up-in-unicode==0.2.0
704
+ tbb==2021.10.0
705
+ tblib==2.0.0
706
+ tenacity==8.2.3
707
+ tensorboard-data-server==0.7.1
708
+ tensorboard-plugin-profile==2.13.1
709
+ tensorboard==2.13.0
710
+ tensorboardx==2.6.2.2
711
+ tensorflow-addons==0.22.0
712
+ tensorflow-cloud==0.1.16
713
+ tensorflow-datasets==4.9.2
714
+ tensorflow-decision-forests==1.5.0
715
+ tensorflow-estimator==2.13.0
716
+ tensorflow-hub==0.14.0
717
+ tensorflow-io-gcs-filesystem==0.34.0
718
+ tensorflow-io==0.34.0
719
+ tensorflow-metadata==0.14.0
720
+ tensorflow-probability==0.21.0
721
+ tensorflow-serving-api==2.13.0
722
+ tensorflow-text==2.13.0
723
+ tensorflow-transform==0.14.0
724
+ tensorflow==2.13.0
725
+ tensorflowjs==4.13.0
726
+ tensorpack==0.11
727
+ tensorstore==0.1.48
728
+ termcolor==2.3.0
729
+ terminado==0.17.1
730
+ testpath==0.6.0
731
+ text-unidecode==1.3
732
+ textblob==0.17.1
733
+ texttable==1.7.0
734
+ textwrap3==0.9.2
735
+ theano-pymc==1.1.2
736
+ theano==1.0.5
737
+ thinc==8.2.1
738
+ threadpoolctl==3.2.0
739
+ tifffile==2023.8.12
740
+ timm==0.9.10
741
+ tinycss2==1.2.1
742
+ tobler==0.11.2
743
+ tokenizers==0.14.1
744
+ toml==0.10.2
745
+ tomli==2.0.1
746
+ tomlkit==0.12.2
747
+ toolz==0.12.0
748
+ torch==2.0.0
749
+ torchaudio==2.0.1
750
+ torchdata==0.6.0
751
+ torchinfo==1.8.0
752
+ torchmetrics==1.2.0
753
+ torchtext==0.15.1
754
+ torchvision==0.15.1
755
+ tornado==6.3.3
756
+ tpot==0.12.1
757
+ tqdm==4.66.1
758
+ traceml==1.0.8
759
+ traitlets==5.9.0
760
+ traittypes==0.2.1
761
+ transformers==4.35.0
762
+ treelite-runtime==3.2.0
763
+ treelite==3.2.0
764
+ trueskill==0.4.5
765
+ truststore==0.8.0
766
+ tsfresh==0.20.1
767
+ typeguard==2.13.3
768
+ typer==0.9.0
769
+ typing-extensions==4.5.0
770
+ typing-inspect==0.9.0
771
+ typing-utils==0.1.0
772
+ tzdata==2023.3
773
+ tzlocal==5.2
774
+ uc-micro-py==1.0.2
775
+ ucx-py==0.33.0
776
+ ujson==5.8.0
777
+ umap-learn==0.5.4
778
+ unicodedata2==15.1.0
779
+ unidecode==1.3.7
780
+ update-checker==0.18.0
781
+ uri-template==1.3.0
782
+ uritemplate==3.0.1
783
+ urllib3==1.26.15
784
+ urwid-readline==0.13
785
+ urwid==2.2.3
786
+ uvicorn==0.23.2
787
+ uvloop==0.19.0
788
+ vaex-astro==0.9.3
789
+ vaex-core==4.17.1
790
+ vaex-hdf5==0.14.1
791
+ vaex-jupyter==0.8.2
792
+ vaex-ml==0.18.3
793
+ vaex-server==0.9.0
794
+ vaex-viz==0.5.4
795
+ vaex==4.17.0
796
+ vecstack==0.4.0
797
+ virtualenv==20.21.0
798
+ visions==0.7.5
799
+ vowpalwabbit==9.9.0
800
+ vtk==9.2.6
801
+ wand==0.6.13
802
+ wandb==0.16.0
803
+ wasabi==1.1.2
804
+ watchfiles==0.21.0
805
+ wavio==0.0.8
806
+ wcwidth==0.2.6
807
+ weasel==0.3.4
808
+ webcolors==1.13
809
+ webencodings==0.5.1
810
+ websocket-client==1.6.2
811
+ websockets==12.0
812
+ werkzeug==3.0.1
813
+ wfdb==4.1.2
814
+ whatthepatch==1.0.5
815
+ wheel==0.41.2
816
+ widgetsnbextension==3.6.6
817
+ witwidget==1.8.1
818
+ woodwork==0.26.0
819
+ wordcloud==1.9.2
820
+ wordsegment==1.3.1
821
+ wrapt==1.15.0
822
+ wurlitzer==3.0.3
823
+ xarray-einstats==0.6.0
824
+ xarray==2023.10.1
825
+ xgboost==2.0.1
826
+ xvfbwrapper==0.2.9
827
+ xxhash==3.4.1
828
+ xyzservices==2023.10.1
829
+ yapf==0.40.2
830
+ yarl==1.9.2
831
+ ydata-profiling==4.5.1
832
+ yellowbrick==1.5
833
+ zict==3.0.0
834
+ zipp==3.16.2
835
+ zstandard==0.22.0
wandb/run-20231123_114355-4953ljim/files/wandb-metadata.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-5.15.133+-x86_64-with-glibc2.35",
3
+ "python": "3.10.12",
4
+ "heartbeatAt": "2023-11-23T11:43:55.823512",
5
+ "startedAt": "2023-11-23T11:43:55.299457",
6
+ "docker": null,
7
+ "cuda": null,
8
+ "args": [],
9
+ "state": "running",
10
+ "program": "kaggle.ipynb",
11
+ "codePathLocal": null,
12
+ "root": "/kaggle/working",
13
+ "host": "c7ac5a6dfa40",
14
+ "username": "root",
15
+ "executable": "/opt/conda/bin/python3.10",
16
+ "cpu_count": 2,
17
+ "cpu_count_logical": 4,
18
+ "cpu_freq": {
19
+ "current": 2000.194,
20
+ "min": 0.0,
21
+ "max": 0.0
22
+ },
23
+ "cpu_freq_per_core": [
24
+ {
25
+ "current": 2000.194,
26
+ "min": 0.0,
27
+ "max": 0.0
28
+ },
29
+ {
30
+ "current": 2000.194,
31
+ "min": 0.0,
32
+ "max": 0.0
33
+ },
34
+ {
35
+ "current": 2000.194,
36
+ "min": 0.0,
37
+ "max": 0.0
38
+ },
39
+ {
40
+ "current": 2000.194,
41
+ "min": 0.0,
42
+ "max": 0.0
43
+ }
44
+ ],
45
+ "disk": {
46
+ "/": {
47
+ "total": 8062.387607574463,
48
+ "used": 5177.147869110107
49
+ }
50
+ },
51
+ "gpu": "Tesla P100-PCIE-16GB",
52
+ "gpu_count": 1,
53
+ "gpu_devices": [
54
+ {
55
+ "name": "Tesla P100-PCIE-16GB",
56
+ "memory_total": 17071734784
57
+ }
58
+ ],
59
+ "memory": {
60
+ "total": 31.357559204101562
61
+ }
62
+ }
wandb/run-20231123_114355-4953ljim/files/wandb-summary.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"train/loss": 0.0, "train/learning_rate": 2e-05, "train/epoch": 0.1, "train/global_step": 500, "_timestamp": 1700740233.461138, "_runtime": 398.15445590019226, "_step": 0}
wandb/run-20231123_114355-4953ljim/logs/debug-internal.log ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2023-11-23 11:43:55,306 INFO StreamThr :160 [internal.py:wandb_internal():86] W&B internal server running at pid: 160, started at: 2023-11-23 11:43:55.305470
2
+ 2023-11-23 11:43:55,307 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status
3
+ 2023-11-23 11:43:55,492 INFO WriterThread:160 [datastore.py:open_for_write():85] open: /kaggle/working/wandb/run-20231123_114355-4953ljim/run-4953ljim.wandb
4
+ 2023-11-23 11:43:55,492 DEBUG SenderThread:160 [sender.py:send():380] send: header
5
+ 2023-11-23 11:43:55,496 DEBUG SenderThread:160 [sender.py:send():380] send: run
6
+ 2023-11-23 11:43:55,695 INFO SenderThread:160 [dir_watcher.py:__init__():211] watching files in: /kaggle/working/wandb/run-20231123_114355-4953ljim/files
7
+ 2023-11-23 11:43:55,696 INFO SenderThread:160 [sender.py:_start_run_threads():1124] run started: 4953ljim with start time 1700739835.306682
8
+ 2023-11-23 11:43:55,703 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: check_version
9
+ 2023-11-23 11:43:55,703 DEBUG SenderThread:160 [sender.py:send_request():407] send_request: check_version
10
+ 2023-11-23 11:43:55,809 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: run_start
11
+ 2023-11-23 11:43:55,813 DEBUG HandlerThread:160 [system_info.py:__init__():32] System info init
12
+ 2023-11-23 11:43:55,813 DEBUG HandlerThread:160 [system_info.py:__init__():47] System info init done
13
+ 2023-11-23 11:43:55,813 INFO HandlerThread:160 [system_monitor.py:start():194] Starting system monitor
14
+ 2023-11-23 11:43:55,813 INFO SystemMonitor:160 [system_monitor.py:_start():158] Starting system asset monitoring threads
15
+ 2023-11-23 11:43:55,814 INFO HandlerThread:160 [system_monitor.py:probe():214] Collecting system info
16
+ 2023-11-23 11:43:55,814 INFO SystemMonitor:160 [interfaces.py:start():190] Started cpu monitoring
17
+ 2023-11-23 11:43:55,814 INFO SystemMonitor:160 [interfaces.py:start():190] Started disk monitoring
18
+ 2023-11-23 11:43:55,815 INFO SystemMonitor:160 [interfaces.py:start():190] Started gpu monitoring
19
+ 2023-11-23 11:43:55,816 INFO SystemMonitor:160 [interfaces.py:start():190] Started memory monitoring
20
+ 2023-11-23 11:43:55,817 INFO SystemMonitor:160 [interfaces.py:start():190] Started network monitoring
21
+ 2023-11-23 11:43:55,823 DEBUG HandlerThread:160 [system_info.py:probe():196] Probing system
22
+ 2023-11-23 11:43:55,826 DEBUG HandlerThread:160 [gitlib.py:_init_repo():56] git repository is invalid
23
+ 2023-11-23 11:43:55,826 DEBUG HandlerThread:160 [system_info.py:probe():244] Probing system done
24
+ 2023-11-23 11:43:55,826 DEBUG HandlerThread:160 [system_monitor.py:probe():223] {'os': 'Linux-5.15.133+-x86_64-with-glibc2.35', 'python': '3.10.12', 'heartbeatAt': '2023-11-23T11:43:55.823512', 'startedAt': '2023-11-23T11:43:55.299457', 'docker': None, 'cuda': None, 'args': (), 'state': 'running', 'program': 'kaggle.ipynb', 'codePathLocal': None, 'root': '/kaggle/working', 'host': 'c7ac5a6dfa40', 'username': 'root', 'executable': '/opt/conda/bin/python3.10', 'cpu_count': 2, 'cpu_count_logical': 4, 'cpu_freq': {'current': 2000.194, 'min': 0.0, 'max': 0.0}, 'cpu_freq_per_core': [{'current': 2000.194, 'min': 0.0, 'max': 0.0}, {'current': 2000.194, 'min': 0.0, 'max': 0.0}, {'current': 2000.194, 'min': 0.0, 'max': 0.0}, {'current': 2000.194, 'min': 0.0, 'max': 0.0}], 'disk': {'/': {'total': 8062.387607574463, 'used': 5177.147869110107}}, 'gpu': 'Tesla P100-PCIE-16GB', 'gpu_count': 1, 'gpu_devices': [{'name': 'Tesla P100-PCIE-16GB', 'memory_total': 17071734784}], 'memory': {'total': 31.357559204101562}}
25
+ 2023-11-23 11:43:55,826 INFO HandlerThread:160 [system_monitor.py:probe():224] Finished collecting system info
26
+ 2023-11-23 11:43:55,826 INFO HandlerThread:160 [system_monitor.py:probe():227] Publishing system info
27
+ 2023-11-23 11:43:55,826 DEBUG HandlerThread:160 [system_info.py:_save_pip():52] Saving list of pip packages installed into the current environment
28
+ 2023-11-23 11:43:55,828 DEBUG HandlerThread:160 [system_info.py:_save_pip():68] Saving pip packages done
29
+ 2023-11-23 11:43:55,828 DEBUG HandlerThread:160 [system_info.py:_save_conda():75] Saving list of conda packages installed into the current environment
30
+ 2023-11-23 11:43:56,698 INFO Thread-12 :160 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20231123_114355-4953ljim/files/requirements.txt
31
+ 2023-11-23 11:43:56,698 INFO Thread-12 :160 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20231123_114355-4953ljim/files/conda-environment.yaml
32
+ 2023-11-23 11:44:44,712 INFO Thread-12 :160 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20231123_114355-4953ljim/files/conda-environment.yaml
33
+ 2023-11-23 11:44:45,266 DEBUG HandlerThread:160 [system_info.py:_save_conda():87] Saving conda packages done
34
+ 2023-11-23 11:44:45,267 INFO HandlerThread:160 [system_monitor.py:probe():229] Finished publishing system info
35
+ 2023-11-23 11:44:45,276 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
36
+ 2023-11-23 11:44:45,277 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
37
+ 2023-11-23 11:44:45,277 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
38
+ 2023-11-23 11:44:45,277 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
39
+ 2023-11-23 11:44:45,277 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
40
+ 2023-11-23 11:44:45,277 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
41
+ 2023-11-23 11:44:45,277 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
42
+ 2023-11-23 11:44:45,278 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
43
+ 2023-11-23 11:44:45,278 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
44
+ 2023-11-23 11:44:45,278 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
45
+ 2023-11-23 11:44:45,278 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
46
+ 2023-11-23 11:44:45,278 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: stop_status
47
+ 2023-11-23 11:44:45,278 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: internal_messages
48
+ 2023-11-23 11:44:45,278 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
49
+ 2023-11-23 11:44:45,278 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
50
+ 2023-11-23 11:44:45,278 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
51
+ 2023-11-23 11:44:45,278 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
52
+ 2023-11-23 11:44:45,278 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
53
+ 2023-11-23 11:44:45,279 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
54
+ 2023-11-23 11:44:45,280 DEBUG SenderThread:160 [sender.py:send():380] send: telemetry
55
+ 2023-11-23 11:44:45,280 DEBUG SenderThread:160 [sender.py:send():380] send: config
56
+ 2023-11-23 11:44:45,281 DEBUG SenderThread:160 [sender.py:send():380] send: metric
57
+ 2023-11-23 11:44:45,281 DEBUG SenderThread:160 [sender.py:send_request():407] send_request: stop_status
58
+ 2023-11-23 11:44:45,363 DEBUG SenderThread:160 [sender.py:send():380] send: telemetry
59
+ 2023-11-23 11:44:45,363 DEBUG SenderThread:160 [sender.py:send():380] send: metric
60
+ 2023-11-23 11:44:45,363 WARNING SenderThread:160 [sender.py:send_metric():1331] Seen metric with glob (shouldn't happen)
61
+ 2023-11-23 11:44:45,363 DEBUG SenderThread:160 [sender.py:send():380] send: telemetry
62
+ 2023-11-23 11:44:45,364 DEBUG SenderThread:160 [sender.py:send():380] send: files
63
+ 2023-11-23 11:44:45,364 INFO SenderThread:160 [sender.py:_save_file():1380] saving file wandb-metadata.json with policy now
64
+ 2023-11-23 11:44:45,712 INFO Thread-12 :160 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20231123_114355-4953ljim/files/output.log
65
+ 2023-11-23 11:44:45,712 INFO Thread-12 :160 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20231123_114355-4953ljim/files/wandb-metadata.json
66
+ 2023-11-23 11:44:45,741 INFO wandb-upload_0:160 [upload_job.py:push():131] Uploaded file /tmp/tmp0_u_d4qewandb/t401mfun-wandb-metadata.json
67
+ 2023-11-23 11:44:45,875 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
68
+ 2023-11-23 11:44:46,364 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
69
+ 2023-11-23 11:44:47,713 INFO Thread-12 :160 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20231123_114355-4953ljim/files/output.log
70
+ 2023-11-23 11:44:50,876 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
71
+ 2023-11-23 11:44:51,365 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
72
+ 2023-11-23 11:44:55,817 DEBUG SystemMonitor:160 [system_monitor.py:_start():172] Starting system metrics aggregation loop
73
+ 2023-11-23 11:44:55,818 DEBUG SenderThread:160 [sender.py:send():380] send: stats
74
+ 2023-11-23 11:44:55,882 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
75
+ 2023-11-23 11:44:56,824 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
76
+ 2023-11-23 11:44:57,717 INFO Thread-12 :160 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20231123_114355-4953ljim/files/config.yaml
77
+ 2023-11-23 11:45:00,883 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
78
+ 2023-11-23 11:45:01,978 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
79
+ 2023-11-23 11:45:05,887 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
80
+ 2023-11-23 11:45:06,979 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
81
+ 2023-11-23 11:45:10,888 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
82
+ 2023-11-23 11:45:11,980 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
83
+ 2023-11-23 11:45:15,889 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
84
+ 2023-11-23 11:45:16,981 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
85
+ 2023-11-23 11:45:20,890 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
86
+ 2023-11-23 11:45:21,982 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
87
+ 2023-11-23 11:45:25,820 DEBUG SenderThread:160 [sender.py:send():380] send: stats
88
+ 2023-11-23 11:45:25,891 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
89
+ 2023-11-23 11:45:27,820 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
90
+ 2023-11-23 11:45:30,892 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
91
+ 2023-11-23 11:45:32,821 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
92
+ 2023-11-23 11:45:35,893 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
93
+ 2023-11-23 11:45:37,822 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
94
+ 2023-11-23 11:45:40,895 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
95
+ 2023-11-23 11:45:42,823 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
96
+ 2023-11-23 11:45:45,896 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
97
+ 2023-11-23 11:45:47,824 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
98
+ 2023-11-23 11:45:50,897 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
99
+ 2023-11-23 11:45:52,825 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
100
+ 2023-11-23 11:45:55,820 DEBUG SenderThread:160 [sender.py:send():380] send: stats
101
+ 2023-11-23 11:45:55,898 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
102
+ 2023-11-23 11:45:58,821 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
103
+ 2023-11-23 11:46:00,907 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
104
+ 2023-11-23 11:46:03,822 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
105
+ 2023-11-23 11:46:05,908 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
106
+ 2023-11-23 11:46:08,823 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
107
+ 2023-11-23 11:46:10,908 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
108
+ 2023-11-23 11:46:13,824 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
109
+ 2023-11-23 11:46:15,910 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
110
+ 2023-11-23 11:46:18,825 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
111
+ 2023-11-23 11:46:20,911 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
112
+ 2023-11-23 11:46:23,825 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
113
+ 2023-11-23 11:46:25,821 DEBUG SenderThread:160 [sender.py:send():380] send: stats
114
+ 2023-11-23 11:46:25,914 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
115
+ 2023-11-23 11:46:29,822 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
116
+ 2023-11-23 11:46:30,917 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
117
+ 2023-11-23 11:46:34,823 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
118
+ 2023-11-23 11:46:35,918 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
119
+ 2023-11-23 11:46:39,823 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
120
+ 2023-11-23 11:46:40,919 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
121
+ 2023-11-23 11:46:44,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
122
+ 2023-11-23 11:46:45,920 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
123
+ 2023-11-23 11:46:49,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
124
+ 2023-11-23 11:46:50,941 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
125
+ 2023-11-23 11:46:54,829 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
126
+ 2023-11-23 11:46:55,822 DEBUG SenderThread:160 [sender.py:send():380] send: stats
127
+ 2023-11-23 11:46:55,966 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
128
+ 2023-11-23 11:47:00,823 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
129
+ 2023-11-23 11:47:00,967 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
130
+ 2023-11-23 11:47:05,824 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
131
+ 2023-11-23 11:47:05,989 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
132
+ 2023-11-23 11:47:10,825 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
133
+ 2023-11-23 11:47:11,011 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
134
+ 2023-11-23 11:47:15,826 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
135
+ 2023-11-23 11:47:16,012 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
136
+ 2023-11-23 11:47:20,827 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
137
+ 2023-11-23 11:47:21,014 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
138
+ 2023-11-23 11:47:25,823 DEBUG SenderThread:160 [sender.py:send():380] send: stats
139
+ 2023-11-23 11:47:26,016 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
140
+ 2023-11-23 11:47:26,824 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
141
+ 2023-11-23 11:47:31,017 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
142
+ 2023-11-23 11:47:31,824 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
143
+ 2023-11-23 11:47:36,018 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
144
+ 2023-11-23 11:47:36,825 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
145
+ 2023-11-23 11:47:41,019 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
146
+ 2023-11-23 11:47:41,826 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
147
+ 2023-11-23 11:47:46,020 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
148
+ 2023-11-23 11:47:46,827 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
149
+ 2023-11-23 11:47:51,023 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
150
+ 2023-11-23 11:47:51,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
151
+ 2023-11-23 11:47:55,824 DEBUG SenderThread:160 [sender.py:send():380] send: stats
152
+ 2023-11-23 11:47:56,024 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
153
+ 2023-11-23 11:47:57,825 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
154
+ 2023-11-23 11:48:01,025 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
155
+ 2023-11-23 11:48:02,825 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
156
+ 2023-11-23 11:48:06,031 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
157
+ 2023-11-23 11:48:07,826 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
158
+ 2023-11-23 11:48:11,034 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
159
+ 2023-11-23 11:48:12,827 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
160
+ 2023-11-23 11:48:16,035 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
161
+ 2023-11-23 11:48:17,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
162
+ 2023-11-23 11:48:21,045 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
163
+ 2023-11-23 11:48:22,829 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
164
+ 2023-11-23 11:48:25,824 DEBUG SenderThread:160 [sender.py:send():380] send: stats
165
+ 2023-11-23 11:48:26,046 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
166
+ 2023-11-23 11:48:28,825 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
167
+ 2023-11-23 11:48:31,050 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
168
+ 2023-11-23 11:48:33,826 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
169
+ 2023-11-23 11:48:36,051 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
170
+ 2023-11-23 11:48:38,827 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
171
+ 2023-11-23 11:48:41,052 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
172
+ 2023-11-23 11:48:43,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
173
+ 2023-11-23 11:48:46,053 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
174
+ 2023-11-23 11:48:48,829 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
175
+ 2023-11-23 11:48:51,056 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
176
+ 2023-11-23 11:48:53,830 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
177
+ 2023-11-23 11:48:55,825 DEBUG SenderThread:160 [sender.py:send():380] send: stats
178
+ 2023-11-23 11:48:56,057 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
179
+ 2023-11-23 11:48:59,826 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
180
+ 2023-11-23 11:49:01,058 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
181
+ 2023-11-23 11:49:04,827 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
182
+ 2023-11-23 11:49:06,059 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
183
+ 2023-11-23 11:49:09,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
184
+ 2023-11-23 11:49:11,062 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
185
+ 2023-11-23 11:49:14,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
186
+ 2023-11-23 11:49:16,062 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
187
+ 2023-11-23 11:49:19,829 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
188
+ 2023-11-23 11:49:21,063 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
189
+ 2023-11-23 11:49:24,830 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
190
+ 2023-11-23 11:49:25,826 DEBUG SenderThread:160 [sender.py:send():380] send: stats
191
+ 2023-11-23 11:49:26,066 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
192
+ 2023-11-23 11:49:30,827 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
193
+ 2023-11-23 11:49:31,067 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
194
+ 2023-11-23 11:49:35,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
195
+ 2023-11-23 11:49:36,070 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
196
+ 2023-11-23 11:49:40,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
197
+ 2023-11-23 11:49:41,071 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
198
+ 2023-11-23 11:49:45,829 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
199
+ 2023-11-23 11:49:46,072 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
200
+ 2023-11-23 11:49:50,830 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
201
+ 2023-11-23 11:49:51,073 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
202
+ 2023-11-23 11:49:55,826 DEBUG SenderThread:160 [sender.py:send():380] send: stats
203
+ 2023-11-23 11:49:56,074 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
204
+ 2023-11-23 11:49:56,827 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
205
+ 2023-11-23 11:50:01,075 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
206
+ 2023-11-23 11:50:01,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
207
+ 2023-11-23 11:50:06,076 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
208
+ 2023-11-23 11:50:06,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
209
+ 2023-11-23 11:50:11,077 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
210
+ 2023-11-23 11:50:11,829 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
211
+ 2023-11-23 11:50:16,078 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
212
+ 2023-11-23 11:50:16,830 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
213
+ 2023-11-23 11:50:21,079 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
214
+ 2023-11-23 11:50:21,831 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
215
+ 2023-11-23 11:50:25,827 DEBUG SenderThread:160 [sender.py:send():380] send: stats
216
+ 2023-11-23 11:50:26,088 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
217
+ 2023-11-23 11:50:27,828 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
218
+ 2023-11-23 11:50:31,088 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
219
+ 2023-11-23 11:50:32,829 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
220
+ 2023-11-23 11:50:33,461 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: partial_history
221
+ 2023-11-23 11:50:33,464 DEBUG SenderThread:160 [sender.py:send():380] send: metric
222
+ 2023-11-23 11:50:33,464 DEBUG SenderThread:160 [sender.py:send():380] send: metric
223
+ 2023-11-23 11:50:33,464 DEBUG SenderThread:160 [sender.py:send():380] send: metric
224
+ 2023-11-23 11:50:33,464 DEBUG SenderThread:160 [sender.py:send():380] send: history
225
+ 2023-11-23 11:50:33,464 DEBUG SenderThread:160 [sender.py:send_request():407] send_request: summary_record
226
+ 2023-11-23 11:50:33,465 INFO SenderThread:160 [sender.py:_save_file():1380] saving file wandb-summary.json with policy end
227
+ 2023-11-23 11:50:33,838 INFO Thread-12 :160 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20231123_114355-4953ljim/files/wandb-summary.json
228
+ 2023-11-23 11:50:38,397 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
229
+ 2023-11-23 11:50:38,471 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
230
+ 2023-11-23 11:50:38,840 INFO Thread-12 :160 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20231123_114355-4953ljim/files/config.yaml
231
+ 2023-11-23 11:50:43,399 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
232
+ 2023-11-23 11:50:43,619 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
233
+ 2023-11-23 11:50:48,403 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
234
+ 2023-11-23 11:50:48,620 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
235
+ 2023-11-23 11:50:53,404 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
236
+ 2023-11-23 11:50:53,622 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
237
+ 2023-11-23 11:50:55,828 DEBUG SenderThread:160 [sender.py:send():380] send: stats
238
+ 2023-11-23 11:50:58,406 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
239
+ 2023-11-23 11:50:58,829 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
240
+ 2023-11-23 11:51:03,408 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
241
+ 2023-11-23 11:51:03,830 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
242
+ 2023-11-23 11:51:08,423 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
243
+ 2023-11-23 11:51:08,831 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
244
+ 2023-11-23 11:51:13,424 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
245
+ 2023-11-23 11:51:13,832 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
246
+ 2023-11-23 11:51:18,426 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
247
+ 2023-11-23 11:51:18,833 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
248
+ 2023-11-23 11:51:23,430 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
249
+ 2023-11-23 11:51:23,834 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
250
+ 2023-11-23 11:51:25,829 DEBUG SenderThread:160 [sender.py:send():380] send: stats
251
+ 2023-11-23 11:51:28,432 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
252
+ 2023-11-23 11:51:29,830 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
253
+ 2023-11-23 11:51:33,434 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
254
+ 2023-11-23 11:51:34,831 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
255
+ 2023-11-23 11:51:38,434 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: keepalive
256
+ 2023-11-23 11:51:39,832 DEBUG HandlerThread:160 [handler.py:handle_request():146] handle_request: status_report
wandb/run-20231123_114355-4953ljim/logs/debug.log ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2023-11-23 11:43:55,301 INFO MainThread:47 [wandb_setup.py:_flush():76] Current SDK version is 0.16.0
2
+ 2023-11-23 11:43:55,301 INFO MainThread:47 [wandb_setup.py:_flush():76] Configure stats pid to 47
3
+ 2023-11-23 11:43:55,301 INFO MainThread:47 [wandb_setup.py:_flush():76] Loading settings from /root/.config/wandb/settings
4
+ 2023-11-23 11:43:55,301 INFO MainThread:47 [wandb_setup.py:_flush():76] Loading settings from /kaggle/working/wandb/settings
5
+ 2023-11-23 11:43:55,301 INFO MainThread:47 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
6
+ 2023-11-23 11:43:55,301 INFO MainThread:47 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
7
+ 2023-11-23 11:43:55,301 INFO MainThread:47 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program': '<python with no main file>'}
8
+ 2023-11-23 11:43:55,301 INFO MainThread:47 [wandb_setup.py:_flush():76] Applying login settings: {'api_key': '***REDACTED***'}
9
+ 2023-11-23 11:43:55,301 INFO MainThread:47 [wandb_init.py:_log_setup():524] Logging user logs to /kaggle/working/wandb/run-20231123_114355-4953ljim/logs/debug.log
10
+ 2023-11-23 11:43:55,301 INFO MainThread:47 [wandb_init.py:_log_setup():525] Logging internal logs to /kaggle/working/wandb/run-20231123_114355-4953ljim/logs/debug-internal.log
11
+ 2023-11-23 11:43:55,301 INFO MainThread:47 [wandb_init.py:_jupyter_setup():470] configuring jupyter hooks <wandb.sdk.wandb_init._WandbInit object at 0x7e6d78a5d180>
12
+ 2023-11-23 11:43:55,302 INFO MainThread:47 [wandb_init.py:init():564] calling init triggers
13
+ 2023-11-23 11:43:55,302 INFO MainThread:47 [wandb_init.py:init():571] wandb.init called with sweep_config: {}
14
+ config: {}
15
+ 2023-11-23 11:43:55,302 INFO MainThread:47 [wandb_init.py:init():614] starting backend
16
+ 2023-11-23 11:43:55,302 INFO MainThread:47 [wandb_init.py:init():618] setting up manager
17
+ 2023-11-23 11:43:55,304 INFO MainThread:47 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
18
+ 2023-11-23 11:43:55,306 INFO MainThread:47 [wandb_init.py:init():624] backend started and connected
19
+ 2023-11-23 11:43:55,318 INFO MainThread:47 [wandb_run.py:_label_probe_notebook():1294] probe notebook
20
+ 2023-11-23 11:43:55,491 INFO MainThread:47 [wandb_init.py:init():716] updated telemetry
21
+ 2023-11-23 11:43:55,495 INFO MainThread:47 [wandb_init.py:init():749] communicating run to backend with 90.0 second timeout
22
+ 2023-11-23 11:43:55,702 INFO MainThread:47 [wandb_run.py:_on_init():2254] communicating current version
23
+ 2023-11-23 11:43:55,804 INFO MainThread:47 [wandb_run.py:_on_init():2263] got version response
24
+ 2023-11-23 11:43:55,804 INFO MainThread:47 [wandb_init.py:init():800] starting run threads in backend
25
+ 2023-11-23 11:44:25,830 INFO MainThread:47 [wandb_run.py:_console_start():2233] atexit reg
26
+ 2023-11-23 11:44:25,831 INFO MainThread:47 [wandb_run.py:_redirect():2088] redirect: wrap_raw
27
+ 2023-11-23 11:44:25,831 INFO MainThread:47 [wandb_run.py:_redirect():2153] Wrapping output streams.
28
+ 2023-11-23 11:44:25,831 INFO MainThread:47 [wandb_run.py:_redirect():2178] Redirects installed.
29
+ 2023-11-23 11:44:25,833 INFO MainThread:47 [wandb_init.py:init():841] run started, returning control to user process
30
+ 2023-11-23 11:44:25,838 INFO MainThread:47 [wandb_run.py:_config_callback():1342] config_cb None None {'return_dict': True, 'output_hidden_states': False, 'output_attentions': False, 'torchscript': False, 'torch_dtype': 'float32', 'use_bfloat16': False, 'tf_legacy_loss': False, 'pruned_heads': {}, 'tie_word_embeddings': False, 'is_encoder_decoder': True, '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': ['MT5ForConditionalGeneration'], 'finetuning_task': None, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'tokenizer_class': 'T5Tokenizer', 'prefix': None, 'bos_token_id': None, 'pad_token_id': 0, 'eos_token_id': 1, 'sep_token_id': None, 'decoder_start_token_id': 0, 'task_specific_params': None, 'problem_type': None, '_name_or_path': 'i-k-a/ru_summarization_lenta_model_mt5-base_7_epochs_1024', 'transformers_version': '4.35.0', 'dense_act_fn': 'gelu_new', 'is_gated_act': True, 'model_type': 'mt5', 'output_past': True, 'vocab_size': 250112, 'd_model': 768, 'd_kv': 64, 'd_ff': 2048, 'num_layers': 12, 'num_decoder_layers': 12, 'num_heads': 12, 'relative_attention_num_buckets': 32, 'relative_attention_max_distance': 128, 'dropout_rate': 0.1, 'classifier_dropout': 0.0, 'layer_norm_epsilon': 1e-06, 'initializer_factor': 1.0, 'feed_forward_proj': 'gated-gelu', 'use_cache': True, 'output_dir': '/kaggle/working/', 'overwrite_output_dir': False, 'do_train': False, 'do_eval': True, 'do_predict': False, 'evaluation_strategy': 'epoch', 'prediction_loss_only': False, 'per_device_train_batch_size': 3, 'per_device_eval_batch_size': 3, 'per_gpu_train_batch_size': None, 'per_gpu_eval_batch_size': None, 'gradient_accumulation_steps': 1, 'eval_accumulation_steps': None, 'eval_delay': 0, 'learning_rate': 2e-05, 'weight_decay': 0.01, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'max_grad_norm': 1.0, 'num_train_epochs': 5, 'max_steps': -1, 'lr_scheduler_type': 'linear', 'warmup_ratio': 0.0, 'warmup_steps': 0, 'log_level': 'passive', 'log_level_replica': 'warning', 'log_on_each_node': True, 'logging_dir': '/kaggle/working/runs/Nov23_11-43-08_c7ac5a6dfa40', 'logging_strategy': 'steps', 'logging_first_step': False, 'logging_steps': 500, 'logging_nan_inf_filter': True, 'save_strategy': 'steps', 'save_steps': 500, 'save_total_limit': 3, 'save_safetensors': True, 'save_on_each_node': 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': True, 'fp16_opt_level': 'O1', 'half_precision_backend': 'auto', 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, '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': '/kaggle/working/', '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': 'adamw_torch', 'optim_args': None, 'adafactor': False, 'group_by_length': False, '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, '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, 'neftune_noise_alpha': None, 'sortish_sampler': False, 'predict_with_generate': True, 'generation_max_length': None, 'generation_num_beams': None, 'generation_config': None}
wandb/run-20231123_114355-4953ljim/run-4953ljim.wandb ADDED
Binary file (13.4 kB). View file