qsnell commited on
Commit
aefbbf2
·
verified ·
1 Parent(s): 0ac201e

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,36 +1,45 @@
1
  {
2
- "_name_or_path": "meta-llama/Llama-3.2-1B",
 
3
  "architectures": [
4
- "LlamaForCausalLM"
5
  ],
6
- "attention_bias": false,
7
- "attention_dropout": 0.0,
8
- "bos_token_id": 128000,
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
- "torch_dtype": "float32",
33
- "transformers_version": "4.45.2",
34
  "use_cache": true,
35
- "vocab_size": 128256
36
  }
 
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
  }
generation_config.json CHANGED
@@ -1,9 +1,6 @@
1
  {
2
  "_from_model_config": true,
3
- "bos_token_id": 128000,
4
- "do_sample": true,
5
- "eos_token_id": 128001,
6
- "temperature": 0.6,
7
- "top_p": 0.9,
8
- "transformers_version": "4.45.2"
9
  }
 
1
  {
2
  "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.57.0"
 
 
 
6
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9caf6a72b799a55c916ffdca3fcbd2cf385e1097cf92ee8228c438da9dc7fd93
3
- size 4943274328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c25d74c75c99bcaad413b795ddda3884ce7cf6f055c5fe275b99d9c01f45e08
3
+ size 327657928
runs/Oct08_15-54-38_dw-2-1/events.out.tfevents.1759938881.dw-2-1.4058729.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39f66f7ec7a1764413a71f690abfaa828f05f09f21592cf5b29f1b49da7e1ca0
3
+ size 5582
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6c142b414ddad937f439d69988248bf1ee7b7813131fb696542fff03f6a33f51
3
- size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1ebc9c95d1a7054cf52bd35f1a4d5a695fafde4677d75bc21a75b8e0c815244
3
+ size 5841