qsnell commited on
Commit
8ef67b6
·
verified ·
1 Parent(s): aefbbf2

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,45 +1,35 @@
1
  {
2
- "_num_labels": 1,
3
- "activation_function": "gelu_new",
4
  "architectures": [
5
- "GPT2LMHeadModel"
6
  ],
7
- "attn_pdrop": 0.1,
8
- "bos_token_id": 50256,
 
9
  "dtype": "float32",
10
- "embd_pdrop": 0.1,
11
- "eos_token_id": 50256,
12
- "id2label": {
13
- "0": "LABEL_0"
14
- },
15
  "initializer_range": 0.02,
16
- "label2id": {
17
- "LABEL_0": 0
18
- },
19
- "layer_norm_epsilon": 1e-05,
20
- "model_type": "gpt2",
21
- "n_ctx": 1024,
22
- "n_embd": 768,
23
- "n_head": 12,
24
- "n_inner": null,
25
- "n_layer": 6,
26
- "n_positions": 1024,
27
- "reorder_and_upcast_attn": false,
28
- "resid_pdrop": 0.1,
29
- "scale_attn_by_inverse_layer_idx": false,
30
- "scale_attn_weights": true,
31
- "summary_activation": null,
32
- "summary_first_dropout": 0.1,
33
- "summary_proj_to_labels": true,
34
- "summary_type": "cls_index",
35
- "summary_use_proj": true,
36
- "task_specific_params": {
37
- "text-generation": {
38
- "do_sample": true,
39
- "max_length": 50
40
- }
41
  },
42
- "transformers_version": "4.57.0",
 
 
43
  "use_cache": true,
44
- "vocab_size": 50257
45
  }
 
1
  {
 
 
2
  "architectures": [
3
+ "LlamaForCausalLM"
4
  ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 128000,
8
  "dtype": "float32",
9
+ "eos_token_id": 128001,
10
+ "head_dim": 64,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 2048,
 
13
  "initializer_range": 0.02,
14
+ "intermediate_size": 8192,
15
+ "max_position_embeddings": 131072,
16
+ "mlp_bias": false,
17
+ "model_type": "llama",
18
+ "num_attention_heads": 32,
19
+ "num_hidden_layers": 16,
20
+ "num_key_value_heads": 8,
21
+ "pretraining_tp": 1,
22
+ "rms_norm_eps": 1e-05,
23
+ "rope_scaling": {
24
+ "factor": 32.0,
25
+ "high_freq_factor": 4.0,
26
+ "low_freq_factor": 1.0,
27
+ "original_max_position_embeddings": 8192,
28
+ "rope_type": "llama3"
 
 
 
 
 
 
 
 
 
 
29
  },
30
+ "rope_theta": 500000.0,
31
+ "tie_word_embeddings": true,
32
+ "transformers_version": "4.56.1",
33
  "use_cache": true,
34
+ "vocab_size": 128256
35
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c25d74c75c99bcaad413b795ddda3884ce7cf6f055c5fe275b99d9c01f45e08
3
- size 327657928
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fcd7456718073374938bb8685859dbfc0c97c646e6bfbfca54a44f46dfc27a8
3
+ size 4943274328
runs/Oct13_19-42-14_rigel/events.out.tfevents.1760406137.rigel.646374.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47ef3e41996fb7bd57c86c1fa12d027f5054df85e581893803be4e5ccbc65f65
3
+ size 5410
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e1ebc9c95d1a7054cf52bd35f1a4d5a695fafde4677d75bc21a75b8e0c815244
3
- size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c444e03c357dbe5b3a337d0a5a6ae59e627ab356ebfb87e30552b9e1fd4cb500
3
+ size 5368