text
stringlengths
0
1.16k
torch_compile=False,
torch_compile_backend=None,
torch_compile_mode=None,
torchdynamo=None,
tpu_metrics_debug=False,
tpu_num_cores=None,
use_cpu=False,
use_ipex=False,
use_legacy_prediction_loop=False,
use_mps_device=False,
warmup_ratio=0.03,
warmup_steps=0,
weight_decay=0.01,
)
10/22/2024 17:08:50 - INFO - __main__ - Loading Tokenizer: /home/yunjie/data/Mini-InternVL-Chat-2B-V1-5
[INFO|tokenization_utils_base.py:2025] 2024-10-22 17:08:50,678 >> loading file ./tokenizer.model
[INFO|tokenization_utils_base.py:2025] 2024-10-22 17:08:50,678 >> loading file added_tokens.json
[INFO|tokenization_utils_base.py:2025] 2024-10-22 17:08:50,678 >> loading file special_tokens_map.json
[INFO|tokenization_utils_base.py:2025] 2024-10-22 17:08:50,678 >> loading file tokenizer_config.json
[INFO|tokenization_utils_base.py:2025] 2024-10-22 17:08:50,678 >> loading file tokenizer.json
[2024-10-22 17:08:50,763] [WARNING] [comm.py:152:init_deepspeed_backend] NCCL backend in DeepSpeed not yet implemented
[2024-10-22 17:08:50,764] [INFO] [comm.py:616:init_distributed] cdb=None
[WARNING|logging.py:314] 2024-10-22 17:08:50,797 >> Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
[2024-10-22 17:08:50,843] [WARNING] [comm.py:152:init_deepspeed_backend] NCCL backend in DeepSpeed not yet implemented
[2024-10-22 17:08:50,843] [WARNING] [comm.py:152:init_deepspeed_backend] NCCL backend in DeepSpeed not yet implemented
[2024-10-22 17:08:50,843] [INFO] [comm.py:616:init_distributed] cdb=None
[2024-10-22 17:08:50,844] [INFO] [comm.py:616:init_distributed] cdb=None
10/22/2024 17:08:50 - WARNING - __main__ - Process rank: 2, device: cuda:2, n_gpu: 1distributed training: True, 16-bits training: False
10/22/2024 17:08:50 - INFO - __main__ - Loading InternVLChatModel...
[INFO|configuration_utils.py:727] 2024-10-22 17:08:50,888 >> loading configuration file /home/yunjie/data/Mini-InternVL-Chat-2B-V1-5/config.json
[INFO|configuration_utils.py:792] 2024-10-22 17:08:50,889 >> Model config InternVLChatConfig {
"_commit_hash": null,
"architectures": [
"InternVLChatModel"
],
"auto_map": {
"AutoConfig": "configuration_internvl_chat.InternVLChatConfig",
"AutoModel": "modeling_internvl_chat.InternVLChatModel",
"AutoModelForCausalLM": "modeling_internvl_chat.InternVLChatModel"
},
"downsample_ratio": 0.5,
"dynamic_image_size": true,
"force_image_size": 448,
"llm_config": {
"_name_or_path": "internlm/internlm2-chat-1_8b",
"add_cross_attention": false,
"architectures": [
"InternLM2ForCausalLM"
],
"attn_implementation": "flash_attention_2",
"auto_map": {
"AutoConfig": "configuration_internlm2.InternLM2Config",
"AutoModel": "modeling_internlm2.InternLM2ForCausalLM",
"AutoModelForCausalLM": "modeling_internlm2.InternLM2ForCausalLM"
},
"bad_words_ids": null,
"begin_suppress_tokens": null,
"bias": false,
"bos_token_id": 1,
"chunk_size_feed_forward": 0,
"cross_attention_hidden_size": null,
"decoder_start_token_id": null,
"diversity_penalty": 0.0,
"do_sample": false,
"early_stopping": false,
"encoder_no_repeat_ngram_size": 0,
"eos_token_id": 2,
"exponential_decay_length_penalty": null,
"finetuning_task": null,
"forced_bos_token_id": null,
"forced_eos_token_id": null,
"hidden_act": "silu",
"hidden_size": 2048,
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1"
},
"initializer_range": 0.02,
"intermediate_size": 8192,
"is_decoder": false,
"is_encoder_decoder": false,
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1
},
"length_penalty": 1.0,
"max_length": 20,
"max_position_embeddings": 32768,
"min_length": 0,
"model_type": "internlm2",
"no_repeat_ngram_size": 0,
"num_attention_heads": 16,
"num_beam_groups": 1,
"num_beams": 1,
"num_hidden_layers": 24,
"num_key_value_heads": 8,
"num_return_sequences": 1,
"output_attentions": false,
"output_hidden_states": false,
"output_scores": false,