File size: 1,532 Bytes
1802788
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "model_config": {
    "model_type": "llama2",
    "mamba": null,
    "llama2": {
      "attention_bias": false,
      "attention_dropout": 0.0,
      "bos_token_id": -1,
      "eos_token_id": -2,
      "hidden_act": "silu",
      "hidden_size": 48,
      "initializer_range": 0.02,
      "intermediate_size": 48,
      "max_position_embeddings": 513,
      "num_attention_heads": 2,
      "num_hidden_layers": 2,
      "num_key_value_heads": 2,
      "pretraining_tp": 1,
      "rms_norm_eps": 1e-06,
      "rope_scaling": null,
      "rope_theta": 10000.0,
      "tie_word_embeddings": false,
      "use_cache": true,
      "vocab_size": 4096
    }
  },
  "run_name": "debug__2024_03_19_00_59_57",
  "output_dir": "/Users/jaidhyani/Library/Application Support/delphi/debug__2024_03_19_00_59_57",
  "huggingface": {
    "repo_id": "jaiwithani/testing",
    "push_checkpoints_to_hub": true
  },
  "device": "auto",
  "eval_interval": 1,
  "log_interval": 1,
  "eval_iters": 1,
  "eval_only": false,
  "always_save_checkpoint": true,
  "init_from": "scratch",
  "wandb_config": {
    "log": true,
    "project": "delphi",
    "entity": "jaiwithani"
  },
  "batch_size": 64,
  "max_seq_len": 512,
  "max_epochs": 1,
  "grad_clip": 1.0,
  "optimizer": {
    "gradient_accumulation_steps": 4,
    "learning_rate": 0.0005,
    "weight_decay": 0.1,
    "beta1": 0.9,
    "beta2": 0.95,
    "grad_clip": 1.0,
    "decay_lr": true,
    "warmup_iters": 1000,
    "min_lr": 0.0
  },
  "train_sample_limit": 1024,
  "val_sample_limit": -1
}