Saving checkpoint
Browse files- config.json +29 -29
- generation_config.json +6 -6
- model.safetensors +1 -1
config.json
CHANGED
@@ -1,29 +1,29 @@
|
|
1 |
-
{
|
2 |
-
"architectures": [
|
3 |
-
"LlamaForCausalLM"
|
4 |
-
],
|
5 |
-
"attention_bias": false,
|
6 |
-
"attention_dropout": 0.0,
|
7 |
-
"bos_token_id": 1,
|
8 |
-
"eos_token_id": 2,
|
9 |
-
"head_dim": 64,
|
10 |
-
"hidden_act": "silu",
|
11 |
-
"hidden_size": 256,
|
12 |
-
"initializer_range": 0.02,
|
13 |
-
"intermediate_size": 688,
|
14 |
-
"max_position_embeddings": 64,
|
15 |
-
"mlp_bias": false,
|
16 |
-
"model_type": "llama",
|
17 |
-
"num_attention_heads": 4,
|
18 |
-
"num_hidden_layers": 12,
|
19 |
-
"num_key_value_heads": 2,
|
20 |
-
"pretraining_tp": 1,
|
21 |
-
"rms_norm_eps": 1e-06,
|
22 |
-
"rope_scaling": null,
|
23 |
-
"rope_theta": 10000.0,
|
24 |
-
"tie_word_embeddings": false,
|
25 |
-
"torch_dtype": "float32",
|
26 |
-
"transformers_version": "4.46.2",
|
27 |
-
"use_cache": true,
|
28 |
-
"vocab_size": 32769
|
29 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"LlamaForCausalLM"
|
4 |
+
],
|
5 |
+
"attention_bias": false,
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 1,
|
8 |
+
"eos_token_id": 2,
|
9 |
+
"head_dim": 64,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 256,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 688,
|
14 |
+
"max_position_embeddings": 64,
|
15 |
+
"mlp_bias": false,
|
16 |
+
"model_type": "llama",
|
17 |
+
"num_attention_heads": 4,
|
18 |
+
"num_hidden_layers": 12,
|
19 |
+
"num_key_value_heads": 2,
|
20 |
+
"pretraining_tp": 1,
|
21 |
+
"rms_norm_eps": 1e-06,
|
22 |
+
"rope_scaling": null,
|
23 |
+
"rope_theta": 10000.0,
|
24 |
+
"tie_word_embeddings": false,
|
25 |
+
"torch_dtype": "float32",
|
26 |
+
"transformers_version": "4.46.2",
|
27 |
+
"use_cache": true,
|
28 |
+
"vocab_size": 32769
|
29 |
+
}
|
generation_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
{
|
2 |
-
"_from_model_config": true,
|
3 |
-
"bos_token_id": 1,
|
4 |
-
"eos_token_id": 2,
|
5 |
-
"transformers_version": "4.46.2"
|
6 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.46.2"
|
6 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 101948208
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd434cec17e9fdf2e64d23a97f8991f487f5e693a82d426efbd5788c79749221
|
3 |
size 101948208
|