text
stringlengths
0
1.16k
warmup_ratio=0.03,
warmup_steps=0,
weight_decay=0.01,
)
10/22/2024 17:03:43 - INFO - __main__ - Loading Tokenizer: /home/yunjie/data/Mini-InternVL-Chat-2B-V1-5
[INFO|tokenization_utils_base.py:2025] 2024-10-22 17:03:43,292 >> loading file ./tokenizer.model
[INFO|tokenization_utils_base.py:2025] 2024-10-22 17:03:43,292 >> loading file added_tokens.json
[INFO|tokenization_utils_base.py:2025] 2024-10-22 17:03:43,292 >> loading file special_tokens_map.json
[INFO|tokenization_utils_base.py:2025] 2024-10-22 17:03:43,292 >> loading file tokenizer_config.json
[INFO|tokenization_utils_base.py:2025] 2024-10-22 17:03:43,292 >> loading file tokenizer.json
[2024-10-22 17:03:43,359] [WARNING] [comm.py:152:init_deepspeed_backend] NCCL backend in DeepSpeed not yet implemented
[2024-10-22 17:03:43,359] [INFO] [comm.py:616:init_distributed] cdb=None
10/22/2024 17:03:43 - WARNING - __main__ - Process rank: 2, device: cuda:2, n_gpu: 1distributed training: True, 16-bits training: False
[2024-10-22 17:03:43,385] [WARNING] [comm.py:152:init_deepspeed_backend] NCCL backend in DeepSpeed not yet implemented
[2024-10-22 17:03:43,386] [INFO] [comm.py:616:init_distributed] cdb=None
[WARNING|logging.py:314] 2024-10-22 17:03:43,407 >> Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
10/22/2024 17:03:43 - WARNING - __main__ - Process rank: 1, device: cuda:1, n_gpu: 1distributed training: True, 16-bits training: False
10/22/2024 17:03:43 - WARNING - __main__ - Process rank: 3, device: cuda:3, n_gpu: 1distributed training: True, 16-bits training: False
[WARNING|logging.py:314] 2024-10-22 17:03:43,494 >> Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
10/22/2024 17:03:43 - INFO - __main__ - Loading InternVLChatModel...
[INFO|configuration_utils.py:727] 2024-10-22 17:03:43,496 >> loading configuration file /home/yunjie/data/Mini-InternVL-Chat-2B-V1-5/config.json
[INFO|configuration_utils.py:792] 2024-10-22 17:03:43,497 >> 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,
"pad_token_id": 2,
"prefix": null,
"problem_type": null,
"pruned_heads": {},
"remove_invalid_values": false,
"repetition_penalty": 1.0,
"return_dict": true,
"return_dict_in_generate": false,
"rms_norm_eps": 1e-05,