nornor02 commited on
Commit
db72a9c
·
1 Parent(s): ed3b534

Training in progress, step 500

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