sharukat commited on
Commit
6bec9a7
·
verified ·
1 Parent(s): d972c8f

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,9 +1,11 @@
1
  {
2
- "_name_or_path": "mmukh/SOBertBase",
 
3
  "architectures": [
4
- "MegatronBertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
 
7
  "hidden_act": "gelu",
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 768,
@@ -28,17 +30,18 @@
28
  "Requesting (Additional) Documentation/Examples": 6
29
  },
30
  "layer_norm_eps": 1e-12,
31
- "max_position_embeddings": 2048,
32
- "model_type": "megatron-bert",
33
  "num_attention_heads": 12,
34
  "num_hidden_layers": 12,
 
 
35
  "pad_token_id": 0,
36
  "position_embedding_type": "absolute",
37
  "problem_type": "single_label_classification",
38
- "tokenizer_type": "SentencePieceTokenizer",
39
  "torch_dtype": "float32",
40
  "transformers_version": "4.38.1",
41
  "type_vocab_size": 2,
42
  "use_cache": true,
43
- "vocab_size": 50048
44
  }
 
1
  {
2
+ "_name_or_path": "lanwuwei/BERTOverflow_stackoverflow_github",
3
+ "_num_labels": 51,
4
  "architectures": [
5
+ "BertForSequenceClassification"
6
  ],
7
  "attention_probs_dropout_prob": 0.1,
8
+ "classifier_dropout": null,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
 
30
  "Requesting (Additional) Documentation/Examples": 6
31
  },
32
  "layer_norm_eps": 1e-12,
33
+ "max_position_embeddings": 512,
34
+ "model_type": "bert",
35
  "num_attention_heads": 12,
36
  "num_hidden_layers": 12,
37
+ "output_hidden_states": true,
38
+ "output_past": true,
39
  "pad_token_id": 0,
40
  "position_embedding_type": "absolute",
41
  "problem_type": "single_label_classification",
 
42
  "torch_dtype": "float32",
43
  "transformers_version": "4.38.1",
44
  "type_vocab_size": 2,
45
  "use_cache": true,
46
+ "vocab_size": 82000
47
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9796d956cc516fa8cd9fbd71652dee549bc487ca97bbcfc05789e34d9763db6c
3
- size 502675828
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:244bd5b75549464fd62a98b7f5f661b093e795d683de9b789eaa11410567357c
3
+ size 596114452
runs/Mar06_15-34-34_64d026e37c1e/events.out.tfevents.1709739275.64d026e37c1e.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b52106da41a0d047e514855c85cfa83e8674ef0752ae0a84660174d0ece5cf43
3
+ size 5494
runs/Mar06_15-36-27_64d026e37c1e/events.out.tfevents.1709739388.64d026e37c1e.34.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd0a3e4c55eef87a966295917a7d3f9a38d03a41aeffabea71ffc6522fbab30d
3
+ size 5957
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a2b29be7f40a9eb19df11a7f2c0494973f61eb9a5930882dcc502ea9202e15a
3
  size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6572bd151a8787ed9f92bfedb229cda7a90be17022f6a3dffbcb66c00db38e6d
3
  size 4856
wandb/debug-internal.log CHANGED
The diff for this file is too large to render. See raw diff
 
wandb/debug.log CHANGED
@@ -1,30 +1,38 @@
1
- 2024-03-06 14:54:55,715 INFO MainThread:34 [wandb_setup.py:_flush():76] Current SDK version is 0.16.3
2
- 2024-03-06 14:54:55,715 INFO MainThread:34 [wandb_setup.py:_flush():76] Configure stats pid to 34
3
- 2024-03-06 14:54:55,715 INFO MainThread:34 [wandb_setup.py:_flush():76] Loading settings from /root/.config/wandb/settings
4
- 2024-03-06 14:54:55,715 INFO MainThread:34 [wandb_setup.py:_flush():76] Loading settings from /kaggle/working/wandb/settings
5
- 2024-03-06 14:54:55,715 INFO MainThread:34 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
6
- 2024-03-06 14:54:55,715 INFO MainThread:34 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
7
- 2024-03-06 14:54:55,715 INFO MainThread:34 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program': '<python with no main file>'}
8
- 2024-03-06 14:54:55,716 INFO MainThread:34 [wandb_init.py:_log_setup():526] Logging user logs to /kaggle/working/wandb/run-20240306_145455-h1uv5tyi/logs/debug.log
9
- 2024-03-06 14:54:55,716 INFO MainThread:34 [wandb_init.py:_log_setup():527] Logging internal logs to /kaggle/working/wandb/run-20240306_145455-h1uv5tyi/logs/debug-internal.log
10
- 2024-03-06 14:54:55,716 INFO MainThread:34 [wandb_init.py:init():566] calling init triggers
11
- 2024-03-06 14:54:55,716 INFO MainThread:34 [wandb_init.py:init():573] wandb.init called with sweep_config: {}
 
 
12
  config: {}
13
- 2024-03-06 14:54:55,716 INFO MainThread:34 [wandb_init.py:init():616] starting backend
14
- 2024-03-06 14:54:55,716 INFO MainThread:34 [wandb_init.py:init():620] setting up manager
15
- 2024-03-06 14:54:55,718 INFO MainThread:34 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
16
- 2024-03-06 14:54:55,718 INFO MainThread:34 [wandb_init.py:init():628] backend started and connected
17
- 2024-03-06 14:54:55,730 INFO MainThread:34 [wandb_run.py:_label_probe_notebook():1295] probe notebook
18
- 2024-03-06 14:54:56,524 INFO MainThread:34 [wandb_init.py:init():720] updated telemetry
19
- 2024-03-06 14:54:56,525 INFO MainThread:34 [wandb_init.py:init():753] communicating run to backend with 90.0 second timeout
20
- 2024-03-06 14:54:56,749 INFO MainThread:34 [wandb_run.py:_on_init():2262] communicating current version
21
- 2024-03-06 14:54:56,810 WARNING MsgRouterThr:34 [router.py:message_loop():77] message_loop has been closed
22
- 2024-03-06 14:55:26,756 INFO MainThread:34 [wandb_init.py:init():804] starting run threads in backend
23
- 2024-03-06 14:55:56,790 INFO MainThread:34 [wandb_run.py:_console_start():2241] atexit reg
24
- 2024-03-06 14:55:56,790 INFO MainThread:34 [wandb_run.py:_redirect():2096] redirect: wrap_raw
25
- 2024-03-06 14:55:56,790 INFO MainThread:34 [wandb_run.py:_redirect():2161] Wrapping output streams.
26
- 2024-03-06 14:55:56,790 INFO MainThread:34 [wandb_run.py:_redirect():2186] Redirects installed.
27
- 2024-03-06 14:55:56,791 INFO MainThread:34 [wandb_init.py:init():847] run started, returning control to user process
28
- 2024-03-06 14:55:56,798 INFO MainThread:34 [wandb_run.py:_config_callback():1343] 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, 'chunk_size_feed_forward': 0, '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, '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': None, 'finetuning_task': None, 'id2label': {0: 'Documentation Ambiguity', 1: 'Documentation Completeness', 2: 'Documentation Replicability', 3: 'Documentation Replication on Other Examples', 4: 'Inadequate Examples', 5: 'Lack of Alternative Solutions/Documentation', 6: 'Requesting (Additional) Documentation/Examples'}, 'label2id': {'Documentation Ambiguity': 0, 'Documentation Completeness': 1, 'Documentation Replicability': 2, 'Documentation Replication on Other Examples': 3, 'Inadequate Examples': 4, 'Lack of Alternative Solutions/Documentation': 5, 'Requesting (Additional) Documentation/Examples': 6}, 'tokenizer_class': None, 'prefix': None, 'bos_token_id': None, 'pad_token_id': 0, 'eos_token_id': None, 'sep_token_id': None, 'decoder_start_token_id': None, 'task_specific_params': None, 'problem_type': None, '_name_or_path': 'mmukh/SOBertBase', 'transformers_version': '4.38.1', 'model_type': 'megatron-bert', 'tokenizer_type': 'SentencePieceTokenizer', 'vocab_size': 50048, 'hidden_size': 768, 'num_hidden_layers': 12, 'num_attention_heads': 12, 'hidden_act': 'gelu', 'intermediate_size': 3072, 'hidden_dropout_prob': 0.1, 'attention_probs_dropout_prob': 0.1, 'max_position_embeddings': 2048, 'type_vocab_size': 2, 'initializer_range': 0.02, 'layer_norm_eps': 1e-12, 'position_embedding_type': 'absolute', 'use_cache': True, 'output_dir': '/kaggle/working/', 'overwrite_output_dir': False, 'do_train': False, 'do_eval': True, 'do_predict': False, 'evaluation_strategy': 'epoch', 'prediction_loss_only': False, 'per_device_train_batch_size': 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.0, '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/Mar06_14-54-50_41759fa8e6ad', 'logging_strategy': 'epoch', 'logging_first_step': False, 'logging_steps': 500, 'logging_nan_inf_filter': True, 'save_strategy': 'epoch', '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': True, 'fp16_opt_level': 'O1', 'half_precision_backend': 'auto', 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'local_rank': 0, 'ddp_backend': None, 'tpu_num_cores': None, 'tpu_metrics_debug': False, 'debug': [], 'dataloader_drop_last': False, 'eval_steps': None, 'dataloader_num_workers': 0, 'dataloader_prefetch_factor': None, '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_v2': False, 'xla_fsdp_grad_ckpt': False}, 'fsdp_transformer_layer_cls_to_wrap': None, 'accelerator_config': {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True}, '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': None, 'include_tokens_per_second': False, 'include_num_input_tokens_seen': False, 'neftune_noise_alpha': None}
29
- 2024-03-06 14:59:59,464 INFO MainThread:34 [wandb_run.py:_config_callback():1343] 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, 'chunk_size_feed_forward': 0, '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, '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': None, 'finetuning_task': None, 'id2label': {0: 'Documentation Ambiguity', 1: 'Documentation Completeness', 2: 'Documentation Replicability', 3: 'Documentation Replication on Other Examples', 4: 'Inadequate Examples', 5: 'Lack of Alternative Solutions/Documentation', 6: 'Requesting (Additional) Documentation/Examples'}, 'label2id': {'Documentation Ambiguity': 0, 'Documentation Completeness': 1, 'Documentation Replicability': 2, 'Documentation Replication on Other Examples': 3, 'Inadequate Examples': 4, 'Lack of Alternative Solutions/Documentation': 5, 'Requesting (Additional) Documentation/Examples': 6}, 'tokenizer_class': None, 'prefix': None, 'bos_token_id': None, 'pad_token_id': 0, 'eos_token_id': None, 'sep_token_id': None, 'decoder_start_token_id': None, 'task_specific_params': None, 'problem_type': None, '_name_or_path': 'mmukh/SOBertBase', 'transformers_version': '4.38.1', 'model_type': 'megatron-bert', 'tokenizer_type': 'SentencePieceTokenizer', 'vocab_size': 50048, 'hidden_size': 768, 'num_hidden_layers': 12, 'num_attention_heads': 12, 'hidden_act': 'gelu', 'intermediate_size': 3072, 'hidden_dropout_prob': 0.1, 'attention_probs_dropout_prob': 0.1, 'max_position_embeddings': 2048, 'type_vocab_size': 2, 'initializer_range': 0.02, 'layer_norm_eps': 1e-12, 'position_embedding_type': 'absolute', 'use_cache': True, 'output_dir': '/kaggle/working/', 'overwrite_output_dir': False, 'do_train': False, 'do_eval': True, 'do_predict': False, 'evaluation_strategy': 'epoch', 'prediction_loss_only': False, 'per_device_train_batch_size': 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': 1e-05, 'weight_decay': 0.0, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'max_grad_norm': 1.0, 'num_train_epochs': 10, '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/Mar06_14-59-58_41759fa8e6ad', 'logging_strategy': 'epoch', 'logging_first_step': False, 'logging_steps': 500, 'logging_nan_inf_filter': True, 'save_strategy': 'epoch', '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': True, 'fp16_opt_level': 'O1', 'half_precision_backend': 'auto', 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'local_rank': 0, 'ddp_backend': None, 'tpu_num_cores': None, 'tpu_metrics_debug': False, 'debug': [], 'dataloader_drop_last': False, 'eval_steps': None, 'dataloader_num_workers': 0, 'dataloader_prefetch_factor': None, '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_v2': False, 'xla_fsdp_grad_ckpt': False}, 'fsdp_transformer_layer_cls_to_wrap': None, 'accelerator_config': {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True}, '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': None, 'include_tokens_per_second': False, 'include_num_input_tokens_seen': False, 'neftune_noise_alpha': None}
30
- 2024-03-06 15:06:49,865 INFO MainThread:34 [wandb_run.py:_config_callback():1343] 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, 'chunk_size_feed_forward': 0, '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, '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': None, 'finetuning_task': None, 'id2label': {0: 'Documentation Ambiguity', 1: 'Documentation Completeness', 2: 'Documentation Replicability', 3: 'Documentation Replication on Other Examples', 4: 'Inadequate Examples', 5: 'Lack of Alternative Solutions/Documentation', 6: 'Requesting (Additional) Documentation/Examples'}, 'label2id': {'Documentation Ambiguity': 0, 'Documentation Completeness': 1, 'Documentation Replicability': 2, 'Documentation Replication on Other Examples': 3, 'Inadequate Examples': 4, 'Lack of Alternative Solutions/Documentation': 5, 'Requesting (Additional) Documentation/Examples': 6}, 'tokenizer_class': None, 'prefix': None, 'bos_token_id': None, 'pad_token_id': 0, 'eos_token_id': None, 'sep_token_id': None, 'decoder_start_token_id': None, 'task_specific_params': None, 'problem_type': None, '_name_or_path': 'mmukh/SOBertBase', 'transformers_version': '4.38.1', 'model_type': 'megatron-bert', 'tokenizer_type': 'SentencePieceTokenizer', 'vocab_size': 50048, 'hidden_size': 768, 'num_hidden_layers': 12, 'num_attention_heads': 12, 'hidden_act': 'gelu', 'intermediate_size': 3072, 'hidden_dropout_prob': 0.1, 'attention_probs_dropout_prob': 0.1, 'max_position_embeddings': 2048, 'type_vocab_size': 2, 'initializer_range': 0.02, 'layer_norm_eps': 1e-12, 'position_embedding_type': 'absolute', 'use_cache': True, 'output_dir': '/kaggle/working/', 'overwrite_output_dir': False, 'do_train': False, 'do_eval': True, 'do_predict': False, 'evaluation_strategy': 'epoch', 'prediction_loss_only': False, 'per_device_train_batch_size': 16, 'per_device_eval_batch_size': 16, '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': 3e-05, 'weight_decay': 0.0, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'max_grad_norm': 1.0, 'num_train_epochs': 10, '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/Mar06_15-06-49_41759fa8e6ad', 'logging_strategy': 'epoch', 'logging_first_step': False, 'logging_steps': 500, 'logging_nan_inf_filter': True, 'save_strategy': 'epoch', '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': True, 'fp16_opt_level': 'O1', 'half_precision_backend': 'auto', 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'local_rank': 0, 'ddp_backend': None, 'tpu_num_cores': None, 'tpu_metrics_debug': False, 'debug': [], 'dataloader_drop_last': False, 'eval_steps': None, 'dataloader_num_workers': 0, 'dataloader_prefetch_factor': None, '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_v2': False, 'xla_fsdp_grad_ckpt': False}, 'fsdp_transformer_layer_cls_to_wrap': None, 'accelerator_config': {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True}, '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': None, 'include_tokens_per_second': False, 'include_num_input_tokens_seen': False, 'neftune_noise_alpha': None}
 
 
 
 
 
 
 
1
+ 2024-03-06 15:34:50,908 INFO MainThread:34 [wandb_setup.py:_flush():76] Current SDK version is 0.16.3
2
+ 2024-03-06 15:34:50,908 INFO MainThread:34 [wandb_setup.py:_flush():76] Configure stats pid to 34
3
+ 2024-03-06 15:34:50,908 INFO MainThread:34 [wandb_setup.py:_flush():76] Loading settings from /root/.config/wandb/settings
4
+ 2024-03-06 15:34:50,908 INFO MainThread:34 [wandb_setup.py:_flush():76] Loading settings from /kaggle/working/wandb/settings
5
+ 2024-03-06 15:34:50,908 INFO MainThread:34 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
6
+ 2024-03-06 15:34:50,908 INFO MainThread:34 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
7
+ 2024-03-06 15:34:50,908 INFO MainThread:34 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program': '<python with no main file>'}
8
+ 2024-03-06 15:34:50,908 INFO MainThread:34 [wandb_setup.py:_flush():76] Applying login settings: {'api_key': '***REDACTED***'}
9
+ 2024-03-06 15:34:50,908 INFO MainThread:34 [wandb_init.py:_log_setup():526] Logging user logs to /kaggle/working/wandb/run-20240306_153450-l1uc7yan/logs/debug.log
10
+ 2024-03-06 15:34:50,909 INFO MainThread:34 [wandb_init.py:_log_setup():527] Logging internal logs to /kaggle/working/wandb/run-20240306_153450-l1uc7yan/logs/debug-internal.log
11
+ 2024-03-06 15:34:50,909 INFO MainThread:34 [wandb_init.py:_jupyter_setup():472] configuring jupyter hooks <wandb.sdk.wandb_init._WandbInit object at 0x783ad45bdb70>
12
+ 2024-03-06 15:34:50,909 INFO MainThread:34 [wandb_init.py:init():566] calling init triggers
13
+ 2024-03-06 15:34:50,909 INFO MainThread:34 [wandb_init.py:init():573] wandb.init called with sweep_config: {}
14
  config: {}
