wandb-metadata.json 2.01 KB
Newer Older
yangzhong's avatar
v1.0  
yangzhong committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
  "os":  "Linux-4.18.0-372.9.1.el8.x86_64-x86_64-with-glibc2.31",
  "python":  "CPython 3.10.12",
  "startedAt":  "2024-12-14T10:02:20.994023Z",
  "args":  [
    "--lm_path",
    "microsoft/Phi-3-mini-4k-instruct",
    "--tokenizer_path",
    "microsoft/Phi-3-mini-4k-instruct",
    "--conv_template_name",
    "phi_3",
    "--vision_encoder_path",
    "google/siglip-so400m-patch14-384",
    "--vision_encoder_pretrained",
    "google",
    "--model_family",
    "xgenmm_v1",
    "--num_vision_tokens",
    "128",
    "--pretrained",
    "/mnt/xgen-mm/xgen-mm-phi3-mini-base-r-v1.5.pt",
    "--data_path",
    "/mnt/xgen-mm/LAVIS/data_configs/example_data_config.yaml",
    "--data_sampler_group_by_length",
    "--image_aspect_ratio",
    "anyres",
    "--anyres_patch_sampling",
    "--batch_size",
    "8",
    "--fsdp",
    "--no_save_optim_state",
    "--gradient_checkpointing",
    "--fsdp_sharding_strategy",
    "hybrid",
    "--workers",
    "4",
    "--num_epochs",
    "1",
    "--warmup_steps",
    "2000",
    "--learning_rate",
    "2e-5",
    "--weight_decay",
    "0.0",
    "--lr_scheduler",
    "cosine",
    "--precision",
    "amp_bf16",
    "--report_to_wandb",
    "--wandb_project",
    "blip3-xgenmm-finetune",
    "--run_name",
    "finetune-xgenmmv1-phi3_4k_instruct-example_data_config"
  ],
  "program":  "/mnt/xgen-mm/LAVIS/open_flamingo/train/instruction_finetune.py",
  "codePath":  "open_flamingo/train/instruction_finetune.py",
  "git":  {
    "remote":  "https://ghp.ci/github.com/salesforce/LAVIS.git",
    "commit":  "d699f7e54fbe7072c1fbef3b61a4f5e6d3591bd3"
  },
  "email":  "2470381734@qq.com",
  "root":  "/mnt/xgen-mm/LAVIS",
  "host":  "K100-AI02",
  "executable":  "/usr/local/bin/python",
  "codePathLocal":  "open_flamingo/train/instruction_finetune.py",
  "cpu_count":  88,
  "cpu_count_logical":  176,
  "disk":  {
    "/":  {
      "total":  "3779395256320",
      "used":  "3174349447168"
    }
  },
  "memory":  {
    "total":  "1081531023360"
  },
  "cpu":  {
    "count":  88,
    "countLogical":  176
  }
}