hughbzhang commited on
Commit
7c870c7
1 Parent(s): 7663b99

Training in progress, step 100

Browse files
Files changed (2) hide show
  1. config.json +3 -3
  2. training_args.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "meta-llama/Llama-2-7b-hf",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -10,7 +10,7 @@
10
  "hidden_size": 4096,
11
  "initializer_range": 0.02,
12
  "intermediate_size": 11008,
13
- "max_position_embeddings": 4096,
14
  "model_type": "llama",
15
  "num_attention_heads": 32,
16
  "num_hidden_layers": 32,
@@ -18,7 +18,7 @@
18
  "pretraining_tp": 1,
19
  "rms_norm_eps": 1e-05,
20
  "rope_scaling": null,
21
- "rope_theta": 10000.0,
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "float16",
24
  "transformers_version": "4.35.2",
 
1
  {
2
+ "_name_or_path": "codellama/CodeLlama-7b-Python-hf",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
10
  "hidden_size": 4096,
11
  "initializer_range": 0.02,
12
  "intermediate_size": 11008,
13
+ "max_position_embeddings": 16384,
14
  "model_type": "llama",
15
  "num_attention_heads": 32,
16
  "num_hidden_layers": 32,
 
18
  "pretraining_tp": 1,
19
  "rms_norm_eps": 1e-05,
20
  "rope_scaling": null,
21
+ "rope_theta": 1000000,
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "float16",
24
  "transformers_version": "4.35.2",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f97ebe0869e4da086c8a8392e013692d82f47121ba2a6082d25098fc507095d2
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f971e89130ab14677b161c3621b75ab3dc723437e62e0d2ef80d386b818877ad
3
  size 4664