15
+ 2024-03-06 15:34:50,909 INFO MainThread:34 [wandb_init.py:init():616] starting backend
16
+ 2024-03-06 15:34:50,909 INFO MainThread:34 [wandb_init.py:init():620] setting up manager
17
+ 2024-03-06 15:34:50,911 INFO MainThread:34 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
18
+ 2024-03-06 15:34:50,914 INFO MainThread:34 [wandb_init.py:init():628] backend started and connected
19
+ 2024-03-06 15:34:50,926 INFO MainThread:34 [wandb_run.py:_label_probe_notebook():1295] probe notebook
20
+ 2024-03-06 15:34:51,719 INFO MainThread:34 [wandb_init.py:init():720] updated telemetry
21
+ 2024-03-06 15:34:51,722 INFO MainThread:34 [wandb_init.py:init():753] communicating run to backend with 90.0 second timeout
22
+ 2024-03-06 15:34:56,507 INFO MainThread:34 [wandb_run.py:_on_init():2262] communicating current version
23
+ 2024-03-06 15:34:56,577 INFO MainThread:34 [wandb_run.py:_on_init():2271] got version response upgrade_message: "wandb version 0.16.4 is available! To upgrade, please run:\n $ pip install wandb --upgrade"
24
+
25
+ 2024-03-06 15:34:56,577 INFO MainThread:34 [wandb_init.py:init():804] starting run threads in backend
26
+ 2024-03-06 15:35:26,617 INFO MainThread:34 [wandb_run.py:_console_start():2241] atexit reg
27
+ 2024-03-06 15:35:26,617 INFO MainThread:34 [wandb_run.py:_redirect():2096] redirect: wrap_raw
28
+ 2024-03-06 15:35:26,618 INFO MainThread:34 [wandb_run.py:_redirect():2161] Wrapping output streams.
29
+ 2024-03-06 15:35:26,618 INFO MainThread:34 [wandb_run.py:_redirect():2186] Redirects installed.
30
+ 2024-03-06 15:35:26,619 INFO MainThread:34 [wandb_init.py:init():847] run started, returning control to user process
31
+ 2024-03-06 15:35:26,625 INFO MainThread:34 [wandb_run.py:_config_callback():1343] config_cb None None {'return_dict': True, 'output_hidden_states': True, 'output_attentions': False, 'torchscript': False, 'torch_dtype': None, 'use_bfloat16': False, 'tf_legacy_loss': False, 'pruned_heads': {}, 'tie_word_embeddings': True, 'chunk_size_feed_forward': 0, '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, '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': ['BertModel'], 'finetuning_task': None, 'id2label': {0: 'Documentation Ambiguity', 1: 'Documentation Completeness', 2: 'Documentation Replicability', 3: 'Documentation Replication on Other Examples', 4: 'Inadequate Examples', 5: 'Lack of Alternative Solutions/Documentation', 6: 'Requesting (Additional) Documentation/Examples'}, 'label2id': {'Documentation Ambiguity': 0, 'Documentation Completeness': 1, 'Documentation Replicability': 2, 'Documentation Replication on Other Examples': 3, 'Inadequate Examples': 4, 'Lack of Alternative Solutions/Documentation': 5, 'Requesting (Additional) Documentation/Examples': 6}, 'tokenizer_class': None, 'prefix': None, 'bos_token_id': None, 'pad_token_id': 0, 'eos_token_id': None, 'sep_token_id': None, 'decoder_start_token_id': None, 'task_specific_params': None, 'problem_type': None, '_name_or_path': 'lanwuwei/BERTOverflow_stackoverflow_github', 'transformers_version': '4.38.1', '_num_labels': 51, 'model_type': 'bert', 'output_past': True, 'vocab_size': 82000, 'hidden_size': 768, 'num_hidden_layers': 12, 'num_attention_heads': 12, 'hidden_act': 'gelu', 'intermediate_size': 3072, 'hidden_dropout_prob': 0.1, 'attention_probs_dropout_prob': 0.1, 'max_position_embeddings': 512, 'type_vocab_size': 2, 'initializer_range': 0.02, 'layer_norm_eps': 1e-12, 'position_embedding_type': 'absolute', 'use_cache': True, 'classifier_dropout': None, 'output_dir': '/kaggle/working/', 'overwrite_output_dir': False, 'do_train': False, 'do_eval': True, 'do_predict': False, 'evaluation_strategy': 'epoch', 'prediction_loss_only': False, 'per_device_train_batch_size': 16, 'per_device_eval_batch_size': 16, '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.0, '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/Mar06_15-34-34_64d026e37c1e', 'logging_strategy': 'epoch', 'logging_first_step': False, 'logging_steps': 500, 'logging_nan_inf_filter': True, 'save_strategy': 'epoch', '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': True, 'fp16_opt_level': 'O1', 'half_precision_backend': 'auto', 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'local_rank': 0, 'ddp_backend': None, 'tpu_num_cores': None, 'tpu_metrics_debug': False, 'debug': [], 'dataloader_drop_last': False, 'eval_steps': None, 'dataloader_num_workers': 0, 'dataloader_prefetch_factor': None, '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_v2': False, 'xla_fsdp_grad_ckpt': False}, 'fsdp_transformer_layer_cls_to_wrap': None, 'accelerator_config': {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True}, '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': None, 'include_tokens_per_second': False, 'include_num_input_tokens_seen': False, 'neftune_noise_alpha': None}
32
+ 2024-03-06 15:35:58,253 INFO MainThread:34 [jupyter.py:save_ipynb():373] not saving jupyter notebook
33
+ 2024-03-06 15:35:58,253 INFO MainThread:34 [wandb_init.py:_pause_backend():437] pausing backend
34
+ 2024-03-06 15:36:22,918 INFO MainThread:34 [wandb_init.py:_resume_backend():442] resuming backend
35
+ 2024-03-06 15:36:22,920 INFO MainThread:34 [jupyter.py:save_ipynb():373] not saving jupyter notebook
36
+ 2024-03-06 15:36:22,920 INFO MainThread:34 [wandb_init.py:_pause_backend():437] pausing backend
37
+ 2024-03-06 15:36:26,943 INFO MainThread:34 [wandb_init.py:_resume_backend():442] resuming backend
38
+ 2024-03-06 15:36:28,071 INFO MainThread:34 [wandb_run.py:_config_callback():1343] config_cb None None {'return_dict': True, 'output_hidden_states': True, 'output_attentions': False, 'torchscript': False, 'torch_dtype': None, 'use_bfloat16': False, 'tf_legacy_loss': False, 'pruned_heads': {}, 'tie_word_embeddings': True, 'chunk_size_feed_forward': 0, '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, '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': ['BertModel'], 'finetuning_task': None, 'id2label': {0: 'Documentation Ambiguity', 1: 'Documentation Completeness', 2: 'Documentation Replicability', 3: 'Documentation Replication on Other Examples', 4: 'Inadequate Examples', 5: 'Lack of Alternative Solutions/Documentation', 6: 'Requesting (Additional) Documentation/Examples'}, 'label2id': {'Documentation Ambiguity': 0, 'Documentation Completeness': 1, 'Documentation Replicability': 2, 'Documentation Replication on Other Examples': 3, 'Inadequate Examples': 4, 'Lack of Alternative Solutions/Documentation': 5, 'Requesting (Additional) Documentation/Examples': 6}, 'tokenizer_class': None, 'prefix': None, 'bos_token_id': None, 'pad_token_id': 0, 'eos_token_id': None, 'sep_token_id': None, 'decoder_start_token_id': None, 'task_specific_params': None, 'problem_type': None, '_name_or_path': 'lanwuwei/BERTOverflow_stackoverflow_github', 'transformers_version': '4.38.1', '_num_labels': 51, 'model_type': 'bert', 'output_past': True, 'vocab_size': 82000, 'hidden_size': 768, 'num_hidden_layers': 12, 'num_attention_heads': 12, 'hidden_act': 'gelu', 'intermediate_size': 3072, 'hidden_dropout_prob': 0.1, 'attention_probs_dropout_prob': 0.1, 'max_position_embeddings': 512, 'type_vocab_size': 2, 'initializer_range': 0.02, 'layer_norm_eps': 1e-12, 'position_embedding_type': 'absolute', 'use_cache': True, 'classifier_dropout': None, 'output_dir': '/kaggle/working/', 'overwrite_output_dir': False, 'do_train': False, 'do_eval': True, 'do_predict': False, 'evaluation_strategy': 'epoch', 'prediction_loss_only': False, 'per_device_train_batch_size': 16, 'per_device_eval_batch_size': 16, '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.0, '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/Mar06_15-36-27_64d026e37c1e', 'logging_strategy': 'epoch', 'logging_first_step': False, 'logging_steps': 500, 'logging_nan_inf_filter': True, 'save_strategy': 'epoch', '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': True, 'fp16_opt_level': 'O1', 'half_precision_backend': 'auto', 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'local_rank': 0, 'ddp_backend': None, 'tpu_num_cores': None, 'tpu_metrics_debug': False, 'debug': [], 'dataloader_drop_last': False, 'eval_steps': None, 'dataloader_num_workers': 0, 'dataloader_prefetch_factor': None, '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_v2': False, 'xla_fsdp_grad_ckpt': False}, 'fsdp_transformer_layer_cls_to_wrap': None, 'accelerator_config': {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True}, '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': None, 'include_tokens_per_second': False, 'include_num_input_tokens_seen': False, 'neftune_noise_alpha': None}
wandb/run-20240306_153450-l1uc7yan/files/conda-environment.yaml ADDED
@@ -0,0 +1,1075 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.9.1=py310h2372a71_0
13
+ - aiosignal=1.3.1=pyhd8ed1ab_0
14
+ - annotated-types=0.6.0=pyhd8ed1ab_0
15
+ - anyio=4.2.0=pyhd8ed1ab_0
16
+ - archspec=0.2.2=pyhd8ed1ab_0
17
+ - argon2-cffi=23.1.0=pyhd8ed1ab_0
18
+ - argon2-cffi-bindings=21.2.0=py310h2372a71_4
19
+ - arrow=1.3.0=pyhd8ed1ab_0
20
+ - arrow-cpp=11.0.0=ha770c72_9_cpu
21
+ - asttokens=2.4.1=pyhd8ed1ab_0
22
+ - async-timeout=4.0.3=pyhd8ed1ab_0
23
+ - atk-1.0=2.38.0=hd4edc92_1
24
+ - attrs=23.2.0=pyh71513ae_0
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
+ - beautifulsoup4=4.12.2=pyha770c72_0
39
+ - bleach=6.1.0=pyhd8ed1ab_0
40
+ - bokeh=3.3.4=pyhd8ed1ab_0
41
+ - boltons=23.1.1=pyhd8ed1ab_0
42
+ - brotli=1.0.9=h166bdaf_9
43
+ - brotli-bin=1.0.9=h166bdaf_9
44
+ - brotli-python=1.0.9=py310hd8f1fbe_9
45
+ - brotlipy=0.7.0=py310h7f8727e_1002
46
+ - bzip2=1.0.8=h7b6447c_0
47
+ - c-ares=1.25.0=hd590300_0
48
+ - ca-certificates=2024.2.2=hbcca054_0
49
+ - cached-property=1.5.2=hd8ed1ab_1
50
+ - cached_property=1.5.2=pyha770c72_1
51
+ - cairo=1.18.0=h3faef2a_0
52
+ - cartopy=0.22.0=py310hcc13569_1
53
+ - catalogue=2.0.10=py310hff52083_0
54
+ - certifi=2024.2.2=pyhd8ed1ab_0
55
+ - cffi=1.16.0=py310h2fee648_0
56
+ - charset-normalizer=3.3.2=pyhd8ed1ab_0
57
+ - click=8.1.7=unix_pyh707e725_0
58
+ - cloudpathlib=0.16.0=pyhd8ed1ab_0
59
+ - colorama=0.4.6=pyhd8ed1ab_0
60
+ - comm=0.2.1=pyhd8ed1ab_0
61
+ - conda=23.7.4=py310hff52083_0
62
+ - conda-libmamba-solver=23.7.0=pyhd8ed1ab_0
63
+ - conda-package-handling=2.2.0=pyh38be061_0
64
+ - conda-package-streaming=0.9.0=pyhd8ed1ab_0
65
+ - confection=0.1.4=py310h17c5347_0
66
+ - contourpy=1.2.0=py310hd41b1e2_0
67
+ - cryptography=41.0.7=py310hb8475ec_1
68
+ - cuda-cccl=12.3.101=0
69
+ - cuda-cudart=12.3.101=0
70
+ - cuda-cudart-dev=12.3.101=0
71
+ - cuda-nvcc-dev_linux-64=12.1.105=ha770c72_0
72
+ - cuda-nvcc-impl=12.1.105=hd3aeb46_0
73
+ - cuda-nvcc-tools=12.1.105=hd3aeb46_0
74
+ - cuda-nvrtc=12.1.105=hd3aeb46_0
75
+ - cuda-profiler-api=12.3.101=0
76
+ - cuda-python=12.3.0=py310h7ca8cf1_0
77
+ - cuda-version=12.1=h1d6eff3_2
78
+ - cudf=23.08.00=cuda12_py310_230809_g8150d38e08_0
79
+ - cuml=23.08.00=cuda12_py310_230809_gd7162cdea_0
80
+ - cupy=13.0.0=py310h7aad9d2_3
81
+ - cupy-core=13.0.0=py310had4011e_3
82
+ - curl=8.5.0=hca28451_0
83
+ - cycler=0.12.1=pyhd8ed1ab_0
84
+ - cymem=2.0.8=py310hc6cd4ac_1
85
+ - cython-blis=0.7.10=py310h1f7b6fc_2
86
+ - cytoolz=0.12.3=py310h2372a71_0
87
+ - dask-cuda=23.08.00=py310_230809_gefbd6ca_0
88
+ - dask-cudf=23.08.00=cuda12_py310_230809_g8150d38e08_0
89
+ - debugpy=1.8.0=py310hc6cd4ac_1
90
+ - decorator=5.1.1=pyhd8ed1ab_0
91
+ - defusedxml=0.7.1=pyhd8ed1ab_0
92
+ - distributed=2023.7.1=pyhd8ed1ab_0
93
+ - distro=1.9.0=pyhd8ed1ab_0
94
+ - dlenv-tf-2-15-gpu=1.0.20240111=py310ha20f8e0_0
95
+ - dlpack=0.5=h9c3ff4c_0
96
+ - entrypoints=0.4=pyhd8ed1ab_0
97
+ - exceptiongroup=1.2.0=pyhd8ed1ab_2
98
+ - executing=2.0.1=pyhd8ed1ab_0
99
+ - expat=2.5.0=hcb278e6_1
100
+ - fastrlock=0.8.2=py310hc6cd4ac_2
101
+ - fftw=3.3.10=nompi_hc118613_108
102
+ - fmt=9.1.0=h924138e_0
103
+ - font-ttf-dejavu-sans-mono=2.37=hab24e00_0
104
+ - font-ttf-inconsolata=3.000=h77eed37_0
105
+ - font-ttf-source-code-pro=2.038=h77eed37_0
106
+ - font-ttf-ubuntu=0.83=h77eed37_1
107
+ - fontconfig=2.14.2=h14ed4e7_0
108
+ - fonts-conda-ecosystem=1=0
109
+ - fonts-conda-forge=1=0
110
+ - fqdn=1.5.1=pyhd8ed1ab_0
111
+ - freetype=2.12.1=h267a509_2
112
+ - fribidi=1.0.10=h36c2ea0_0
113
+ - frozenlist=1.4.1=py310h2372a71_0
114
+ - fsspec=2024.2.0=pyhca7485f_0
115
+ - gdk-pixbuf=2.42.10=h829c605_4
116
+ - geos=3.11.1=h27087fc_0
117
+ - gettext=0.21.1=h27087fc_0
118
+ - gflags=2.2.2=he1b5a44_1004
119
+ - ghostscript=10.02.1=h59595ed_0
120
+ - giflib=5.2.1=h0b41bf4_3
121
+ - glog=0.6.0=h6f12383_0
122
+ - gmock=1.14.0=ha770c72_1
123
+ - gmp=6.3.0=h59595ed_0
124
+ - google-api-core-grpc=2.11.1=hd8ed1ab_0
125
+ - google-auth=2.26.1=pyhca7485f_0
126
+ - google-cloud-core=2.4.1=pyhd8ed1ab_0
127
+ - google-cloud-datastore=2.19.0=pyhd8ed1ab_0
128
+ - googleapis-common-protos=1.62.0=pyhd8ed1ab_0
129
+ - graphite2=1.3.13=h58526e2_1001
130
+ - graphviz=9.0.0=h78e8752_1
131
+ - grpc-cpp=1.51.1=h27aab58_3
132
+ - gtest=1.14.0=h00ab1b0_1
133
+ - gtk2=2.24.33=h7f000aa_3
134
+ - gts=0.7.6=h977cf35_4
135
+ - harfbuzz=8.3.0=h3d44ed6_0
136
+ - icu=73.2=h59595ed_0
137
+ - idna=3.6=pyhd8ed1ab_0
138
+ - imagemagick=7.1.1_28=pl5321hb90aeea_0
139
+ - importlib_metadata=7.0.1=hd8ed1ab_0
140
+ - importlib_resources=6.1.1=pyhd8ed1ab_0
141
+ - intel-openmp=2023.1.0=hdb19cb5_46306
142
+ - ipykernel=6.28.0=pyhd33586a_0
143
+ - ipython=8.20.0=pyh707e725_0
144
+ - ipython_genutils=0.2.0=py_1
145
+ - isoduration=20.11.0=pyhd8ed1ab_0
146
+ - jbig=2.1=h7f98852_2003
147
+ - jedi=0.19.1=pyhd8ed1ab_0
148
+ - jinja2=3.1.2=pyhd8ed1ab_1
149
+ - joblib=1.3.2=pyhd8ed1ab_0
150
+ - jsonpatch=1.33=pyhd8ed1ab_0
151
+ - jsonpointer=2.4=py310hff52083_3
152
+ - jsonschema=4.20.0=pyhd8ed1ab_0
153
+ - jsonschema-specifications=2023.12.1=pyhd8ed1ab_0
154
+ - jsonschema-with-format-nongpl=4.20.0=pyhd8ed1ab_0
155
+ - jupyter_client=8.6.0=pyhd8ed1ab_0
156
+ - jupyter_core=5.7.1=py310hff52083_0
157
+ - jupyter_events=0.9.0=pyhd8ed1ab_0
158
+ - jupyter_server_terminals=0.5.1=pyhd8ed1ab_0
159
+ - jupyterlab_pygments=0.3.0=pyhd8ed1ab_0
160
+ - keyutils=1.6.1=h166bdaf_0
161
+ - kiwisolver=1.4.5=py310hd41b1e2_1
162
+ - krb5=1.21.2=h659d440_0
163
+ - langcodes=3.3.0=pyhd8ed1ab_0
164
+ - lcms2=2.16=hb7c19ff_0
165
+ - ld_impl_linux-64=2.40=h41732ed_0
166
+ - lerc=4.0.0=h27087fc_0
167
+ - libabseil=20230125.0=cxx17_hcb278e6_1
168
+ - libarchive=3.6.2=h039dbb9_1
169
+ - libarrow=11.0.0=h33598ff_9_cpu
170
+ - libblas=3.9.0=21_linux64_openblas
171
+ - libbrotlicommon=1.0.9=h166bdaf_9
172
+ - libbrotlidec=1.0.9=h166bdaf_9
173
+ - libbrotlienc=1.0.9=h166bdaf_9
174
+ - libcblas=3.9.0=21_linux64_openblas
175
+ - libcrc32c=1.1.2=h9c3ff4c_0
176
+ - libcublas=12.1.3.1=hd3aeb46_0
177
+ - libcublas-dev=12.1.3.1=0
178
+ - libcudf=23.08.00=cuda12_230809_g8150d38e08_0
179
+ - libcufft=11.0.2.54=hd3aeb46_0
180
+ - libcufile=1.8.1.2=0
181
+ - libcufile-dev=1.8.1.2=0
182
+ - libcuml=23.08.00=cuda12_230809_gd7162cdea_0
183
+ - libcumlprims=23.08.00=cuda12_230809_g71c0a86_0
184
+ - libcurand=10.3.2.106=hd3aeb46_0
185
+ - libcurand-dev=10.3.2.106=0
186
+ - libcurl=8.5.0=hca28451_0
187
+ - libcusolver=11.4.5.107=hd3aeb46_0
188
+ - libcusolver-dev=11.4.5.107=0
189
+ - libcusparse=12.1.0.106=hd3aeb46_0
190
+ - libcusparse-dev=12.1.0.106=0
191
+ - libdeflate=1.19=hd590300_0
192
+ - libedit=3.1.20191231=he28a2e2_2
193
+ - libev=4.33=hd590300_2
194
+ - libevent=2.1.10=h28343ad_4
195
+ - libexpat=2.5.0=hcb278e6_1
196
+ - libffi=3.4.2=h7f98852_5
197
+ - libgcc-ng=13.2.0=h807b86a_3
198
+ - libgd=2.3.3=h119a65a_9
199
+ - libgfortran-ng=13.2.0=h69a702a_5
200
+ - libgfortran5=13.2.0=ha4646dd_5
201
+ - libglib=2.78.4=h783c2da_0
202
+ - libgomp=13.2.0=h807b86a_3
203
+ - libgoogle-cloud=2.8.0=h3c06191_0
204
+ - libgrpc=1.51.1=hcf146ea_3
205
+ - libhwloc=2.9.3=default_h554bfaf_1009
206
+ - libiconv=1.17=hd590300_2
207
+ - libjpeg-turbo=3.0.0=hd590300_1
208
+ - libkvikio=23.08.00=cuda12_230809_g51a9036_0
209
+ - liblapack=3.9.0=21_linux64_openblas
210
+ - libllvm14=14.0.6=hcd5def8_4
211
+ - libmamba=1.5.0=h658169a_0
212
+ - libmambapy=1.5.0=py310h8aae740_0
213
+ - libnghttp2=1.58.0=h47da74e_1
214
+ - libnsl=2.0.1=hd590300_0
215
+ - libnuma=2.0.16=h0b41bf4_1
216
+ - libnvjitlink=12.1.105=hd3aeb46_0
217
+ - libopenblas=0.3.26=pthreads_h413a1c8_0
218
+ - libpng=1.6.42=h2797004_0
219
+ - libprotobuf=3.21.12=hfc55251_2
220
+ - libraft=23.08.00=cuda12_230809_ge588d7b5_0
221
+ - libraft-headers=23.08.00=cuda12_230809_ge588d7b5_0
222
+ - libraft-headers-only=23.08.00=cuda12_230809_ge588d7b5_0
223
+ - librmm=23.08.00=cuda12_230809_gf3af0e8d_0
224
+ - librsvg=2.56.3=he3f83f7_1
225
+ - libsodium=1.0.18=h36c2ea0_1
226
+ - libsolv=0.7.27=hfc55251_0
227
+ - libsqlite=3.44.2=h2797004_0
228
+ - libssh2=1.11.0=h0841786_0
229
+ - libstdcxx-ng=13.2.0=h7e041cc_3
230
+ - libthrift=0.18.0=h5e4af38_0
231
+ - libtiff=4.6.0=ha9c0a0a_2
232
+ - libutf8proc=2.8.0=h166bdaf_0
233
+ - libuuid=2.38.1=h0b41bf4_0
234
+ - libuv=1.46.0=hd590300_0
235
+ - libwebp=1.3.2=h658648e_1
236
+ - libwebp-base=1.3.2=hd590300_0
237
+ - libxcb=1.15=h0b41bf4_0
238
+ - libxcrypt=4.4.36=hd590300_1
239
+ - libxml2=2.12.5=h232c23b_0
240
+ - libzlib=1.2.13=hd590300_5
241
+ - llvm-openmp=8.0.1=hc9558a2_0
242
+ - locket=1.0.0=pyhd8ed1ab_0
243
+ - lz4=4.3.3=py310h350c4a5_0
244
+ - lz4-c=1.9.4=hcb278e6_0
245
+ - lzo=2.10=h516909a_1000
246
+ - magma-cuda121=2.6.1=1
247
+ - mamba=1.5.0=py310h51d5547_0
248
+ - markdown-it-py=3.0.0=pyhd8ed1ab_0
249
+ - matplotlib-base=3.8.3=py310h62c0568_0
250
+ - matplotlib-inline=0.1.6=pyhd8ed1ab_0
251
+ - mdurl=0.1.2=pyhd8ed1ab_0
252
+ - menuinst=2.0.1=py310hff52083_0
253
+ - mkl=2023.1.0=h213fc3f_46344
254
+ - msgpack-python=1.0.7=py310hd41b1e2_0
255
+ - multidict=6.0.4=py310h2372a71_1
256
+ - munkres=1.1.4=pyh9f0ad1d_0
257
+ - murmurhash=1.0.10=py310hc6cd4ac_1
258
+ - nb_conda=2.2.1=unix_7
259
+ - nb_conda_kernels=2.3.1=pyhd8ed1ab_3
260
+ - nbclassic=1.0.0=pyhb4ecaf3_1
261
+ - nbconvert-pandoc=7.14.0=pyhd8ed1ab_0
262
+ - nbformat=5.9.2=pyhd8ed1ab_0
263
+ - nccl=2.20.3.1=h3a97aeb_0
264
+ - ncurses=6.4=h59595ed_2
265
+ - nest-asyncio=1.5.8=pyhd8ed1ab_0
266
+ - nodejs=20.9.0=hb753e55_0
267
+ - notebook-shim=0.2.3=pyhd8ed1ab_0
268
+ - numpy=1.26.4=py310hb13e2d6_0
269
+ - nvcomp=2.6.1=h10b603f_3
270
+ - nvtx=0.2.10=py310h2372a71_0
271
+ - openjpeg=2.5.0=h488ebb8_3
272
+ - openmp=8.0.1=0
273
+ - openssl=3.2.1=hd590300_0
274
+ - orc=1.8.2=hfdbbad2_2
275
+ - overrides=7.4.0=pyhd8ed1ab_0
276
+ - pandoc=3.1.3=h32600fe_0
277
+ - pandocfilters=1.5.0=pyhd8ed1ab_0
278
+ - pango=1.50.14=ha41ecd1_2
279
+ - parquet-cpp=1.5.1=2
280
+ - parso=0.8.3=pyhd8ed1ab_0
281
+ - partd=1.4.1=pyhd8ed1ab_0
282
+ - pathy=0.10.3=py310h06a4308_0
283
+ - pcre2=10.42=hcad00b1_0
284
+ - perl=5.32.1=7_hd590300_perl5
285
+ - pickleshare=0.7.5=py_1003
286
+ - pip=23.3.2=pyhd8ed1ab_0
287
+ - pixman=0.43.2=h59595ed_0
288
+ - pkg-config=0.29.2=h36c2ea0_1008
289
+ - pkgutil-resolve-name=1.3.10=pyhd8ed1ab_1
290
+ - pluggy=1.3.0=pyhd8ed1ab_0
291
+ - preshed=3.0.9=py310hc6cd4ac_1
292
+ - proj=9.3.1=h1d62c97_0
293
+ - prometheus_client=0.19.0=pyhd8ed1ab_0
294
+ - proto-plus=1.23.0=pyhd8ed1ab_0
295
+ - pthread-stubs=0.4=h36c2ea0_1001
296
+ - ptyprocess=0.7.0=pyhd3deb0d_0
297
+ - pure_eval=0.2.2=pyhd8ed1ab_0
298
+ - pyasn1=0.5.1=pyhd8ed1ab_0
299
+ - pyasn1-modules=0.3.0=pyhd8ed1ab_0
300
+ - pybind11-abi=4=hd8ed1ab_3
301
+ - pycosat=0.6.6=py310h2372a71_0
302
+ - pygments=2.17.2=pyhd8ed1ab_0
303
+ - pylibraft=23.08.00=cuda12_py310_230809_ge588d7b5_0
304
+ - pynvml=11.4.1=pyhd8ed1ab_0
305
+ - pyopenssl=23.3.0=pyhd8ed1ab_0
306
+ - pyparsing=3.1.1=pyhd8ed1ab_0
307
+ - pyproj=3.6.1=py310hd5c30f3_5
308
+ - pyshp=2.3.1=pyhd8ed1ab_0
309
+ - pysocks=1.7.1=py310h06a4308_0
310
+ - python=3.10.13=hd12c33a_1_cpython
311
+ - python-dateutil=2.8.2=pyhd8ed1ab_0
312
+ - python-fastjsonschema=2.19.1=pyhd8ed1ab_0
313
+ - python-json-logger=2.0.7=pyhd8ed1ab_0
314
+ - python_abi=3.10=4_cp310
315
+ - pyu2f=0.1.5=pyhd8ed1ab_0
316
+ - pyyaml=6.0.1=py310h2372a71_1
317
+ - raft-dask=23.08.00=cuda12_py310_230809_ge588d7b5_0
318
+ - rdma-core=28.9=h59595ed_1
319
+ - re2=2023.02.02=hcb278e6_0
320
+ - readline=8.2=h8228510_1
321
+ - referencing=0.32.1=pyhd8ed1ab_0
322
+ - reproc=14.2.4.post0=hd590300_1
323
+ - reproc-cpp=14.2.4.post0=h59595ed_1
324
+ - requests=2.31.0=pyhd8ed1ab_0
325
+ - rfc3339-validator=0.1.4=pyhd8ed1ab_0
326
+ - rfc3986-validator=0.1.1=pyh9f0ad1d_0
327
+ - rich=13.7.0=pyhd8ed1ab_0
328
+ - rmm=23.08.00=cuda12_py310_230809_gf3af0e8d_0
329
+ - rpds-py=0.16.2=py310hcb5633a_0
330
+ - rsa=4.9=pyhd8ed1ab_0
331
+ - ruamel.yaml=0.17.40=py310h2372a71_0
332
+ - ruamel.yaml.clib=0.2.7=py310h2372a71_2
333
+ - ruamel_yaml=0.15.100=py310h7f8727e_0
334
+ - s2n=1.3.41=h3358134_0
335
+ - send2trash=1.8.2=pyh41d4057_0
336
+ - setuptools=69.0.3=pyhd8ed1ab_0
337
+ - shellingham=1.5.4=pyhd8ed1ab_0
338
+ - smart_open=6.4.0=pyhd8ed1ab_0
339
+ - snappy=1.1.10=h9fff704_0
340
+ - sniffio=1.3.0=pyhd8ed1ab_0
341
+ - sortedcontainers=2.4.0=pyhd8ed1ab_0
342
+ - soupsieve=2.5=pyhd8ed1ab_1
343
+ - spacy=3.7.2=py310hcb52e73_0
344
+ - spacy-legacy=3.0.12=pyhd8ed1ab_0
345
+ - spacy-loggers=1.0.5=pyhd8ed1ab_0
346
+ - spdlog=1.11.0=h9b3ece8_1
347
+ - sqlite=3.38.2=hc218d9a_0
348
+ - srsly=2.4.8=py310hc6cd4ac_1
349
+ - stack_data=0.6.2=pyhd8ed1ab_0
350
+ - tblib=3.0.0=pyhd8ed1ab_0
351
+ - terminado=0.18.0=pyh0d859eb_0
352
+ - thinc=8.2.2=py310hcb52e73_0
353
+ - tinycss2=1.2.1=pyhd8ed1ab_0
354
+ - tk=8.6.13=noxft_h4845f30_101
355
+ - toolz=0.12.1=pyhd8ed1ab_0
356
+ - tornado=6.3.3=py310h2372a71_1
357
+ - tqdm=4.66.1=pyhd8ed1ab_0
358
+ - traitlets=5.9.0=pyhd8ed1ab_0
359
+ - treelite=3.2.0=py310h1be96d9_0
360
+ - truststore=0.8.0=pyhd8ed1ab_0
361
+ - typer=0.9.0=pyhd8ed1ab_0
362
+ - types-python-dateutil=2.8.19.20240106=pyhd8ed1ab_0
363
+ - typing-extensions=4.9.0=hd8ed1ab_0
364
+ - typing_extensions=4.9.0=pyha770c72_0
365
+ - typing_utils=0.1.0=pyhd8ed1ab_0
366
+ - ucx=1.14.1=h195a15c_5
367
+ - ucx-proc=1.0.0=gpu
368
+ - ucx-py=0.33.00=py310_230809_gea1eb8f_0
369
+ - unicodedata2=15.1.0=py310h2372a71_0
370
+ - uri-template=1.3.0=pyhd8ed1ab_0
371
+ - wasabi=1.1.2=py310hff52083_0
372
+ - wcwidth=0.2.13=pyhd8ed1ab_0
373
+ - weasel=0.3.4=pyhd8ed1ab_0
374
+ - webcolors=1.13=pyhd8ed1ab_0
375
+ - webencodings=0.5.1=pyhd8ed1ab_2
376
+ - websocket-client=1.7.0=pyhd8ed1ab_0
377
+ - wheel=0.42.0=pyhd8ed1ab_0
378
+ - xorg-kbproto=1.0.7=h7f98852_1002
379
+ - xorg-libice=1.1.1=hd590300_0
380
+ - xorg-libsm=1.2.4=h7391055_0
381
+ - xorg-libx11=1.8.7=h8ee46fc_0
382
+ - xorg-libxau=1.0.11=hd590300_0
383
+ - xorg-libxdmcp=1.1.3=h7f98852_0
384
+ - xorg-libxext=1.3.4=h0b41bf4_2
385
+ - xorg-libxrender=0.9.11=hd590300_0
386
+ - xorg-libxt=1.3.0=hd590300_1
387
+ - xorg-renderproto=0.11.1=h7f98852_1002
388
+ - xorg-xextproto=7.3.0=h0b41bf4_1003
389
+ - xorg-xproto=7.0.31=h7f98852_1007
390
+ - xyzservices=2023.10.1=pyhd8ed1ab_0
391
+ - xz=5.2.6=h166bdaf_0
392
+ - yaml=0.2.5=h7b6447c_0
393
+ - yaml-cpp=0.7.0=h59595ed_3
394
+ - zeromq=4.3.5=h59595ed_0
395
+ - zict=3.0.0=pyhd8ed1ab_0
396
+ - zipp=3.17.0=pyhd8ed1ab_0
397
+ - zlib=1.2.13=hd590300_5
398
+ - zstandard=0.22.0=py310h1275a96_0
399
+ - zstd=1.5.5=hfc55251_0
400
+ - pip:
401
+ - absl-py==1.4.0
402
+ - accelerate==0.27.2
403
+ - access==1.1.9
404
+ - affine==2.4.0
405
+ - aiobotocore==2.11.2
406
+ - aiofiles==22.1.0
407
+ - aiohttp-cors==0.7.0
408
+ - aioitertools==0.11.0
409
+ - aiorwlock==1.3.0
410
+ - aiosqlite==0.19.0
411
+ - albumentations==1.4.0
412
+ - alembic==1.13.1
413
+ - altair==5.2.0
414
+ - annoy==1.17.3
415
+ - apache-beam==2.46.0
416
+ - aplus==0.11.0
417
+ - appdirs==1.4.4
418
+ - array-record==0.5.0
419
+ - arviz==0.17.0
420
+ - astroid==3.0.3
421
+ - astropy==6.0.0
422
+ - astropy-iers-data==0.2024.2.19.0.28.47
423
+ - astunparse==1.6.3
424
+ - async-lru==2.0.4
425
+ - audioread==3.0.1
426
+ - autopep8==2.0.4
427
+ - babel==2.14.0
428
+ - backoff==2.2.1
429
+ - bayesian-optimization==1.4.3
430
+ - bayespy==0.5.28
431
+ - beatrix-jupyterlab==2023.128.151533
432
+ - bidict==0.23.1
433
+ - biopython==1.83
434
+ - blake3==0.2.1
435
+ - blessed==1.20.0
436
+ - blinker==1.7.0
437
+ - blosc2==2.5.1
438
+ - boruta==0.3
439
+ - boto3==1.26.100
440
+ - botocore==1.34.34
441
+ - bqplot==0.12.43
442
+ - branca==0.7.1
443
+ - brewer2mpl==1.4.1
444
+ - cachetools==4.2.4
445
+ - catalyst==22.4
446
+ - catboost==1.2.2
447
+ - category-encoders==2.6.3
448
+ - cesium==0.12.1
449
+ - chex==0.1.85
450
+ - cleverhans==4.0.0
451
+ - click-plugins==1.1.1
452
+ - cligj==0.7.2
453
+ - cloud-tpu-client==0.10
454
+ - cloud-tpu-profiler==2.4.0
455
+ - cloudpickle==2.2.1
456
+ - cmdstanpy==1.2.1
457
+ - cmudict==1.0.18
458
+ - colorcet==3.0.1
459
+ - colorful==0.5.6
460
+ - colorlog==6.8.2
461
+ - colorlover==0.3.0
462
+ - contextily==1.5.0
463
+ - convertdate==2.4.0
464
+ - crcmod==1.7
465
+ - cufflinks==0.17.3
466
+ - cvxcanon==0.1.2
467
+ - cysignals==1.11.4
468
+ - cython==3.0.8
469
+ - daal==2024.1.0
470
+ - daal4py==2024.1.0
471
+ - dacite==1.8.1
472
+ - dask==2024.2.0
473
+ - dataclasses-json==0.6.4
474
+ - dataproc-jupyter-plugin==0.1.66
475
+ - datasets==2.18.0
476
+ - datashader==0.16.0
477
+ - datatile==1.0.3
478
+ - db-dtypes==1.2.0
479
+ - deap==1.4.1
480
+ - deepdiff==6.7.1
481
+ - delorean==1.0.0
482
+ - deprecated==1.2.14
483
+ - deprecation==2.1.0
484
+ - descartes==1.1.0
485
+ - dill==0.3.8
486
+ - dipy==1.8.0
487
+ - distlib==0.3.8
488
+ - dm-tree==0.1.8
489
+ - docker==7.0.0
490
+ - docker-pycreds==0.4.0
491
+ - docopt==0.6.2
492
+ - docstring-parser==0.15
493
+ - docstring-to-markdown==0.15
494
+ - docutils==0.20.1
495
+ - earthengine-api==0.1.391
496
+ - easydict==1.12
497
+ - easyocr==1.7.1
498
+ - ecos==2.0.13
499
+ - eli5==0.13.0
500
+ - emoji==2.10.1
501
+ - en-core-web-lg==3.7.1
502
+ - en-core-web-sm==3.7.1
503
+ - ephem==4.1.5
504
+ - esda==2.5.1
505
+ - essentia==2.1b6.dev1110
506
+ - et-xmlfile==1.1.0
507
+ - etils==1.6.0
508
+ - evaluate==0.4.1
509
+ - explainable-ai-sdk==1.3.3
510
+ - farama-notifications==0.0.4
511
+ - fastai==2.7.14
512
+ - fastapi==0.108.0
513
+ - fastavro==1.9.3
514
+ - fastcore==1.5.29
515
+ - fastdownload==0.0.7
516
+ - fasteners==0.19
517
+ - fastprogress==1.0.3
518
+ - fasttext==0.9.2
519
+ - fbpca==1.0
520
+ - feather-format==0.4.1
521
+ - featuretools==1.29.0
522
+ - filelock==3.13.1
523
+ - fiona==1.9.5
524
+ - fitter==1.7.0
525
+ - flake8==7.0.0
526
+ - flashtext==2.7
527
+ - flask==3.0.2
528
+ - flatbuffers==23.5.26
529
+ - flax==0.8.1
530
+ - folium==0.15.1
531
+ - fonttools==4.47.0
532
+ - frozendict==2.4.0
533
+ - funcy==2.0
534
+ - fury==0.9.0
535
+ - future==1.0.0
536
+ - fuzzywuzzy==0.18.0
537
+ - gast==0.5.4
538
+ - gatspy==0.3
539
+ - gcsfs==2023.12.2.post1
540
+ - gensim==4.3.2
541
+ - geographiclib==2.0
542
+ - geohash==1.0
543
+ - geojson==3.1.0
544
+ - geopandas==0.14.3
545
+ - geoplot==0.5.1
546
+ - geopy==2.4.1
547
+ - geoviews==1.11.1
548
+ - ggplot==0.11.5
549
+ - giddy==2.3.5
550
+ - gitdb==4.0.11
551
+ - gitpython==3.1.41
552
+ - google-ai-generativelanguage==0.4.0
553
+ - google-api-core==2.17.1
554
+ - google-api-python-client==2.118.0
555
+ - google-apitools==0.5.31
556
+ - google-auth-httplib2==0.1.1
557
+ - google-auth-oauthlib==1.2.0
558
+ - google-cloud-aiplatform==0.6.0a1
559
+ - google-cloud-artifact-registry==1.10.0
560
+ - google-cloud-automl==1.0.1
561
+ - google-cloud-bigquery==2.34.4
562
+ - google-cloud-bigtable==1.7.3
563
+ - google-cloud-dlp==3.14.0
564
+ - google-cloud-jupyter-config==0.0.5
565
+ - google-cloud-language==2.13.1
566
+ - google-cloud-monitoring==2.18.0
567
+ - google-cloud-pubsub==2.19.0
568
+ - google-cloud-pubsublite==1.9.0
569
+ - google-cloud-recommendations-ai==0.7.1
570
+ - google-cloud-resource-manager==1.11.0
571
+ - google-cloud-spanner==3.40.1
572
+ - google-cloud-storage==1.44.0
573
+ - google-cloud-translate==3.12.1
574
+ - google-cloud-videointelligence==2.13.1
575
+ - google-cloud-vision==2.8.0
576
+ - google-crc32c==1.5.0
577
+ - google-generativeai==0.3.2
578
+ - google-pasta==0.2.0
579
+ - google-resumable-media==2.7.0
580
+ - gplearn==0.4.2
581
+ - gpustat==1.0.0
582
+ - gpxpy==1.6.2
583
+ - greenlet==3.0.3
584
+ - grpc-google-iam-v1==0.12.7
585
+ - grpcio==1.60.0
586
+ - grpcio-status==1.48.2
587
+ - gviz-api==1.10.0
588
+ - gym==0.26.2
589
+ - gym-notices==0.0.8
590
+ - gymnasium==0.29.0
591
+ - h11==0.14.0
592
+ - h2o==3.44.0.3
593
+ - h5netcdf==1.3.0
594
+ - h5py==3.10.0
595
+ - haversine==2.8.1
596
+ - hdfs==2.7.3
597
+ - hep-ml==0.7.2
598
+ - hijri-converter==2.3.1
599
+ - hmmlearn==0.3.0
600
+ - holidays==0.24
601
+ - holoviews==1.18.3
602
+ - hpsklearn==0.1.0
603
+ - html5lib==1.1
604
+ - htmlmin==0.1.12
605
+ - httpcore==1.0.4
606
+ - httplib2==0.21.0
607
+ - httptools==0.6.1
608
+ - httpx==0.27.0
609
+ - huggingface-hub==0.20.3
610
+ - humanize==4.9.0
611
+ - hunspell==0.5.5
612
+ - husl==4.0.3
613
+ - hydra-slayer==0.5.0
614
+ - hyperopt==0.2.7
615
+ - hypertools==0.8.0
616
+ - igraph==0.11.4
617
+ - imagecodecs==2024.1.1
618
+ - imagehash==4.3.1
619
+ - imageio==2.33.1
620
+ - imbalanced-learn==0.12.0
621
+ - imgaug==0.4.0
622
+ - importlib-metadata==6.11.0
623
+ - inequality==1.0.1
624
+ - iniconfig==2.0.0
625
+ - ipydatawidgets==4.3.5
626
+ - ipyleaflet==0.18.2
627
+ - ipympl==0.7.0
628
+ - ipython-genutils==0.2.0
629
+ - ipython-sql==0.5.0
630
+ - ipyvolume==0.6.3
631
+ - ipyvue==1.10.1
632
+ - ipyvuetify==1.8.10
633
+ - ipywebrtc==0.6.0
634
+ - ipywidgets==7.7.1
635
+ - isort==5.13.2
636
+ - isoweek==1.3.3
637
+ - itsdangerous==2.1.2
638
+ - janome==0.5.0
639
+ - jaraco-classes==3.3.0
640
+ - jax==0.4.23
641
+ - jax-jumpy==1.0.0
642
+ - jaxlib==0.4.23.dev20240116
643
+ - jeepney==0.8.0
644
+ - jieba==0.42.1
645
+ - jmespath==1.0.1
646
+ - json5==0.9.14
647
+ - jupyter-client==7.4.9
648
+ - jupyter-console==6.6.3
649
+ - jupyter-http-over-ws==0.0.8
650
+ - jupyter-lsp==1.5.1
651
+ - jupyter-server==2.12.5
652
+ - jupyter-server-fileid==0.9.1
653
+ - jupyter-server-mathjax==0.2.6
654
+ - jupyter-server-proxy==4.1.0
655
+ - jupyter-server-ydoc==0.8.0
656
+ - jupyter-ydoc==0.2.5
657
+ - jupyterlab==4.1.2
658
+ - jupyterlab-git==0.44.0
659
+ - jupyterlab-lsp==5.0.3
660
+ - jupyterlab-server==2.25.2
661
+ - jupyterlab-widgets==3.0.9
662
+ - jupytext==1.16.0
663
+ - kaggle==1.6.6
664
+ - kaggle-environments==1.14.3
665
+ - kagglehub==0.1.9
666
+ - keras==3.0.5
667
+ - keras-cv==0.8.2
668
+ - keras-nlp==0.8.1
669
+ - keras-tuner==1.4.6
670
+ - kernels-mixer==0.0.7
671
+ - keyring==24.3.0
672
+ - keyrings-google-artifactregistry-auth==1.1.2
673
+ - kfp==2.5.0
674
+ - kfp-pipeline-spec==0.2.2
675
+ - kfp-server-api==2.0.5
676
+ - kmapper==2.0.1
677
+ - kmodes==0.12.2
678
+ - korean-lunar-calendar==0.3.1
679
+ - kornia==0.7.1
680
+ - kt-legacy==1.0.5
681
+ - kubernetes==26.1.0
682
+ - langid==1.1.6
683
+ - lazy-loader==0.3
684
+ - learntools==0.3.4
685
+ - leven==1.0.4
686
+ - levenshtein==0.25.0
687
+ - libclang==16.0.6
688
+ - libpysal==4.9.2
689
+ - librosa==0.10.1
690
+ - lightgbm==4.2.0
691
+ - lightning-utilities==0.10.1
692
+ - lime==0.2.0.1
693
+ - line-profiler==4.1.2
694
+ - linkify-it-py==2.0.3
695
+ - llvmlite==0.41.1
696
+ - lml==0.1.0
697
+ - loguru==0.7.2
698
+ - lunarcalendar==0.0.9
699
+ - lxml==5.1.0
700
+ - mako==1.3.2
701
+ - mapclassify==2.6.1
702
+ - marisa-trie==1.1.0
703
+ - markdown==3.5.2
704
+ - markovify==0.9.4
705
+ - markupsafe==2.1.5
706
+ - marshmallow==3.20.2
707
+ - matplotlib==3.7.5
708
+ - matplotlib-venn==0.11.10
709
+ - mccabe==0.7.0
710
+ - mdit-py-plugins==0.4.0
711
+ - memory-profiler==0.61.0
712
+ - mercantile==1.2.1
713
+ - mgwr==2.2.1
714
+ - missingno==0.5.2
715
+ - mistune==0.8.4
716
+ - mizani==0.11.0
717
+ - ml-dtypes==0.2.0
718
+ - mlcrate==0.2.0
719
+ - mlens==0.2.3
720
+ - mlxtend==0.23.1
721
+ - mmh3==4.1.0
722
+ - mne==1.6.1
723
+ - mnist==0.2.2
724
+ - mock==5.1.0
725
+ - momepy==0.7.0
726
+ - more-itertools==10.2.0
727
+ - mpld3==0.5.10
728
+ - mpmath==1.3.0
729
+ - msgpack-numpy==0.4.8
730
+ - multimethod==1.10
731
+ - multipledispatch==1.0.0
732
+ - multiprocess==0.70.16
733
+ - mypy-extensions==1.0.0
734
+ - namex==0.0.7
735
+ - nbclient==0.5.13
736
+ - nbconvert==6.4.5
737
+ - nbdime==3.2.0
738
+ - ndindex==1.8
739
+ - networkx==3.2.1
740
+ - nibabel==5.2.0
741
+ - nilearn==0.10.3
742
+ - ninja==1.11.1.1
743
+ - nltk==3.2.4
744
+ - nose==1.3.7
745
+ - notebook==6.5.6
746
+ - notebook-executor==0.2
747
+ - numba==0.58.1
748
+ - numexpr==2.9.0
749
+ - nvidia-ml-py==11.495.46
750
+ - oauth2client==4.1.3
751
+ - oauthlib==3.2.2
752
+ - objsize==0.6.1
753
+ - odfpy==1.4.1
754
+ - olefile==0.47
755
+ - onnx==1.15.0
756
+ - opencensus==0.11.4
757
+ - opencensus-context==0.1.3
758
+ - opencv-contrib-python==4.9.0.80
759
+ - opencv-python==4.9.0.80
760
+ - opencv-python-headless==4.9.0.80
761
+ - openpyxl==3.1.2
762
+ - openslide-python==1.3.1
763
+ - opentelemetry-api==1.22.0
764
+ - opentelemetry-exporter-otlp==1.22.0
765
+ - opentelemetry-exporter-otlp-proto-common==1.22.0
766
+ - opentelemetry-exporter-otlp-proto-grpc==1.22.0
767
+ - opentelemetry-exporter-otlp-proto-http==1.22.0
768
+ - opentelemetry-proto==1.22.0
769
+ - opentelemetry-sdk==1.22.0
770
+ - opentelemetry-semantic-conventions==0.43b0
771
+ - opt-einsum==3.3.0
772
+ - optax==0.1.9
773
+ - optuna==3.5.0
774
+ - orbax-checkpoint==0.5.3
775
+ - ordered-set==4.1.0
776
+ - orderedmultidict==1.0.1
777
+ - orjson==3.9.10
778
+ - ortools==9.4.1874
779
+ - osmnx==1.9.1
780
+ - packaging==21.3
781
+ - pandas==2.1.4
782
+ - pandas-datareader==0.10.0
783
+ - pandas-profiling==3.6.6
784
+ - pandas-summary==0.2.0
785
+ - pandasql==0.7.3
786
+ - panel==1.3.8
787
+ - papermill==2.5.0
788
+ - param==2.0.2
789
+ - path==16.10.0
790
+ - path-py==12.5.0
791
+ - pathos==0.3.2
792
+ - patsy==0.5.6
793
+ - pdf2image==1.17.0
794
+ - pettingzoo==1.24.0
795
+ - pexpect==4.9.0
796
+ - phik==0.12.4
797
+ - pillow==9.5.0
798
+ - platformdirs==4.2.0
799
+ - plotly==5.18.0
800
+ - plotly-express==0.4.1
801
+ - plotnine==0.13.0
802
+ - pointpats==2.4.0
803
+ - polars==0.20.10
804
+ - polyglot==16.7.4
805
+ - pooch==1.8.1
806
+ - pox==0.3.4
807
+ - ppca==0.0.4
808
+ - ppft==1.7.6.8
809
+ - preprocessing==0.1.13
810
+ - prettytable==3.9.0
811
+ - progressbar2==4.3.2
812
+ - promise==2.3
813
+ - prompt-toolkit==3.0.43
814
+ - pronouncing==0.2.0
815
+ - prophet==1.1.1
816
+ - protobuf==3.20.3
817
+ - psutil==5.9.3
818
+ - pudb==2024.1
819
+ - pulp==2.8.0
820
+ - py-cpuinfo==9.0.0
821
+ - py-spy==0.3.14
822
+ - py4j==0.10.9.7
823
+ - pyaml==23.12.0
824
+ - pyarabic==0.6.15
825
+ - pyarrow==15.0.0
826
+ - pyarrow-hotfix==0.6
827
+ - pyastronomy==0.20.0
828
+ - pybind11==2.11.1
829
+ - pyclipper==1.3.0.post5
830
+ - pycodestyle==2.11.1
831
+ - pycparser==2.21
832
+ - pycryptodome==3.20.0
833
+ - pyct==0.5.0
834
+ - pycuda==2024.1
835
+ - pydantic==2.5.3
836
+ - pydantic-core==2.14.6
837
+ - pydegensac==0.1.2
838
+ - pydicom==2.4.4
839
+ - pydocstyle==6.3.0
840
+ - pydot==1.4.2
841
+ - pydub==0.25.1
842
+ - pyemd==1.0.0
843
+ - pyerfa==2.0.1.1
844
+ - pyexcel-io==0.6.6
845
+ - pyexcel-ods==0.6.0
846
+ - pyfasttext==0.4.6
847
+ - pyflakes==3.2.0
848
+ - pygltflib==1.16.1
849
+ - pyjwt==2.8.0
850
+ - pykalman==0.9.5
851
+ - pyldavis==3.4.1
852
+ - pylint==3.0.3
853
+ - pymc3==3.11.4
854
+ - pymeeus==0.5.12
855
+ - pymongo==3.13.0
856
+ - pympler==1.0.1
857
+ - pynndescent==0.5.11
858
+ - pynvrtc==9.2
859
+ - pyocr==0.8.5
860
+ - pypdf==4.0.2
861
+ - pysal==24.1
862
+ - pytesseract==0.3.10
863
+ - pytest==8.0.1
864
+ - python-bidi==0.4.2
865
+ - python-dotenv==1.0.0
866
+ - python-graphviz==0.20.1
867
+ - python-levenshtein==0.25.0
868
+ - python-louvain==0.16
869
+ - python-lsp-jsonrpc==1.1.2
870
+ - python-lsp-server==1.10.0
871
+ - python-slugify==8.0.4
872
+ - python-utils==3.8.2
873
+ - pythreejs==2.4.2
874
+ - pytoolconfig==1.3.1
875
+ - pytools==2023.1.1
876
+ - pytorch-ignite==0.4.13
877
+ - pytorch-lightning==2.2.0.post0
878
+ - pytz==2023.3.post1
879
+ - pyupset==0.1.1.post7
880
+ - pyviz-comms==3.0.1
881
+ - pywavelets==1.5.0
882
+ - pyzmq==24.0.1
883
+ - qgrid==1.3.1
884
+ - qtconsole==5.5.1
885
+ - qtpy==2.4.1
886
+ - quantecon==0.7.1
887
+ - quantities==0.15.0
888
+ - qudida==0.0.4
889
+ - rapidfuzz==3.6.1
890
+ - rasterio==1.3.9
891
+ - rasterstats==0.19.0
892
+ - ray==2.9.0
893
+ - ray-cpp==2.9.0
894
+ - regex==2023.12.25
895
+ - requests-oauthlib==1.3.1
896
+ - requests-toolbelt==0.10.1
897
+ - responses==0.18.0
898
+ - retrying==1.3.4
899
+ - rgf-python==3.12.0
900
+ - rich-click==1.7.3
901
+ - rope==1.12.0
902
+ - rtree==1.2.0
903
+ - s2sphere==0.2.5
904
+ - s3fs==2024.2.0
905
+ - s3transfer==0.6.2
906
+ - safetensors==0.4.2
907
+ - scattertext==0.1.19
908
+ - scikit-image==0.22.0
909
+ - scikit-learn==1.2.2
910
+ - scikit-learn-intelex==2024.1.0
911
+ - scikit-multilearn==0.2.0
912
+ - scikit-optimize==0.9.0
913
+ - scikit-plot==0.3.7
914
+ - scikit-surprise==1.1.3
915
+ - scipy==1.11.4
916
+ - seaborn==0.12.2
917
+ - secretstorage==3.3.3
918
+ - segment-anything==1.0
919
+ - segregation==2.5
920
+ - semver==3.0.2
921
+ - sentence-transformers==2.5.1
922
+ - sentencepiece==0.2.0
923
+ - sentry-sdk==1.40.5
924
+ - setfit==1.0.3
925
+ - setproctitle==1.3.3
926
+ - setuptools-git==1.2
927
+ - setuptools-scm==8.0.4
928
+ - shap==0.44.1
929
+ - shapely==2.0.3
930
+ - shimmy==1.3.0
931
+ - simpervisor==1.0.0
932
+ - simpleitk==2.3.1
933
+ - simplejson==3.19.2
934
+ - six==1.16.0
935
+ - sklearn-pandas==2.2.0
936
+ - slicer==0.0.7
937
+ - smhasher==0.150.1
938
+ - smmap==5.0.1
939
+ - snowballstemmer==2.2.0
940
+ - snuggs==1.4.7
941
+ - soundfile==0.12.1
942
+ - soxr==0.3.7
943
+ - spaghetti==1.7.5.post1
944
+ - spectral==0.23.1
945
+ - spglm==1.1.0
946
+ - sphinx-rtd-theme==0.2.4
947
+ - spint==1.0.7
948
+ - splot==1.1.5.post1
949
+ - spopt==0.6.0
950
+ - spreg==1.4.2
951
+ - spvcm==0.3.0
952
+ - sqlalchemy==2.0.25
953
+ - sqlparse==0.4.4
954
+ - squarify==0.4.3
955
+ - stable-baselines3==2.1.0
956
+ - stack-data==0.6.3
957
+ - stanio==0.3.0
958
+ - starlette==0.32.0.post1
959
+ - statsmodels==0.14.1
960
+ - stemming==1.0.1
961
+ - stop-words==2018.7.23
962
+ - stopit==1.1.2
963
+ - stumpy==1.12.0
964
+ - sympy==1.12
965
+ - tables==3.9.2
966
+ - tabulate==0.9.0
967
+ - tangled-up-in-unicode==0.2.0
968
+ - tbb==2021.11.0
969
+ - tenacity==8.2.3
970
+ - tensorboard==2.15.1
971
+ - tensorboard-data-server==0.7.2
972
+ - tensorboard-plugin-profile==2.15.0
973
+ - tensorboardx==2.6.2.2
974
+ - tensorflow==2.15.0
975
+ - tensorflow-cloud==0.1.16
976
+ - tensorflow-datasets==4.9.4
977
+ - tensorflow-decision-forests==1.8.1
978
+ - tensorflow-estimator==2.15.0
979
+ - tensorflow-hub==0.16.1
980
+ - tensorflow-io==0.35.0
981
+ - tensorflow-io-gcs-filesystem==0.35.0
982
+ - tensorflow-metadata==0.14.0
983
+ - tensorflow-probability==0.23.0
984
+ - tensorflow-serving-api==2.14.1
985
+ - tensorflow-text==2.15.0
986
+ - tensorflow-transform==0.14.0
987
+ - tensorpack==0.11
988
+ - tensorstore==0.1.53
989
+ - termcolor==2.4.0
990
+ - testpath==0.6.0
991
+ - text-unidecode==1.3
992
+ - textblob==0.18.0.post0
993
+ - texttable==1.7.0
994
+ - tf-keras==2.15.0
995
+ - tfp-nightly==0.24.0.dev0
996
+ - theano==1.0.5
997
+ - theano-pymc==1.1.2
998
+ - threadpoolctl==3.2.0
999
+ - tifffile==2023.12.9
1000
+ - timm==0.9.16
1001
+ - tobler==0.11.2
1002
+ - tokenizers==0.15.2
1003
+ - toml==0.10.2
1004
+ - tomli==2.0.1
1005
+ - tomlkit==0.12.3
1006
+ - torch==2.1.2
1007
+ - torchaudio==2.1.2
1008
+ - torchdata==0.7.1
1009
+ - torchinfo==1.8.0
1010
+ - torchmetrics==1.3.1
1011
+ - torchtext==0.16.2
1012
+ - torchvision==0.16.2
1013
+ - tpot==0.12.1
1014
+ - traceml==1.0.8
1015
+ - traittypes==0.2.1
1016
+ - transformers==4.38.1
1017
+ - treelite-runtime==3.2.0
1018
+ - trueskill==0.4.5
1019
+ - trx-python==0.2.9
1020
+ - tsfresh==0.20.2
1021
+ - typeguard==4.1.5
1022
+ - typing-inspect==0.9.0
1023
+ - tzdata==2023.4
1024
+ - tzlocal==5.2
1025
+ - uc-micro-py==1.0.3
1026
+ - ujson==5.9.0
1027
+ - umap-learn==0.5.5
1028
+ - unidecode==1.3.8
1029
+ - update-checker==0.18.0
1030
+ - uritemplate==3.0.1
1031
+ - urllib3==1.26.18
1032
+ - urwid==2.6.4
1033
+ - urwid-readline==0.13
1034
+ - uvicorn==0.25.0
1035
+ - uvloop==0.19.0
1036
+ - vaex==4.17.0
1037
+ - vaex-astro==0.9.3
1038
+ - vaex-core==4.17.1
1039
+ - vaex-hdf5==0.14.1
1040
+ - vaex-jupyter==0.8.2
1041
+ - vaex-ml==0.18.3
1042
+ - vaex-server==0.9.0
1043
+ - vaex-viz==0.5.4
1044
+ - vec-noise==1.1.4
1045
+ - vecstack==0.4.0
1046
+ - virtualenv==20.21.0
1047
+ - visions==0.7.5
1048
+ - vowpalwabbit==9.9.0
1049
+ - vtk==9.3.0
1050
+ - wand==0.6.13
1051
+ - wandb==0.16.3
1052
+ - watchfiles==0.21.0
1053
+ - wavio==0.0.8
1054
+ - websockets==12.0
1055
+ - werkzeug==3.0.1
1056
+ - wfdb==4.1.2
1057
+ - whatthepatch==1.0.5
1058
+ - widgetsnbextension==3.6.6
1059
+ - witwidget==1.8.1
1060
+ - woodwork==0.28.0
1061
+ - wordcloud==1.9.3
1062
+ - wordsegment==1.3.1
1063
+ - wrapt==1.14.1
1064
+ - xarray==2024.2.0
1065
+ - xarray-einstats==0.7.0
1066
+ - xgboost==2.0.3
1067
+ - xvfbwrapper==0.2.9
1068
+ - xxhash==3.4.1
1069
+ - y-py==0.6.2
1070
+ - yapf==0.40.2
1071
+ - yarl==1.9.4
1072
+ - ydata-profiling==4.6.4
1073
+ - yellowbrick==1.5
1074
+ - ypy-websocket==0.8.4
1075
+ prefix: /opt/conda
wandb/run-20240306_153450-l1uc7yan/files/config.yaml ADDED
@@ -0,0 +1,676 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ wandb_version: 1
2
+
3
+ _wandb:
4
+ desc: null
5
+ value:
6
+ python_version: 3.10.13
7
+ cli_version: 0.16.3
8
+ framework: huggingface
9
+ huggingface_version: 4.38.1
10
+ is_jupyter_run: true
11
+ is_kaggle_kernel: true
12
+ start_time: 1709739290.914286
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.13
44
+ 5: 0.16.3
45
+ 6: 4.38.1
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/loss
58
+ 5: 1
59
+ 6:
60
+ - 1
61
+ - 1: train/grad_norm
62
+ 5: 1
63
+ 6:
64
+ - 1
65
+ - 1: train/learning_rate
66
+ 5: 1
67
+ 6:
68
+ - 1
69
+ - 1: train/epoch
70
+ 5: 1
71
+ 6:
72
+ - 1
73
+ return_dict:
74
+ desc: null
75
+ value: true
76
+ output_hidden_states:
77
+ desc: null
78
+ value: true
79
+ output_attentions:
80
+ desc: null
81
+ value: false
82
+ torchscript:
83
+ desc: null
84
+ value: false
85
+ torch_dtype:
86
+ desc: null
87
+ value: null
88
+ use_bfloat16:
89
+ desc: null
90
+ value: false
91
+ tf_legacy_loss:
92
+ desc: null
93
+ value: false
94
+ pruned_heads:
95
+ desc: null
96
+ value: {}
97
+ tie_word_embeddings:
98
+ desc: null
99
+ value: true
100
+ chunk_size_feed_forward:
101
+ desc: null
102
+ value: 0
103
+ is_encoder_decoder:
104
+ desc: null
105
+ value: false
106
+ is_decoder:
107
+ desc: null
108
+ value: false
109
+ cross_attention_hidden_size:
110
+ desc: null
111
+ value: null
112
+ add_cross_attention:
113
+ desc: null
114
+ value: false
115
+ tie_encoder_decoder:
116
+ desc: null
117
+ value: false
118
+ max_length:
119
+ desc: null
120
+ value: 20
121
+ min_length:
122
+ desc: null
123
+ value: 0
124
+ do_sample:
125
+ desc: null
126
+ value: false
127
+ early_stopping:
128
+ desc: null
129
+ value: false
130
+ num_beams:
131
+ desc: null
132
+ value: 1
133
+ num_beam_groups:
134
+ desc: null
135
+ value: 1
136
+ diversity_penalty:
137
+ desc: null
138
+ value: 0.0
139
+ temperature:
140
+ desc: null
141
+ value: 1.0
142
+ top_k:
143
+ desc: null
144
+ value: 50
145
+ top_p:
146
+ desc: null
147
+ value: 1.0
148
+ typical_p:
149
+ desc: null
150
+ value: 1.0
151
+ repetition_penalty:
152
+ desc: null
153
+ value: 1.0
154
+ length_penalty:
155
+ desc: null
156
+ value: 1.0
157
+ no_repeat_ngram_size:
158
+ desc: null
159
+ value: 0
160
+ encoder_no_repeat_ngram_size:
161
+ desc: null
162
+ value: 0
163
+ bad_words_ids:
164
+ desc: null
165
+ value: null
166
+ num_return_sequences:
167
+ desc: null
168
+ value: 1
169
+ output_scores:
170
+ desc: null
171
+ value: false
172
+ return_dict_in_generate:
173
+ desc: null
174
+ value: false
175
+ forced_bos_token_id:
176
+ desc: null
177
+ value: null
178
+ forced_eos_token_id:
179
+ desc: null
180
+ value: null
181
+ remove_invalid_values:
182
+ desc: null
183
+ value: false
184
+ exponential_decay_length_penalty:
185
+ desc: null
186
+ value: null
187
+ suppress_tokens:
188
+ desc: null
189
+ value: null
190
+ begin_suppress_tokens:
191
+ desc: null
192
+ value: null
193
+ architectures:
194
+ desc: null
195
+ value:
196
+ - BertModel
197
+ finetuning_task:
198
+ desc: null
199
+ value: null
200
+ id2label:
201
+ desc: null
202
+ value:
203
+ '0': Documentation Ambiguity
204
+ '1': Documentation Completeness
205
+ '2': Documentation Replicability
206
+ '3': Documentation Replication on Other Examples
207
+ '4': Inadequate Examples
208
+ '5': Lack of Alternative Solutions/Documentation
209
+ '6': Requesting (Additional) Documentation/Examples
210
+ label2id:
211
+ desc: null
212
+ value:
213
+ Documentation Ambiguity: 0
214
+ Documentation Completeness: 1
215
+ Documentation Replicability: 2
216
+ Documentation Replication on Other Examples: 3
217
+ Inadequate Examples: 4
218
+ Lack of Alternative Solutions/Documentation: 5
219
+ Requesting (Additional) Documentation/Examples: 6
220
+ tokenizer_class:
221
+ desc: null
222
+ value: null
223
+ prefix:
224
+ desc: null
225
+ value: null
226
+ bos_token_id:
227
+ desc: null
228
+ value: null
229
+ pad_token_id:
230
+ desc: null
231
+ value: 0
232
+ eos_token_id:
233
+ desc: null
234
+ value: null
235
+ sep_token_id:
236
+ desc: null
237
+ value: null
238
+ decoder_start_token_id:
239
+ desc: null
240
+ value: null
241
+ task_specific_params:
242
+ desc: null
243
+ value: null
244
+ problem_type:
245
+ desc: null
246
+ value: null
247
+ _name_or_path:
248
+ desc: null
249
+ value: lanwuwei/BERTOverflow_stackoverflow_github
250
+ transformers_version:
251
+ desc: null
252
+ value: 4.38.1
253
+ _num_labels:
254
+ desc: null
255
+ value: 51
256
+ model_type:
257
+ desc: null
258
+ value: bert
259
+ output_past:
260
+ desc: null
261
+ value: true
262
+ vocab_size:
263
+ desc: null
264
+ value: 82000
265
+ hidden_size:
266
+ desc: null
267
+ value: 768
268
+ num_hidden_layers:
269
+ desc: null
270
+ value: 12
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: 512
289
+ type_vocab_size:
290
+ desc: null
291
+ value: 2
292
+ initializer_range:
293
+ desc: null
294
+ value: 0.02
295
+ layer_norm_eps:
296
+ desc: null
297
+ value: 1.0e-12
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: true
319
+ do_predict:
320
+ desc: null
321
+ value: false
322
+ evaluation_strategy:
323
+ desc: null
324
+ value: epoch
325
+ prediction_loss_only:
326
+ desc: null
327
+ value: false
328
+ per_device_train_batch_size:
329
+ desc: null
330
+ value: 16
331
+ per_device_eval_batch_size:
332
+ desc: null
333
+ value: 16
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.0
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: 5
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/Mar06_15-36-27_64d026e37c1e
397
+ logging_strategy:
398
+ desc: null
399
+ value: epoch
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: epoch
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: true
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
+ dataloader_prefetch_factor:
494
+ desc: null
495
+ value: null
496
+ past_index:
497
+ desc: null
498
+ value: -1
499
+ run_name:
500
+ desc: null
501
+ value: /kaggle/working/
502
+ disable_tqdm:
503
+ desc: null
504
+ value: false
505
+ remove_unused_columns:
506
+ desc: null
507
+ value: true
508
+ label_names:
509
+ desc: null
510
+ value: null
511
+ load_best_model_at_end:
512
+ desc: null
513
+ value: false
514
+ metric_for_best_model:
515
+ desc: null
516
+ value: null
517
+ greater_is_better:
518
+ desc: null
519
+ value: null
520
+ ignore_data_skip:
521
+ desc: null
522
+ value: false
523
+ fsdp:
524
+ desc: null
525
+ value: []
526
+ fsdp_min_num_params:
527
+ desc: null
528
+ value: 0
529
+ fsdp_config:
530
+ desc: null
531
+ value:
532
+ min_num_params: 0
533
+ xla: false
534
+ xla_fsdp_v2: false
535
+ xla_fsdp_grad_ckpt: false
536
+ fsdp_transformer_layer_cls_to_wrap:
537
+ desc: null
538
+ value: null
539
+ accelerator_config:
540
+ desc: null
541
+ value:
542
+ split_batches: false
543
+ dispatch_batches: null
544
+ even_batches: true
545
+ use_seedable_sampler: true
546
+ deepspeed:
547
+ desc: null
548
+ value: null
549
+ label_smoothing_factor:
550
+ desc: null
551
+ value: 0.0
552
+ optim:
553
+ desc: null
554
+ value: adamw_torch
555
+ optim_args:
556
+ desc: null
557
+ value: null
558
+ adafactor:
559
+ desc: null
560
+ value: false
561
+ group_by_length:
562
+ desc: null
563
+ value: false
564
+ length_column_name:
565
+ desc: null
566
+ value: length
567
+ report_to:
568
+ desc: null
569
+ value:
570
+ - tensorboard
571
+ - wandb
572
+ ddp_find_unused_parameters:
573
+ desc: null
574
+ value: null
575
+ ddp_bucket_cap_mb:
576
+ desc: null
577
+ value: null
578
+ ddp_broadcast_buffers:
579
+ desc: null
580
+ value: null
581
+ dataloader_pin_memory:
582
+ desc: null
583
+ value: true
584
+ dataloader_persistent_workers:
585
+ desc: null
586
+ value: false
587
+ skip_memory_metrics:
588
+ desc: null
589
+ value: true
590
+ use_legacy_prediction_loop:
591
+ desc: null
592
+ value: false
593
+ push_to_hub:
594
+ desc: null
595
+ value: true
596
+ resume_from_checkpoint:
597
+ desc: null
598
+ value: null
599
+ hub_model_id:
600
+ desc: null
601
+ value: null
602
+ hub_strategy:
603
+ desc: null
604
+ value: every_save
605
+ hub_token:
606
+ desc: null
607
+ value: <HUB_TOKEN>
608
+ hub_private_repo:
609
+ desc: null
610
+ value: false
611
+ hub_always_push:
612
+ desc: null
613
+ value: false
614
+ gradient_checkpointing:
615
+ desc: null
616
+ value: false
617
+ gradient_checkpointing_kwargs:
618
+ desc: null
619
+ value: null
620
+ include_inputs_for_metrics:
621
+ desc: null
622
+ value: false
623
+ fp16_backend:
624
+ desc: null
625
+ value: auto
626
+ push_to_hub_model_id:
627
+ desc: null
628
+ value: null
629
+ push_to_hub_organization:
630
+ desc: null
631
+ value: null
632
+ push_to_hub_token:
633
+ desc: null
634
+ value: <PUSH_TO_HUB_TOKEN>
635
+ mp_parameters:
636
+ desc: null
637
+ value: ''
638
+ auto_find_batch_size:
639
+ desc: null
640
+ value: false
641
+ full_determinism:
642
+ desc: null
643
+ value: false
644
+ torchdynamo:
645
+ desc: null
646
+ value: null
647
+ ray_scope:
648
+ desc: null
649
+ value: last
650
+ ddp_timeout:
651
+ desc: null
652
+ value: 1800
653
+ torch_compile:
654
+ desc: null
655
+ value: false
656
+ torch_compile_backend:
657
+ desc: null
658
+ value: null
659
+ torch_compile_mode:
660
+ desc: null
661
+ value: null
662
+ dispatch_batches:
663
+ desc: null
664
+ value: null
665
+ split_batches:
666
+ desc: null
667
+ value: null
668
+ include_tokens_per_second:
669
+ desc: null
670
+ value: false
671
+ include_num_input_tokens_seen:
672
+ desc: null
673
+ value: false
674
+ neftune_noise_alpha:
675
+ desc: null
676
+ value: null
wandb/run-20240306_153450-l1uc7yan/files/output.log ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ Some weights of BertForSequenceClassification were not initialized from the model checkpoint at lanwuwei/BERTOverflow_stackoverflow_github and are newly initialized: ['classifier.bias', 'classifier.weight']
2
+ You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference.
3
+ /opt/conda/lib/python3.10/site-packages/sklearn/metrics/_classification.py:1344: UndefinedMetricWarning: Precision is ill-defined and being set to 0.0 in labels with no predicted samples. Use `zero_division` parameter to control this behavior.
wandb/run-20240306_153450-l1uc7yan/files/requirements.txt ADDED
@@ -0,0 +1,854 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.4.0
2
+ accelerate==0.27.2
3
+ access==1.1.9
4
+ affine==2.4.0
5
+ aiobotocore==2.11.2
6
+ aiofiles==22.1.0
7
+ aiohttp-cors==0.7.0
8
+ aiohttp==3.9.1
9
+ aioitertools==0.11.0
10
+ aiorwlock==1.3.0
11
+ aiosignal==1.3.1
12
+ aiosqlite==0.19.0
13
+ albumentations==1.4.0
14
+ alembic==1.13.1
15
+ altair==5.2.0
16
+ annotated-types==0.6.0
17
+ annoy==1.17.3
18
+ anyio==4.2.0
19
+ apache-beam==2.46.0
20
+ aplus==0.11.0
21
+ appdirs==1.4.4
22
+ archspec==0.2.2
23
+ argon2-cffi-bindings==21.2.0
24
+ argon2-cffi==23.1.0
25
+ array-record==0.5.0
26
+ arrow==1.3.0
27
+ arviz==0.17.0
28
+ astroid==3.0.3
29
+ astropy-iers-data==0.2024.2.19.0.28.47
30
+ astropy==6.0.0
31
+ asttokens==2.4.1
32
+ astunparse==1.6.3
33
+ async-lru==2.0.4
34
+ async-timeout==4.0.3
35
+ attrs==23.2.0
36
+ audioread==3.0.1
37
+ autopep8==2.0.4
38
+ babel==2.14.0
39
+ backoff==2.2.1
40
+ bayesian-optimization==1.4.3
41
+ bayespy==0.5.28
42
+ beatrix-jupyterlab==2023.128.151533
43
+ beautifulsoup4==4.12.2
44
+ bidict==0.23.1
45
+ biopython==1.83
46
+ blake3==0.2.1
47
+ bleach==6.1.0
48
+ blessed==1.20.0
49
+ blinker==1.7.0
50
+ blis==0.7.10
51
+ blosc2==2.5.1
52
+ bokeh==3.3.4
53
+ boltons==23.1.1
54
+ boruta==0.3
55
+ boto3==1.26.100
56
+ botocore==1.34.34
57
+ bq-helper==0.4.1
58
+ bqplot==0.12.43
59
+ branca==0.7.1
60
+ brewer2mpl==1.4.1
61
+ brotli==1.0.9
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==2024.2.2
71
+ cesium==0.12.1
72
+ cffi==1.16.0
73
+ charset-normalizer==3.3.2
74
+ chex==0.1.85
75
+ cleverhans==4.0.0
76
+ click-plugins==1.1.1
77
+ click==8.1.7
78
+ cligj==0.7.2
79
+ cloud-tpu-client==0.10
80
+ cloud-tpu-profiler==2.4.0
81
+ cloudpathlib==0.16.0
82
+ cloudpickle==2.2.1
83
+ cmdstanpy==1.2.1
84
+ cmudict==1.0.18
85
+ colorama==0.4.6
86
+ colorcet==3.0.1
87
+ colorful==0.5.6
88
+ colorlog==6.8.2
89
+ colorlover==0.3.0
90
+ comm==0.2.1
91
+ conda-libmamba-solver==23.7.0
92
+ conda-package-handling==2.2.0
93
+ conda-package-streaming==0.9.0
94
+ conda==23.7.4
95
+ confection==0.1.4
96
+ contextily==1.5.0
97
+ contourpy==1.2.0
98
+ convertdate==2.4.0
99
+ crcmod==1.7
100
+ cryptography==41.0.7
101
+ cuda-python==12.3.0
102
+ cudf==23.8.0
103
+ cufflinks==0.17.3
104
+ cuml==23.8.0
105
+ cupy==13.0.0
106
+ cvxcanon==0.1.2
107
+ cycler==0.12.1
108
+ cymem==2.0.8
109
+ cysignals==1.11.4
110
+ cython==3.0.8
111
+ cytoolz==0.12.3
112
+ daal4py==2024.1.0
113
+ daal==2024.1.0
114
+ dacite==1.8.1
115
+ dask-cuda==23.8.0
116
+ dask-cudf==23.8.0
117
+ dask==2024.2.0
118
+ dataclasses-json==0.6.4
119
+ dataproc-jupyter-plugin==0.1.66
120
+ datasets==2.18.0
121
+ datashader==0.16.0
122
+ datatile==1.0.3
123
+ db-dtypes==1.2.0
124
+ deap==1.4.1
125
+ debugpy==1.8.0
126
+ decorator==5.1.1
127
+ deepdiff==6.7.1
128
+ defusedxml==0.7.1
129
+ delorean==1.0.0
130
+ deprecated==1.2.14
131
+ deprecation==2.1.0
132
+ descartes==1.1.0
133
+ dill==0.3.8
134
+ dipy==1.8.0
135
+ distlib==0.3.8
136
+ distributed==2023.7.1
137
+ distro==1.9.0
138
+ dm-tree==0.1.8
139
+ docker-pycreds==0.4.0
140
+ docker==7.0.0
141
+ docopt==0.6.2
142
+ docstring-parser==0.15
143
+ docstring-to-markdown==0.15
144
+ docutils==0.20.1
145
+ earthengine-api==0.1.391
146
+ easydict==1.12
147
+ easyocr==1.7.1
148
+ ecos==2.0.13
149
+ eli5==0.13.0
150
+ emoji==2.10.1
151
+ en-core-web-lg==3.7.1
152
+ en-core-web-sm==3.7.1
153
+ entrypoints==0.4
154
+ ephem==4.1.5
155
+ esda==2.5.1
156
+ essentia==2.1b6.dev1110
157
+ et-xmlfile==1.1.0
158
+ etils==1.6.0
159
+ evaluate==0.4.1
160
+ exceptiongroup==1.2.0
161
+ executing==2.0.1
162
+ explainable-ai-sdk==1.3.3
163
+ farama-notifications==0.0.4
164
+ fastai==2.7.14
165
+ fastapi==0.108.0
166
+ fastavro==1.9.3
167
+ fastcore==1.5.29
168
+ fastdownload==0.0.7
169
+ fasteners==0.19
170
+ fastjsonschema==2.19.1
171
+ fastprogress==1.0.3
172
+ fastrlock==0.8.2
173
+ fasttext==0.9.2
174
+ fbpca==1.0
175
+ feather-format==0.4.1
176
+ featuretools==1.29.0
177
+ filelock==3.13.1
178
+ fiona==1.9.5
179
+ fitter==1.7.0
180
+ flake8==7.0.0
181
+ flashtext==2.7
182
+ flask==3.0.2
183
+ flatbuffers==23.5.26
184
+ flax==0.8.1
185
+ folium==0.15.1
186
+ fonttools==4.47.0
187
+ fqdn==1.5.1
188
+ frozendict==2.4.0
189
+ frozenlist==1.4.1
190
+ fsspec==2024.2.0
191
+ funcy==2.0
192
+ fury==0.9.0
193
+ future==1.0.0
194
+ fuzzywuzzy==0.18.0
195
+ gast==0.5.4
196
+ gatspy==0.3
197
+ gcsfs==2023.12.2.post1
198
+ gensim==4.3.2
199
+ geographiclib==2.0
200
+ geohash==1.0
201
+ geojson==3.1.0
202
+ geopandas==0.14.3
203
+ geoplot==0.5.1
204
+ geopy==2.4.1
205
+ geoviews==1.11.1
206
+ ggplot==0.11.5
207
+ giddy==2.3.5
208
+ gitdb==4.0.11
209
+ gitpython==3.1.41
210
+ google-ai-generativelanguage==0.4.0
211
+ google-api-core==2.11.1
212
+ google-api-python-client==2.118.0
213
+ google-apitools==0.5.31
214
+ google-auth-httplib2==0.1.1
215
+ google-auth-oauthlib==1.2.0
216
+ google-auth==2.26.1
217
+ google-cloud-aiplatform==0.6.0a1
218
+ google-cloud-artifact-registry==1.10.0
219
+ google-cloud-automl==1.0.1
220
+ google-cloud-bigquery==2.34.4
221
+ google-cloud-bigtable==1.7.3
222
+ google-cloud-core==2.4.1
223
+ google-cloud-datastore==2.19.0
224
+ google-cloud-dlp==3.14.0
225
+ google-cloud-jupyter-config==0.0.5
226
+ google-cloud-language==2.13.1
227
+ google-cloud-monitoring==2.18.0
228
+ google-cloud-pubsub==2.19.0
229
+ google-cloud-pubsublite==1.9.0
230
+ google-cloud-recommendations-ai==0.7.1
231
+ google-cloud-resource-manager==1.11.0
232
+ google-cloud-spanner==3.40.1
233
+ google-cloud-storage==1.44.0
234
+ google-cloud-translate==3.12.1
235
+ google-cloud-videointelligence==2.13.1
236
+ google-cloud-vision==2.8.0
237
+ google-crc32c==1.5.0
238
+ google-generativeai==0.3.2
239
+ google-pasta==0.2.0
240
+ google-resumable-media==2.7.0
241
+ googleapis-common-protos==1.62.0
242
+ gplearn==0.4.2
243
+ gpustat==1.0.0
244
+ gpxpy==1.6.2
245
+ graphviz==0.20.1
246
+ greenlet==3.0.3
247
+ grpc-google-iam-v1==0.12.7
248
+ grpcio-status==1.48.1
249
+ grpcio==1.51.1
250
+ gviz-api==1.10.0
251
+ gym-notices==0.0.8
252
+ gym==0.26.2
253
+ gymnasium==0.29.0
254
+ h11==0.14.0
255
+ h2o==3.44.0.3
256
+ h5netcdf==1.3.0
257
+ h5py==3.10.0
258
+ haversine==2.8.1
259
+ hdfs==2.7.3
260
+ hep-ml==0.7.2
261
+ hijri-converter==2.3.1
262
+ hmmlearn==0.3.0
263
+ holidays==0.24
264
+ holoviews==1.18.3
265
+ hpsklearn==0.1.0
266
+ html5lib==1.1
267
+ htmlmin==0.1.12
268
+ httpcore==1.0.4
269
+ httplib2==0.21.0
270
+ httptools==0.6.1
271
+ httpx==0.27.0
272
+ huggingface-hub==0.20.3
273
+ humanize==4.9.0
274
+ hunspell==0.5.5
275
+ husl==4.0.3
276
+ hydra-slayer==0.5.0
277
+ hyperopt==0.2.7
278
+ hypertools==0.8.0
279
+ idna==3.6
280
+ igraph==0.11.4
281
+ imagecodecs==2024.1.1
282
+ imagehash==4.3.1
283
+ imageio==2.33.1
284
+ imbalanced-learn==0.12.0
285
+ imgaug==0.4.0
286
+ importlib-metadata==6.11.0
287
+ importlib-resources==6.1.1
288
+ inequality==1.0.1
289
+ iniconfig==2.0.0
290
+ ipydatawidgets==4.3.5
291
+ ipykernel==6.28.0
292
+ ipyleaflet==0.18.2
293
+ ipympl==0.7.0
294
+ ipython-genutils==0.2.0
295
+ ipython-sql==0.5.0
296
+ ipython==8.20.0
297
+ ipyvolume==0.6.3
298
+ ipyvue==1.10.1
299
+ ipyvuetify==1.8.10
300
+ ipywebrtc==0.6.0
301
+ ipywidgets==7.7.1
302
+ isoduration==20.11.0
303
+ isort==5.13.2
304
+ isoweek==1.3.3
305
+ itsdangerous==2.1.2
306
+ janome==0.5.0
307
+ jaraco.classes==3.3.0
308
+ jax-jumpy==1.0.0
309
+ jax==0.4.23
310
+ jaxlib==0.4.23.dev20240116
311
+ jedi==0.19.1
312
+ jeepney==0.8.0
313
+ jieba==0.42.1
314
+ jinja2==3.1.2
315
+ jmespath==1.0.1
316
+ joblib==1.3.2
317
+ json5==0.9.14
318
+ jsonpatch==1.33
319
+ jsonpointer==2.4
320
+ jsonschema-specifications==2023.12.1
321
+ jsonschema==4.20.0
322
+ jupyter-client==7.4.9
323
+ jupyter-console==6.6.3
324
+ jupyter-core==5.7.1
325
+ jupyter-events==0.9.0
326
+ jupyter-http-over-ws==0.0.8
327
+ jupyter-lsp==1.5.1
328
+ jupyter-server-fileid==0.9.1
329
+ jupyter-server-mathjax==0.2.6
330
+ jupyter-server-proxy==4.1.0
331
+ jupyter-server-terminals==0.5.1
332
+ jupyter-server-ydoc==0.8.0
333
+ jupyter-server==2.12.5
334
+ jupyter-ydoc==0.2.5
335
+ jupyterlab-git==0.44.0
336
+ jupyterlab-lsp==5.0.3
337
+ jupyterlab-pygments==0.3.0
338
+ jupyterlab-server==2.25.2
339
+ jupyterlab-widgets==3.0.9
340
+ jupyterlab==4.1.2
341
+ jupytext==1.16.0
342
+ kaggle-environments==1.14.3
343
+ kaggle==1.6.6
344
+ kagglehub==0.1.9
345
+ keras-cv==0.8.2
346
+ keras-nlp==0.8.1
347
+ keras-tuner==1.4.6
348
+ keras==3.0.5
349
+ kernels-mixer==0.0.7
350
+ keyring==24.3.0
351
+ keyrings.google-artifactregistry-auth==1.1.2
352
+ kfp-pipeline-spec==0.2.2
353
+ kfp-server-api==2.0.5
354
+ kfp==2.5.0
355
+ kiwisolver==1.4.5
356
+ kmapper==2.0.1
357
+ kmodes==0.12.2
358
+ korean-lunar-calendar==0.3.1
359
+ kornia==0.7.1
360
+ kt-legacy==1.0.5
361
+ kubernetes==26.1.0
362
+ langcodes==3.3.0
363
+ langid==1.1.6
364
+ lazy-loader==0.3
365
+ learntools==0.3.4
366
+ leven==1.0.4
367
+ levenshtein==0.25.0
368
+ libclang==16.0.6
369
+ libmambapy==1.5.0
370
+ libpysal==4.9.2
371
+ librosa==0.10.1
372
+ lightgbm==4.2.0
373
+ lightning-utilities==0.10.1
374
+ lime==0.2.0.1
375
+ line-profiler==4.1.2
376
+ linkify-it-py==2.0.3
377
+ llvmlite==0.41.1
378
+ lml==0.1.0
379
+ locket==1.0.0
380
+ loguru==0.7.2
381
+ lunarcalendar==0.0.9
382
+ lxml==5.1.0
383
+ lz4==4.3.3
384
+ mako==1.3.2
385
+ mamba==1.5.0
386
+ mapclassify==2.6.1
387
+ marisa-trie==1.1.0
388
+ markdown-it-py==3.0.0
389
+ markdown==3.5.2
390
+ markovify==0.9.4
391
+ markupsafe==2.1.3
392
+ marshmallow==3.20.2
393
+ matplotlib-inline==0.1.6
394
+ matplotlib-venn==0.11.10
395
+ matplotlib==3.7.5
396
+ mccabe==0.7.0
397
+ mdit-py-plugins==0.4.0
398
+ mdurl==0.1.2
399
+ memory-profiler==0.61.0
400
+ menuinst==2.0.1
401
+ mercantile==1.2.1
402
+ mgwr==2.2.1
403
+ missingno==0.5.2
404
+ mistune==0.8.4
405
+ mizani==0.11.0
406
+ ml-dtypes==0.2.0
407
+ mlcrate==0.2.0
408
+ mlens==0.2.3
409
+ mlxtend==0.23.1
410
+ mmh3==4.1.0
411
+ mne==1.6.1
412
+ mnist==0.2.2
413
+ mock==5.1.0
414
+ momepy==0.7.0
415
+ more-itertools==10.2.0
416
+ mpld3==0.5.10
417
+ mpmath==1.3.0
418
+ msgpack-numpy==0.4.8
419
+ msgpack==1.0.7
420
+ multidict==6.0.4
421
+ multimethod==1.10
422
+ multipledispatch==1.0.0
423
+ multiprocess==0.70.16
424
+ munkres==1.1.4
425
+ murmurhash==1.0.10
426
+ mypy-extensions==1.0.0
427
+ namex==0.0.7
428
+ nb-conda-kernels==2.3.1
429
+ nb-conda==2.2.1
430
+ nbclassic==1.0.0
431
+ nbclient==0.5.13
432
+ nbconvert==6.4.5
433
+ nbdime==3.2.0
434
+ nbformat==5.9.2
435
+ ndindex==1.8
436
+ nest-asyncio==1.5.8
437
+ networkx==3.2.1
438
+ nibabel==5.2.0
439
+ nilearn==0.10.3
440
+ ninja==1.11.1.1
441
+ nltk==3.2.4
442
+ nose==1.3.7
443
+ notebook-executor==0.2
444
+ notebook-shim==0.2.3
445
+ notebook==6.5.4
446
+ numba==0.58.1
447
+ numexpr==2.9.0
448
+ numpy==1.26.4
449
+ nvidia-ml-py==11.495.46
450
+ nvtx==0.2.10
451
+ oauth2client==4.1.3
452
+ oauthlib==3.2.2
453
+ objsize==0.6.1
454
+ odfpy==1.4.1
455
+ olefile==0.47
456
+ onnx==1.15.0
457
+ opencensus-context==0.1.3
458
+ opencensus==0.11.4
459
+ opencv-contrib-python==4.9.0.80
460
+ opencv-python-headless==4.9.0.80
461
+ opencv-python==4.9.0.80
462
+ openpyxl==3.1.2
463
+ openslide-python==1.3.1
464
+ opentelemetry-api==1.22.0
465
+ opentelemetry-exporter-otlp-proto-common==1.22.0
466
+ opentelemetry-exporter-otlp-proto-grpc==1.22.0
467
+ opentelemetry-exporter-otlp-proto-http==1.22.0
468
+ opentelemetry-exporter-otlp==1.22.0
469
+ opentelemetry-proto==1.22.0
470
+ opentelemetry-sdk==1.22.0
471
+ opentelemetry-semantic-conventions==0.43b0
472
+ opt-einsum==3.3.0
473
+ optax==0.1.9
474
+ optuna==3.5.0
475
+ orbax-checkpoint==0.5.3
476
+ ordered-set==4.1.0
477
+ orderedmultidict==1.0.1
478
+ orjson==3.9.10
479
+ ortools==9.4.1874
480
+ osmnx==1.9.1
481
+ overrides==7.4.0
482
+ packaging==21.3
483
+ pandas-datareader==0.10.0
484
+ pandas-profiling==3.6.6
485
+ pandas-summary==0.2.0
486
+ pandas==2.1.4
487
+ pandasql==0.7.3
488
+ pandocfilters==1.5.0
489
+ panel==1.3.8
490
+ papermill==2.5.0
491
+ param==2.0.2
492
+ parso==0.8.3
493
+ partd==1.4.1
494
+ path.py==12.5.0
495
+ path==16.10.0
496
+ pathos==0.3.2
497
+ pathy==0.10.3
498
+ patsy==0.5.6
499
+ pdf2image==1.17.0
500
+ pettingzoo==1.24.0
501
+ pexpect==4.8.0
502
+ phik==0.12.4
503
+ pickleshare==0.7.5
504
+ pillow==9.5.0
505
+ pip==23.3.2
506
+ pkgutil-resolve-name==1.3.10
507
+ platformdirs==4.2.0
508
+ plotly-express==0.4.1
509
+ plotly==5.18.0
510
+ plotnine==0.13.0
511
+ pluggy==1.3.0
512
+ pointpats==2.4.0
513
+ polars==0.20.10
514
+ polyglot==16.7.4
515
+ pooch==1.8.1
516
+ pox==0.3.4
517
+ ppca==0.0.4
518
+ ppft==1.7.6.8
519
+ preprocessing==0.1.13
520
+ preshed==3.0.9
521
+ prettytable==3.9.0
522
+ progressbar2==4.3.2
523
+ prometheus-client==0.19.0
524
+ promise==2.3
525
+ prompt-toolkit==3.0.42
526
+ pronouncing==0.2.0
527
+ prophet==1.1.1
528
+ proto-plus==1.23.0
529
+ protobuf==3.20.3
530
+ psutil==5.9.3
531
+ ptyprocess==0.7.0
532
+ pudb==2024.1
533
+ pulp==2.8.0
534
+ pure-eval==0.2.2
535
+ py-cpuinfo==9.0.0
536
+ py-spy==0.3.14
537
+ py4j==0.10.9.7
538
+ pyaml==23.12.0
539
+ pyarabic==0.6.15
540
+ pyarrow-hotfix==0.6
541
+ pyarrow==15.0.0
542
+ pyasn1-modules==0.3.0
543
+ pyasn1==0.5.1
544
+ pyastronomy==0.20.0
545
+ pybind11==2.11.1
546
+ pyclipper==1.3.0.post5
547
+ pycodestyle==2.11.1
548
+ pycosat==0.6.6
549
+ pycparser==2.21
550
+ pycryptodome==3.20.0
551
+ pyct==0.5.0
552
+ pycuda==2024.1
553
+ pydantic-core==2.14.6
554
+ pydantic==2.5.3
555
+ pydegensac==0.1.2
556
+ pydicom==2.4.4
557
+ pydocstyle==6.3.0
558
+ pydot==1.4.2
559
+ pydub==0.25.1
560
+ pyemd==1.0.0
561
+ pyerfa==2.0.1.1
562
+ pyexcel-io==0.6.6
563
+ pyexcel-ods==0.6.0
564
+ pyfasttext==0.4.6
565
+ pyflakes==3.2.0
566
+ pygltflib==1.16.1
567
+ pygments==2.17.2
568
+ pyjwt==2.8.0
569
+ pykalman==0.9.5
570
+ pyldavis==3.4.1
571
+ pylibraft==23.8.0
572
+ pylint==3.0.3
573
+ pymc3==3.11.4
574
+ pymeeus==0.5.12
575
+ pymongo==3.13.0
576
+ pympler==1.0.1
577
+ pynndescent==0.5.11
578
+ pynvml==11.4.1
579
+ pynvrtc==9.2
580
+ pyocr==0.8.5
581
+ pyopenssl==23.3.0
582
+ pyparsing==3.1.1
583
+ pypdf==4.0.2
584
+ pyproj==3.6.1
585
+ pysal==24.1
586
+ pyshp==2.3.1
587
+ pysocks==1.7.1
588
+ pytesseract==0.3.10
589
+ pytest==8.0.1
590
+ python-bidi==0.4.2
591
+ python-dateutil==2.8.2
592
+ python-dotenv==1.0.0
593
+ python-json-logger==2.0.7
594
+ python-levenshtein==0.25.0
595
+ python-louvain==0.16
596
+ python-lsp-jsonrpc==1.1.2
597
+ python-lsp-server==1.10.0
598
+ python-slugify==8.0.4
599
+ python-utils==3.8.2
600
+ pythreejs==2.4.2
601
+ pytoolconfig==1.3.1
602
+ pytools==2023.1.1
603
+ pytorch-ignite==0.4.13
604
+ pytorch-lightning==2.2.0.post0
605
+ pytz==2023.3.post1
606
+ pyu2f==0.1.5
607
+ pyupset==0.1.1.post7
608
+ pyviz-comms==3.0.1
609
+ pywavelets==1.5.0
610
+ pyyaml==6.0.1
611
+ pyzmq==24.0.1
612
+ qgrid==1.3.1
613
+ qtconsole==5.5.1
614
+ qtpy==2.4.1
615
+ quantecon==0.7.1
616
+ quantities==0.15.0
617
+ qudida==0.0.4
618
+ raft-dask==23.8.0
619
+ rapidfuzz==3.6.1
620
+ rasterio==1.3.9
621
+ rasterstats==0.19.0
622
+ ray-cpp==2.9.0
623
+ ray==2.9.0
624
+ referencing==0.32.1
625
+ regex==2023.12.25
626
+ requests-oauthlib==1.3.1
627
+ requests-toolbelt==0.10.1
628
+ requests==2.31.0
629
+ responses==0.18.0
630
+ retrying==1.3.3
631
+ rfc3339-validator==0.1.4
632
+ rfc3986-validator==0.1.1
633
+ rgf-python==3.12.0
634
+ rich-click==1.7.3
635
+ rich==13.7.0
636
+ rmm==23.8.0
637
+ rope==1.12.0
638
+ rpds-py==0.16.2
639
+ rsa==4.9
640
+ rtree==1.2.0
641
+ ruamel-yaml-conda==0.15.100
642
+ ruamel.yaml.clib==0.2.7
643
+ ruamel.yaml==0.17.40
644
+ s2sphere==0.2.5
645
+ s3fs==2024.2.0
646
+ s3transfer==0.6.2
647
+ safetensors==0.4.2
648
+ scattertext==0.1.19
649
+ scikit-image==0.22.0
650
+ scikit-learn-intelex==2024.1.0
651
+ scikit-learn==1.2.2
652
+ scikit-multilearn==0.2.0
653
+ scikit-optimize==0.9.0
654
+ scikit-plot==0.3.7
655
+ scikit-surprise==1.1.3
656
+ scipy==1.11.4
657
+ seaborn==0.12.2
658
+ secretstorage==3.3.3
659
+ segment-anything==1.0
660
+ segregation==2.5
661
+ semver==3.0.2
662
+ send2trash==1.8.2
663
+ sentence-transformers==2.5.1
664
+ sentencepiece==0.2.0
665
+ sentry-sdk==1.40.5
666
+ setfit==1.0.3
667
+ setproctitle==1.3.3
668
+ setuptools-git==1.2
669
+ setuptools-scm==8.0.4
670
+ setuptools==69.0.3
671
+ shap==0.44.1
672
+ shapely==1.8.5.post1
673
+ shellingham==1.5.4
674
+ shimmy==1.3.0
675
+ simpervisor==1.0.0
676
+ simpleitk==2.3.1
677
+ simplejson==3.19.2
678
+ six==1.16.0
679
+ sklearn-pandas==2.2.0
680
+ slicer==0.0.7
681
+ smart-open==6.4.0
682
+ smhasher==0.150.1
683
+ smmap==5.0.1
684
+ sniffio==1.3.0
685
+ snowballstemmer==2.2.0
686
+ snuggs==1.4.7
687
+ sortedcontainers==2.4.0
688
+ soundfile==0.12.1
689
+ soupsieve==2.5
690
+ soxr==0.3.7
691
+ spacy-legacy==3.0.12
692
+ spacy-loggers==1.0.5
693
+ spacy==3.7.2
694
+ spaghetti==1.7.5.post1
695
+ spectral==0.23.1
696
+ spglm==1.1.0
697
+ sphinx-rtd-theme==0.2.4
698
+ spint==1.0.7
699
+ splot==1.1.5.post1
700
+ spopt==0.6.0
701
+ spreg==1.4.2
702
+ spvcm==0.3.0
703
+ sqlalchemy==2.0.25
704
+ sqlparse==0.4.4
705
+ squarify==0.4.3
706
+ srsly==2.4.8
707
+ stable-baselines3==2.1.0
708
+ stack-data==0.6.2
709
+ stanio==0.3.0
710
+ starlette==0.32.0.post1
711
+ statsmodels==0.14.1
712
+ stemming==1.0.1
713
+ stop-words==2018.7.23
714
+ stopit==1.1.2
715
+ stumpy==1.12.0
716
+ sympy==1.12
717
+ tables==3.9.2
718
+ tabulate==0.9.0
719
+ tangled-up-in-unicode==0.2.0
720
+ tbb==2021.11.0
721
+ tblib==3.0.0
722
+ tenacity==8.2.3
723
+ tensorboard-data-server==0.7.2
724
+ tensorboard-plugin-profile==2.15.0
725
+ tensorboard==2.15.1
726
+ tensorboardx==2.6.2.2
727
+ tensorflow-cloud==0.1.16
728
+ tensorflow-datasets==4.9.4
729
+ tensorflow-decision-forests==1.8.1
730
+ tensorflow-estimator==2.15.0
731
+ tensorflow-hub==0.16.1
732
+ tensorflow-io-gcs-filesystem==0.35.0
733
+ tensorflow-io==0.35.0
734
+ tensorflow-metadata==0.14.0
735
+ tensorflow-probability==0.23.0
736
+ tensorflow-serving-api==2.14.1
737
+ tensorflow-text==2.15.0
738
+ tensorflow-transform==0.14.0
739
+ tensorflow==2.15.0
740
+ tensorpack==0.11
741
+ tensorstore==0.1.53
742
+ termcolor==2.4.0
743
+ terminado==0.18.0
744
+ testpath==0.6.0
745
+ text-unidecode==1.3
746
+ textblob==0.18.0.post0
747
+ texttable==1.7.0
748
+ tf-keras==2.15.0
749
+ tfp-nightly==0.24.0.dev0
750
+ theano-pymc==1.1.2
751
+ theano==1.0.5
752
+ thinc==8.2.2
753
+ threadpoolctl==3.2.0
754
+ tifffile==2023.12.9
755
+ timm==0.9.16
756
+ tinycss2==1.2.1
757
+ tobler==0.11.2
758
+ tokenizers==0.15.2
759
+ toml==0.10.2
760
+ tomli==2.0.1
761
+ tomlkit==0.12.3
762
+ toolz==0.12.1
763
+ torch==2.1.2
764
+ torchaudio==2.1.2
765
+ torchdata==0.7.1
766
+ torchinfo==1.8.0
767
+ torchmetrics==1.3.1
768
+ torchtext==0.16.2
769
+ torchvision==0.16.2
770
+ tornado==6.3.3
771
+ tpot==0.12.1
772
+ tqdm==4.66.1
773
+ traceml==1.0.8
774
+ traitlets==5.9.0
775
+ traittypes==0.2.1
776
+ transformers==4.38.1
777
+ treelite-runtime==3.2.0
778
+ treelite==3.2.0
779
+ trueskill==0.4.5
780
+ truststore==0.8.0
781
+ trx-python==0.2.9
782
+ tsfresh==0.20.2
783
+ typeguard==4.1.5
784
+ typer==0.9.0
785
+ types-python-dateutil==2.8.19.20240106
786
+ typing-extensions==4.9.0
787
+ typing-inspect==0.9.0
788
+ typing-utils==0.1.0
789
+ tzdata==2023.4
790
+ tzlocal==5.2
791
+ uc-micro-py==1.0.3
792
+ ucx-py==0.33.0
793
+ ujson==5.9.0
794
+ umap-learn==0.5.5
795
+ unicodedata2==15.1.0
796
+ unidecode==1.3.8
797
+ update-checker==0.18.0
798
+ uri-template==1.3.0
799
+ uritemplate==3.0.1
800
+ urllib3==1.26.18
801
+ urwid-readline==0.13
802
+ urwid==2.6.4
803
+ uvicorn==0.25.0
804
+ uvloop==0.19.0
805
+ vaex-astro==0.9.3
806
+ vaex-core==4.17.1
807
+ vaex-hdf5==0.14.1
808
+ vaex-jupyter==0.8.2
809
+ vaex-ml==0.18.3
810
+ vaex-server==0.9.0
811
+ vaex-viz==0.5.4
812
+ vaex==4.17.0
813
+ vec-noise==1.1.4
814
+ vecstack==0.4.0
815
+ virtualenv==20.21.0
816
+ visions==0.7.5
817
+ vowpalwabbit==9.9.0
818
+ vtk==9.3.0
819
+ wand==0.6.13
820
+ wandb==0.16.3
821
+ wasabi==1.1.2
822
+ watchfiles==0.21.0
823
+ wavio==0.0.8
824
+ wcwidth==0.2.13
825
+ weasel==0.3.4
826
+ webcolors==1.13
827
+ webencodings==0.5.1
828
+ websocket-client==1.7.0
829
+ websockets==12.0
830
+ werkzeug==3.0.1
831
+ wfdb==4.1.2
832
+ whatthepatch==1.0.5
833
+ wheel==0.42.0
834
+ widgetsnbextension==3.6.6
835
+ witwidget==1.8.1
836
+ woodwork==0.28.0
837
+ wordcloud==1.9.3
838
+ wordsegment==1.3.1
839
+ wrapt==1.14.1
840
+ xarray-einstats==0.7.0
841
+ xarray==2024.2.0
842
+ xgboost==2.0.3
843
+ xvfbwrapper==0.2.9
844
+ xxhash==3.4.1
845
+ xyzservices==2023.10.1
846
+ y-py==0.6.2
847
+ yapf==0.40.2
848
+ yarl==1.9.3
849
+ ydata-profiling==4.6.4
850
+ yellowbrick==1.5
851
+ ypy-websocket==0.8.4
852
+ zict==3.0.0
853
+ zipp==3.17.0
854
+ zstandard==0.22.0
wandb/run-20240306_153450-l1uc7yan/files/wandb-metadata.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-5.15.133+-x86_64-with-glibc2.31",
3
+ "python": "3.10.13",
4
+ "heartbeatAt": "2024-03-06T15:34:56.605558",
5
+ "startedAt": "2024-03-06T15:34:50.906766",
6
+ "docker": null,
7
+ "cuda": null,
8
+ "args": [],
9
+ "state": "running",
10
+ "program": "kaggle.ipynb",
11
+ "codePathLocal": null,
12
+ "root": "/kaggle/working",
13
+ "host": "64d026e37c1e",
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.172,
20
+ "min": 0.0,
21
+ "max": 0.0
22
+ },
23
+ "cpu_freq_per_core": [
24
+ {
25
+ "current": 2000.172,
26
+ "min": 0.0,
27
+ "max": 0.0
28
+ },
29
+ {
30
+ "current": 2000.172,
31
+ "min": 0.0,
32
+ "max": 0.0
33
+ },
34
+ {
35
+ "current": 2000.172,
36
+ "min": 0.0,
37
+ "max": 0.0
38
+ },
39
+ {
40
+ "current": 2000.172,
41
+ "min": 0.0,
42
+ "max": 0.0
43
+ }
44
+ ],
45
+ "disk": {
46
+ "/": {
47
+ "total": 8062.387607574463,
48
+ "used": 5519.631824493408
49
+ }
50
+ },
51
+ "gpu": "Tesla P100-PCIE-16GB",
52
+ "gpu_count": 1,
53
+ "gpu_devices": [
54
+ {
55
+ "name": "Tesla P100-PCIE-16GB",
56
+ "memory_total": 17179869184
57
+ }
58
+ ],
59
+ "memory": {
60
+ "total": 31.357559204101562
61
+ }
62
+ }
wandb/run-20240306_153450-l1uc7yan/files/wandb-summary.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"train/loss": 1.8478, "train/grad_norm": 5.011098384857178, "train/learning_rate": 1.6000000000000003e-05, "train/epoch": 1.0, "train/global_step": 31, "_timestamp": 1709739417.3451996, "_runtime": 126.43091368675232, "_step": 2, "eval/loss": 1.771235704421997, "eval/accuracy": 0.34545454545454546, "eval/precision": 0.11933884297520661, "eval/recall": 0.34545454545454546, "eval/f1": 0.17739557739557738, "eval/runtime": 2.0214, "eval/samples_per_second": 27.209, "eval/steps_per_second": 1.979}
wandb/run-20240306_153450-l1uc7yan/logs/debug-internal.log ADDED
@@ -0,0 +1,179 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-03-06 15:34:50,913 INFO StreamThr :135 [internal.py:wandb_internal():86] W&B internal server running at pid: 135, started at: 2024-03-06 15:34:50.913034
2
+ 2024-03-06 15:34:50,915 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status
3
+ 2024-03-06 15:34:51,720 INFO WriterThread:135 [datastore.py:open_for_write():87] open: /kaggle/working/wandb/run-20240306_153450-l1uc7yan/run-l1uc7yan.wandb
4
+ 2024-03-06 15:34:51,721 DEBUG SenderThread:135 [sender.py:send():382] send: header
5
+ 2024-03-06 15:34:51,723 DEBUG SenderThread:135 [sender.py:send():382] send: run
6
+ 2024-03-06 15:34:56,499 INFO SenderThread:135 [dir_watcher.py:__init__():211] watching files in: /kaggle/working/wandb/run-20240306_153450-l1uc7yan/files
7
+ 2024-03-06 15:34:56,499 INFO SenderThread:135 [sender.py:_start_run_threads():1136] run started: l1uc7yan with start time 1709739290.914286
8
+ 2024-03-06 15:34:56,499 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
9
+ 2024-03-06 15:34:56,508 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: check_version
10
+ 2024-03-06 15:34:56,508 DEBUG SenderThread:135 [sender.py:send_request():409] send_request: check_version
11
+ 2024-03-06 15:34:56,584 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: run_start
12
+ 2024-03-06 15:34:56,595 DEBUG HandlerThread:135 [system_info.py:__init__():27] System info init
13
+ 2024-03-06 15:34:56,595 DEBUG HandlerThread:135 [system_info.py:__init__():42] System info init done
14
+ 2024-03-06 15:34:56,595 INFO HandlerThread:135 [system_monitor.py:start():194] Starting system monitor
15
+ 2024-03-06 15:34:56,596 INFO SystemMonitor:135 [system_monitor.py:_start():158] Starting system asset monitoring threads
16
+ 2024-03-06 15:34:56,596 INFO HandlerThread:135 [system_monitor.py:probe():214] Collecting system info
17
+ 2024-03-06 15:34:56,597 INFO SystemMonitor:135 [interfaces.py:start():190] Started cpu monitoring
18
+ 2024-03-06 15:34:56,597 INFO SystemMonitor:135 [interfaces.py:start():190] Started disk monitoring
19
+ 2024-03-06 15:34:56,599 INFO SystemMonitor:135 [interfaces.py:start():190] Started gpu monitoring
20
+ 2024-03-06 15:34:56,600 INFO SystemMonitor:135 [interfaces.py:start():190] Started memory monitoring
21
+ 2024-03-06 15:34:56,600 INFO SystemMonitor:135 [interfaces.py:start():190] Started network monitoring
22
+ 2024-03-06 15:34:56,605 DEBUG HandlerThread:135 [system_info.py:probe():151] Probing system
23
+ 2024-03-06 15:34:56,607 DEBUG HandlerThread:135 [gitlib.py:_init_repo():56] git repository is invalid
24
+ 2024-03-06 15:34:56,607 DEBUG HandlerThread:135 [system_info.py:probe():199] Probing system done
25
+ 2024-03-06 15:34:56,607 DEBUG HandlerThread:135 [system_monitor.py:probe():223] {'os': 'Linux-5.15.133+-x86_64-with-glibc2.31', 'python': '3.10.13', 'heartbeatAt': '2024-03-06T15:34:56.605558', 'startedAt': '2024-03-06T15:34:50.906766', 'docker': None, 'cuda': None, 'args': (), 'state': 'running', 'program': 'kaggle.ipynb', 'codePathLocal': None, 'root': '/kaggle/working', 'host': '64d026e37c1e', 'username': 'root', 'executable': '/opt/conda/bin/python3.10', 'cpu_count': 2, 'cpu_count_logical': 4, 'cpu_freq': {'current': 2000.172, 'min': 0.0, 'max': 0.0}, 'cpu_freq_per_core': [{'current': 2000.172, 'min': 0.0, 'max': 0.0}, {'current': 2000.172, 'min': 0.0, 'max': 0.0}, {'current': 2000.172, 'min': 0.0, 'max': 0.0}, {'current': 2000.172, 'min': 0.0, 'max': 0.0}], 'disk': {'/': {'total': 8062.387607574463, 'used': 5519.631824493408}}, 'gpu': 'Tesla P100-PCIE-16GB', 'gpu_count': 1, 'gpu_devices': [{'name': 'Tesla P100-PCIE-16GB', 'memory_total': 17179869184}], 'memory': {'total': 31.357559204101562}}
26
+ 2024-03-06 15:34:56,608 INFO HandlerThread:135 [system_monitor.py:probe():224] Finished collecting system info
27
+ 2024-03-06 15:34:56,608 INFO HandlerThread:135 [system_monitor.py:probe():227] Publishing system info
28
+ 2024-03-06 15:34:56,608 DEBUG HandlerThread:135 [system_info.py:_save_conda():208] Saving list of conda packages installed into the current environment
29
+ 2024-03-06 15:34:57,501 INFO Thread-12 :135 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240306_153450-l1uc7yan/files/conda-environment.yaml
30
+ 2024-03-06 15:35:51,347 DEBUG HandlerThread:135 [system_info.py:_save_conda():220] Saving conda packages done
31
+ 2024-03-06 15:35:51,347 INFO HandlerThread:135 [system_monitor.py:probe():229] Finished publishing system info
32
+ 2024-03-06 15:35:51,356 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
33
+ 2024-03-06 15:35:51,356 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
34
+ 2024-03-06 15:35:51,356 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
35
+ 2024-03-06 15:35:51,356 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
36
+ 2024-03-06 15:35:51,356 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
37
+ 2024-03-06 15:35:51,356 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
38
+ 2024-03-06 15:35:51,356 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
39
+ 2024-03-06 15:35:51,356 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
40
+ 2024-03-06 15:35:51,357 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
41
+ 2024-03-06 15:35:51,357 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
42
+ 2024-03-06 15:35:51,357 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
43
+ 2024-03-06 15:35:51,357 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: python_packages
44
+ 2024-03-06 15:35:51,357 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: stop_status
45
+ 2024-03-06 15:35:51,357 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: internal_messages
46
+ 2024-03-06 15:35:51,357 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
47
+ 2024-03-06 15:35:51,359 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
48
+ 2024-03-06 15:35:51,359 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
49
+ 2024-03-06 15:35:51,359 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
50
+ 2024-03-06 15:35:51,359 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
51
+ 2024-03-06 15:35:51,359 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
52
+ 2024-03-06 15:35:51,359 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
53
+ 2024-03-06 15:35:51,359 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
54
+ 2024-03-06 15:35:51,360 DEBUG SenderThread:135 [sender.py:send_request():409] send_request: python_packages
55
+ 2024-03-06 15:35:51,362 DEBUG SenderThread:135 [sender.py:send():382] send: telemetry
56
+ 2024-03-06 15:35:51,362 DEBUG SenderThread:135 [sender.py:send():382] send: config
57
+ 2024-03-06 15:35:51,363 DEBUG SenderThread:135 [sender.py:send_request():409] send_request: stop_status
58
+ 2024-03-06 15:35:51,455 DEBUG SenderThread:135 [sender.py:send():382] send: metric
59
+ 2024-03-06 15:35:51,456 DEBUG SenderThread:135 [sender.py:send():382] send: telemetry
60
+ 2024-03-06 15:35:51,456 DEBUG SenderThread:135 [sender.py:send():382] send: metric
61
+ 2024-03-06 15:35:51,456 WARNING SenderThread:135 [sender.py:send_metric():1354] Seen metric with glob (shouldn't happen)
62
+ 2024-03-06 15:35:51,456 DEBUG SenderThread:135 [sender.py:send():382] send: telemetry
63
+ 2024-03-06 15:35:51,456 DEBUG SenderThread:135 [sender.py:send():382] send: files
64
+ 2024-03-06 15:35:51,456 INFO SenderThread:135 [sender.py:_save_file():1403] saving file wandb-metadata.json with policy now
65
+ 2024-03-06 15:35:51,518 INFO Thread-12 :135 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240306_153450-l1uc7yan/files/conda-environment.yaml
66
+ 2024-03-06 15:35:51,518 INFO Thread-12 :135 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240306_153450-l1uc7yan/files/wandb-metadata.json
67
+ 2024-03-06 15:35:51,519 INFO Thread-12 :135 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240306_153450-l1uc7yan/files/requirements.txt
68
+ 2024-03-06 15:35:51,636 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
69
+ 2024-03-06 15:35:51,723 INFO wandb-upload_0:135 [upload_job.py:push():131] Uploaded file /tmp/tmpuitk7rj1wandb/c0nbxcmk-wandb-metadata.json
70
+ 2024-03-06 15:35:52,462 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
71
+ 2024-03-06 15:35:53,519 INFO Thread-12 :135 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240306_153450-l1uc7yan/files/config.yaml
72
+ 2024-03-06 15:35:54,624 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: partial_history
73
+ 2024-03-06 15:35:54,626 DEBUG SenderThread:135 [sender.py:send():382] send: metric
74
+ 2024-03-06 15:35:54,626 DEBUG SenderThread:135 [sender.py:send():382] send: metric
75
+ 2024-03-06 15:35:54,626 DEBUG SenderThread:135 [sender.py:send():382] send: metric
76
+ 2024-03-06 15:35:54,626 DEBUG SenderThread:135 [sender.py:send():382] send: metric
77
+ 2024-03-06 15:35:54,626 DEBUG SenderThread:135 [sender.py:send():382] send: history
78
+ 2024-03-06 15:35:54,627 DEBUG SenderThread:135 [sender.py:send_request():409] send_request: summary_record
79
+ 2024-03-06 15:35:54,628 INFO SenderThread:135 [sender.py:_save_file():1403] saving file wandb-summary.json with policy end
80
+ 2024-03-06 15:35:55,520 INFO Thread-12 :135 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240306_153450-l1uc7yan/files/wandb-summary.json
81
+ 2024-03-06 15:35:56,601 DEBUG SystemMonitor:135 [system_monitor.py:_start():172] Starting system metrics aggregation loop
82
+ 2024-03-06 15:35:56,602 DEBUG SenderThread:135 [sender.py:send():382] send: stats
83
+ 2024-03-06 15:35:56,644 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
84
+ 2024-03-06 15:35:58,253 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: pause
85
+ 2024-03-06 15:35:58,253 INFO HandlerThread:135 [handler.py:handle_request_pause():708] stopping system metrics thread
86
+ 2024-03-06 15:35:58,254 INFO HandlerThread:135 [system_monitor.py:finish():203] Stopping system monitor
87
+ 2024-03-06 15:35:58,254 INFO HandlerThread:135 [interfaces.py:finish():202] Joined cpu monitor
88
+ 2024-03-06 15:35:58,254 DEBUG SystemMonitor:135 [system_monitor.py:_start():179] Finished system metrics aggregation loop
89
+ 2024-03-06 15:35:58,254 DEBUG SystemMonitor:135 [system_monitor.py:_start():183] Publishing last batch of metrics
90
+ 2024-03-06 15:35:58,255 INFO HandlerThread:135 [interfaces.py:finish():202] Joined disk monitor
91
+ 2024-03-06 15:35:58,260 INFO HandlerThread:135 [interfaces.py:finish():202] Joined gpu monitor
92
+ 2024-03-06 15:35:58,260 INFO HandlerThread:135 [interfaces.py:finish():202] Joined memory monitor
93
+ 2024-03-06 15:35:58,260 INFO HandlerThread:135 [interfaces.py:finish():202] Joined network monitor
94
+ 2024-03-06 15:35:58,261 DEBUG SenderThread:135 [sender.py:send():382] send: stats
95
+ 2024-03-06 15:35:58,261 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
96
+ 2024-03-06 15:36:01,662 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
97
+ 2024-03-06 15:36:03,262 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
98
+ 2024-03-06 15:36:06,664 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
99
+ 2024-03-06 15:36:08,263 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
100
+ 2024-03-06 15:36:11,664 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
101
+ 2024-03-06 15:36:13,264 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
102
+ 2024-03-06 15:36:16,665 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
103
+ 2024-03-06 15:36:18,265 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
104
+ 2024-03-06 15:36:21,666 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
105
+ 2024-03-06 15:36:22,919 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: resume
106
+ 2024-03-06 15:36:22,919 INFO HandlerThread:135 [handler.py:handle_request_resume():699] starting system metrics thread
107
+ 2024-03-06 15:36:22,919 INFO HandlerThread:135 [system_monitor.py:start():194] Starting system monitor
108
+ 2024-03-06 15:36:22,919 INFO SystemMonitor:135 [system_monitor.py:_start():158] Starting system asset monitoring threads
109
+ 2024-03-06 15:36:22,920 INFO SystemMonitor:135 [interfaces.py:start():190] Started cpu monitoring
110
+ 2024-03-06 15:36:22,921 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: pause
111
+ 2024-03-06 15:36:22,921 INFO HandlerThread:135 [handler.py:handle_request_pause():708] stopping system metrics thread
112
+ 2024-03-06 15:36:22,921 INFO HandlerThread:135 [system_monitor.py:finish():203] Stopping system monitor
113
+ 2024-03-06 15:36:22,921 INFO SystemMonitor:135 [interfaces.py:start():190] Started disk monitoring
114
+ 2024-03-06 15:36:22,922 INFO HandlerThread:135 [interfaces.py:finish():202] Joined cpu monitor
115
+ 2024-03-06 15:36:22,923 DEBUG SystemMonitor:135 [system_monitor.py:_start():172] Starting system metrics aggregation loop
116
+ 2024-03-06 15:36:22,923 INFO HandlerThread:135 [interfaces.py:finish():202] Joined disk monitor
117
+ 2024-03-06 15:36:22,924 DEBUG SystemMonitor:135 [system_monitor.py:_start():179] Finished system metrics aggregation loop
118
+ 2024-03-06 15:36:22,924 DEBUG SystemMonitor:135 [system_monitor.py:_start():183] Publishing last batch of metrics
119
+ 2024-03-06 15:36:22,925 DEBUG SenderThread:135 [sender.py:send():382] send: stats
120
+ 2024-03-06 15:36:23,931 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
121
+ 2024-03-06 15:36:24,529 INFO Thread-12 :135 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240306_153450-l1uc7yan/files/config.yaml
122
+ 2024-03-06 15:36:26,667 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
123
+ 2024-03-06 15:36:26,944 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: resume
124
+ 2024-03-06 15:36:26,944 INFO HandlerThread:135 [handler.py:handle_request_resume():699] starting system metrics thread
125
+ 2024-03-06 15:36:26,944 INFO HandlerThread:135 [system_monitor.py:start():194] Starting system monitor
126
+ 2024-03-06 15:36:26,944 INFO SystemMonitor:135 [system_monitor.py:_start():158] Starting system asset monitoring threads
127
+ 2024-03-06 15:36:26,945 INFO SystemMonitor:135 [interfaces.py:start():190] Started cpu monitoring
128
+ 2024-03-06 15:36:26,948 INFO SystemMonitor:135 [interfaces.py:start():190] Started disk monitoring
129
+ 2024-03-06 15:36:26,948 INFO SystemMonitor:135 [interfaces.py:start():190] Started gpu monitoring
130
+ 2024-03-06 15:36:26,949 INFO SystemMonitor:135 [interfaces.py:start():190] Started memory monitoring
131
+ 2024-03-06 15:36:26,949 INFO SystemMonitor:135 [interfaces.py:start():190] Started network monitoring
132
+ 2024-03-06 15:36:27,530 INFO Thread-12 :135 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240306_153450-l1uc7yan/files/output.log
133
+ 2024-03-06 15:36:28,075 DEBUG SenderThread:135 [sender.py:send():382] send: config
134
+ 2024-03-06 15:36:28,076 DEBUG SenderThread:135 [sender.py:send():382] send: metric
135
+ 2024-03-06 15:36:28,076 DEBUG SenderThread:135 [sender.py:send():382] send: metric
136
+ 2024-03-06 15:36:28,076 WARNING SenderThread:135 [sender.py:send_metric():1354] Seen metric with glob (shouldn't happen)
137
+ 2024-03-06 15:36:29,531 INFO Thread-12 :135 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240306_153450-l1uc7yan/files/output.log
138
+ 2024-03-06 15:36:30,077 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
139
+ 2024-03-06 15:36:31,941 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
140
+ 2024-03-06 15:36:35,078 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
141
+ 2024-03-06 15:36:36,942 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
142
+ 2024-03-06 15:36:40,079 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
143
+ 2024-03-06 15:36:41,943 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
144
+ 2024-03-06 15:36:45,080 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
145
+ 2024-03-06 15:36:46,944 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
146
+ 2024-03-06 15:36:50,080 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
147
+ 2024-03-06 15:36:51,945 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
148
+ 2024-03-06 15:36:55,086 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
149
+ 2024-03-06 15:36:55,320 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: partial_history
150
+ 2024-03-06 15:36:55,321 DEBUG SenderThread:135 [sender.py:send():382] send: history
151
+ 2024-03-06 15:36:55,321 DEBUG SenderThread:135 [sender.py:send_request():409] send_request: summary_record
152
+ 2024-03-06 15:36:55,323 INFO SenderThread:135 [sender.py:_save_file():1403] saving file wandb-summary.json with policy end
153
+ 2024-03-06 15:36:55,540 INFO Thread-12 :135 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240306_153450-l1uc7yan/files/config.yaml
154
+ 2024-03-06 15:36:55,541 INFO Thread-12 :135 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240306_153450-l1uc7yan/files/wandb-summary.json
155
+ 2024-03-06 15:36:56,959 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
156
+ 2024-03-06 15:36:57,345 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: partial_history
157
+ 2024-03-06 15:36:57,348 DEBUG SenderThread:135 [sender.py:send():382] send: metric
158
+ 2024-03-06 15:36:57,348 DEBUG SenderThread:135 [sender.py:send():382] send: metric
159
+ 2024-03-06 15:36:57,348 DEBUG SenderThread:135 [sender.py:send():382] send: metric
160
+ 2024-03-06 15:36:57,348 DEBUG SenderThread:135 [sender.py:send():382] send: metric
161
+ 2024-03-06 15:36:57,349 DEBUG SenderThread:135 [sender.py:send():382] send: metric
162
+ 2024-03-06 15:36:57,349 DEBUG SenderThread:135 [sender.py:send():382] send: metric
163
+ 2024-03-06 15:36:57,349 DEBUG SenderThread:135 [sender.py:send():382] send: metric
164
+ 2024-03-06 15:36:57,349 DEBUG SenderThread:135 [sender.py:send():382] send: metric
165
+ 2024-03-06 15:36:57,349 DEBUG SenderThread:135 [sender.py:send():382] send: history
166
+ 2024-03-06 15:36:57,349 DEBUG SenderThread:135 [sender.py:send_request():409] send_request: summary_record
167
+ 2024-03-06 15:36:57,349 INFO SenderThread:135 [sender.py:_save_file():1403] saving file wandb-summary.json with policy end
168
+ 2024-03-06 15:36:57,541 INFO Thread-12 :135 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240306_153450-l1uc7yan/files/wandb-summary.json
169
+ 2024-03-06 15:36:59,542 INFO Thread-12 :135 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240306_153450-l1uc7yan/files/output.log
170
+ 2024-03-06 15:37:00,351 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
171
+ 2024-03-06 15:37:02,046 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
172
+ 2024-03-06 15:37:05,351 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
173
+ 2024-03-06 15:37:07,048 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
174
+ 2024-03-06 15:37:10,352 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
175
+ 2024-03-06 15:37:12,053 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
176
+ 2024-03-06 15:37:15,353 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
177
+ 2024-03-06 15:37:17,054 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
178
+ 2024-03-06 15:37:20,354 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: status_report
179
+ 2024-03-06 15:37:22,055 DEBUG HandlerThread:135 [handler.py:handle_request():146] handle_request: keepalive
wandb/run-20240306_153450-l1uc7yan/logs/debug.log ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-03-06 15:34:50,908 INFO MainThread:34 [wandb_setup.py:_flush():76] Current SDK version is 0.16.3
2
+ 2024-03-06 15:34:50,908 INFO MainThread:34 [wandb_setup.py:_flush():76] Configure stats pid to 34
3
+ 2024-03-06 15:34:50,908 INFO MainThread:34 [wandb_setup.py:_flush():76] Loading settings from /root/.config/wandb/settings
4
+ 2024-03-06 15:34:50,908 INFO MainThread:34 [wandb_setup.py:_flush():76] Loading settings from /kaggle/working/wandb/settings
5
+ 2024-03-06 15:34:50,908 INFO MainThread:34 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
6
+ 2024-03-06 15:34:50,908 INFO MainThread:34 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
7
+ 2024-03-06 15:34:50,908 INFO MainThread:34 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program': '<python with no main file>'}
8
+ 2024-03-06 15:34:50,908 INFO MainThread:34 [wandb_setup.py:_flush():76] Applying login settings: {'api_key': '***REDACTED***'}
9
+ 2024-03-06 15:34:50,908 INFO MainThread:34 [wandb_init.py:_log_setup():526] Logging user logs to /kaggle/working/wandb/run-20240306_153450-l1uc7yan/logs/debug.log
10
+ 2024-03-06 15:34:50,909 INFO MainThread:34 [wandb_init.py:_log_setup():527] Logging internal logs to /kaggle/working/wandb/run-20240306_153450-l1uc7yan/logs/debug-internal.log
11
+ 2024-03-06 15:34:50,909 INFO MainThread:34 [wandb_init.py:_jupyter_setup():472] configuring jupyter hooks <wandb.sdk.wandb_init._WandbInit object at 0x783ad45bdb70>
12
+ 2024-03-06 15:34:50,909 INFO MainThread:34 [wandb_init.py:init():566] calling init triggers
13
+ 2024-03-06 15:34:50,909 INFO MainThread:34 [wandb_init.py:init():573] wandb.init called with sweep_config: {}
14
+ config: {}
15
+ 2024-03-06 15:34:50,909 INFO MainThread:34 [wandb_init.py:init():616] starting backend
16
+ 2024-03-06 15:34:50,909 INFO MainThread:34 [wandb_init.py:init():620] setting up manager
17
+ 2024-03-06 15:34:50,911 INFO MainThread:34 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
18
+ 2024-03-06 15:34:50,914 INFO MainThread:34 [wandb_init.py:init():628] backend started and connected
19
+ 2024-03-06 15:34:50,926 INFO MainThread:34 [wandb_run.py:_label_probe_notebook():1295] probe notebook
20
+ 2024-03-06 15:34:51,719 INFO MainThread:34 [wandb_init.py:init():720] updated telemetry
21
+ 2024-03-06 15:34:51,722 INFO MainThread:34 [wandb_init.py:init():753] communicating run to backend with 90.0 second timeout
22
+ 2024-03-06 15:34:56,507 INFO MainThread:34 [wandb_run.py:_on_init():2262] communicating current version
23
+ 2024-03-06 15:34:56,577 INFO MainThread:34 [wandb_run.py:_on_init():2271] got version response upgrade_message: "wandb version 0.16.4 is available! To upgrade, please run:\n $ pip install wandb --upgrade"
24
+
25
+ 2024-03-06 15:34:56,577 INFO MainThread:34 [wandb_init.py:init():804] starting run threads in backend
26
+ 2024-03-06 15:35:26,617 INFO MainThread:34 [wandb_run.py:_console_start():2241] atexit reg
27
+ 2024-03-06 15:35:26,617 INFO MainThread:34 [wandb_run.py:_redirect():2096] redirect: wrap_raw
28
+ 2024-03-06 15:35:26,618 INFO MainThread:34 [wandb_run.py:_redirect():2161] Wrapping output streams.
29
+ 2024-03-06 15:35:26,618 INFO MainThread:34 [wandb_run.py:_redirect():2186] Redirects installed.
30
+ 2024-03-06 15:35:26,619 INFO MainThread:34 [wandb_init.py:init():847] run started, returning control to user process
31
+ 2024-03-06 15:35:26,625 INFO MainThread:34 [wandb_run.py:_config_callback():1343] config_cb None None {'return_dict': True, 'output_hidden_states': True, 'output_attentions': False, 'torchscript': False, 'torch_dtype': None, 'use_bfloat16': False, 'tf_legacy_loss': False, 'pruned_heads': {}, 'tie_word_embeddings': True, 'chunk_size_feed_forward': 0, '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, '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': ['BertModel'], 'finetuning_task': None, 'id2label': {0: 'Documentation Ambiguity', 1: 'Documentation Completeness', 2: 'Documentation Replicability', 3: 'Documentation Replication on Other Examples', 4: 'Inadequate Examples', 5: 'Lack of Alternative Solutions/Documentation', 6: 'Requesting (Additional) Documentation/Examples'}, 'label2id': {'Documentation Ambiguity': 0, 'Documentation Completeness': 1, 'Documentation Replicability': 2, 'Documentation Replication on Other Examples': 3, 'Inadequate Examples': 4, 'Lack of Alternative Solutions/Documentation': 5, 'Requesting (Additional) Documentation/Examples': 6}, 'tokenizer_class': None, 'prefix': None, 'bos_token_id': None, 'pad_token_id': 0, 'eos_token_id': None, 'sep_token_id': None, 'decoder_start_token_id': None, 'task_specific_params': None, 'problem_type': None, '_name_or_path': 'lanwuwei/BERTOverflow_stackoverflow_github', 'transformers_version': '4.38.1', '_num_labels': 51, 'model_type': 'bert', 'output_past': True, 'vocab_size': 82000, 'hidden_size': 768, 'num_hidden_layers': 12, 'num_attention_heads': 12, 'hidden_act': 'gelu', 'intermediate_size': 3072, 'hidden_dropout_prob': 0.1, 'attention_probs_dropout_prob': 0.1, 'max_position_embeddings': 512, 'type_vocab_size': 2, 'initializer_range': 0.02, 'layer_norm_eps': 1e-12, 'position_embedding_type': 'absolute', 'use_cache': True, 'classifier_dropout': None, 'output_dir': '/kaggle/working/', 'overwrite_output_dir': False, 'do_train': False, 'do_eval': True, 'do_predict': False, 'evaluation_strategy': 'epoch', 'prediction_loss_only': False, 'per_device_train_batch_size': 16, 'per_device_eval_batch_size': 16, '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.0, '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/Mar06_15-34-34_64d026e37c1e', 'logging_strategy': 'epoch', 'logging_first_step': False, 'logging_steps': 500, 'logging_nan_inf_filter': True, 'save_strategy': 'epoch', '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': True, 'fp16_opt_level': 'O1', 'half_precision_backend': 'auto', 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'local_rank': 0, 'ddp_backend': None, 'tpu_num_cores': None, 'tpu_metrics_debug': False, 'debug': [], 'dataloader_drop_last': False, 'eval_steps': None, 'dataloader_num_workers': 0, 'dataloader_prefetch_factor': None, '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_v2': False, 'xla_fsdp_grad_ckpt': False}, 'fsdp_transformer_layer_cls_to_wrap': None, 'accelerator_config': {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True}, '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': None, 'include_tokens_per_second': False, 'include_num_input_tokens_seen': False, 'neftune_noise_alpha': None}
32
+ 2024-03-06 15:35:58,253 INFO MainThread:34 [jupyter.py:save_ipynb():373] not saving jupyter notebook
33
+ 2024-03-06 15:35:58,253 INFO MainThread:34 [wandb_init.py:_pause_backend():437] pausing backend
34
+ 2024-03-06 15:36:22,918 INFO MainThread:34 [wandb_init.py:_resume_backend():442] resuming backend
35
+ 2024-03-06 15:36:22,920 INFO MainThread:34 [jupyter.py:save_ipynb():373] not saving jupyter notebook
36
+ 2024-03-06 15:36:22,920 INFO MainThread:34 [wandb_init.py:_pause_backend():437] pausing backend
37
+ 2024-03-06 15:36:26,943 INFO MainThread:34 [wandb_init.py:_resume_backend():442] resuming backend
38
+ 2024-03-06 15:36:28,071 INFO MainThread:34 [wandb_run.py:_config_callback():1343] config_cb None None {'return_dict': True, 'output_hidden_states': True, 'output_attentions': False, 'torchscript': False, 'torch_dtype': None, 'use_bfloat16': False, 'tf_legacy_loss': False, 'pruned_heads': {}, 'tie_word_embeddings': True, 'chunk_size_feed_forward': 0, '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, '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': ['BertModel'], 'finetuning_task': None, 'id2label': {0: 'Documentation Ambiguity', 1: 'Documentation Completeness', 2: 'Documentation Replicability', 3: 'Documentation Replication on Other Examples', 4: 'Inadequate Examples', 5: 'Lack of Alternative Solutions/Documentation', 6: 'Requesting (Additional) Documentation/Examples'}, 'label2id': {'Documentation Ambiguity': 0, 'Documentation Completeness': 1, 'Documentation Replicability': 2, 'Documentation Replication on Other Examples': 3, 'Inadequate Examples': 4, 'Lack of Alternative Solutions/Documentation': 5, 'Requesting (Additional) Documentation/Examples': 6}, 'tokenizer_class': None, 'prefix': None, 'bos_token_id': None, 'pad_token_id': 0, 'eos_token_id': None, 'sep_token_id': None, 'decoder_start_token_id': None, 'task_specific_params': None, 'problem_type': None, '_name_or_path': 'lanwuwei/BERTOverflow_stackoverflow_github', 'transformers_version': '4.38.1', '_num_labels': 51, 'model_type': 'bert', 'output_past': True, 'vocab_size': 82000, 'hidden_size': 768, 'num_hidden_layers': 12, 'num_attention_heads': 12, 'hidden_act': 'gelu', 'intermediate_size': 3072, 'hidden_dropout_prob': 0.1, 'attention_probs_dropout_prob': 0.1, 'max_position_embeddings': 512, 'type_vocab_size': 2, 'initializer_range': 0.02, 'layer_norm_eps': 1e-12, 'position_embedding_type': 'absolute', 'use_cache': True, 'classifier_dropout': None, 'output_dir': '/kaggle/working/', 'overwrite_output_dir': False, 'do_train': False, 'do_eval': True, 'do_predict': False, 'evaluation_strategy': 'epoch', 'prediction_loss_only': False, 'per_device_train_batch_size': 16, 'per_device_eval_batch_size': 16, '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.0, '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/Mar06_15-36-27_64d026e37c1e', 'logging_strategy': 'epoch', 'logging_first_step': False, 'logging_steps': 500, 'logging_nan_inf_filter': True, 'save_strategy': 'epoch', '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': True, 'fp16_opt_level': 'O1', 'half_precision_backend': 'auto', 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'local_rank': 0, 'ddp_backend': None, 'tpu_num_cores': None, 'tpu_metrics_debug': False, 'debug': [], 'dataloader_drop_last': False, 'eval_steps': None, 'dataloader_num_workers': 0, 'dataloader_prefetch_factor': None, '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_v2': False, 'xla_fsdp_grad_ckpt': False}, 'fsdp_transformer_layer_cls_to_wrap': None, 'accelerator_config': {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True}, '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': None, 'include_tokens_per_second': False, 'include_num_input_tokens_seen': False, 'neftune_noise_alpha': None}
wandb/run-20240306_153450-l1uc7yan/run-l1uc7yan.wandb ADDED
Binary file (15.6 kB). View file