Training loss: 3.7654
Browse files- config.json +6 -7
- generation_config.json +4 -2
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "prepared_model",
|
| 3 |
"architectures": [
|
| 4 |
"LlamaForCausalLM"
|
| 5 |
],
|
| 6 |
"attention_bias": false,
|
| 7 |
"attention_dropout": 0.0,
|
| 8 |
"bos_token_id": 0,
|
|
|
|
| 9 |
"eos_token_id": 2,
|
| 10 |
-
"head_dim":
|
| 11 |
"hidden_act": "silu",
|
| 12 |
"hidden_size": 1008,
|
| 13 |
"initializer_range": 0.02,
|
|
@@ -15,17 +15,16 @@
|
|
| 15 |
"max_position_embeddings": 512,
|
| 16 |
"mlp_bias": false,
|
| 17 |
"model_type": "llama",
|
| 18 |
-
"num_attention_heads":
|
| 19 |
-
"num_hidden_layers":
|
| 20 |
-
"num_key_value_heads":
|
| 21 |
"pad_token_id": 1,
|
| 22 |
"pretraining_tp": 1,
|
| 23 |
"rms_norm_eps": 1e-05,
|
| 24 |
"rope_scaling": null,
|
| 25 |
"rope_theta": 10000.0,
|
| 26 |
"tie_word_embeddings": false,
|
| 27 |
-
"
|
| 28 |
-
"transformers_version": "4.47.0",
|
| 29 |
"use_cache": true,
|
| 30 |
"vocab_size": 52000
|
| 31 |
}
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"LlamaForCausalLM"
|
| 4 |
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"bos_token_id": 0,
|
| 8 |
+
"dtype": "float32",
|
| 9 |
"eos_token_id": 2,
|
| 10 |
+
"head_dim": 144,
|
| 11 |
"hidden_act": "silu",
|
| 12 |
"hidden_size": 1008,
|
| 13 |
"initializer_range": 0.02,
|
|
|
|
| 15 |
"max_position_embeddings": 512,
|
| 16 |
"mlp_bias": false,
|
| 17 |
"model_type": "llama",
|
| 18 |
+
"num_attention_heads": 7,
|
| 19 |
+
"num_hidden_layers": 7,
|
| 20 |
+
"num_key_value_heads": 7,
|
| 21 |
"pad_token_id": 1,
|
| 22 |
"pretraining_tp": 1,
|
| 23 |
"rms_norm_eps": 1e-05,
|
| 24 |
"rope_scaling": null,
|
| 25 |
"rope_theta": 10000.0,
|
| 26 |
"tie_word_embeddings": false,
|
| 27 |
+
"transformers_version": "4.56.1",
|
|
|
|
| 28 |
"use_cache": true,
|
| 29 |
"vocab_size": 52000
|
| 30 |
}
|
generation_config.json
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 0,
|
| 4 |
-
"eos_token_id":
|
|
|
|
|
|
|
| 5 |
"pad_token_id": 1,
|
| 6 |
-
"transformers_version": "4.
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 0,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
2
|
| 6 |
+
],
|
| 7 |
"pad_token_id": 1,
|
| 8 |
+
"transformers_version": "4.56.1"
|
| 9 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd5717f825d3f3247097cbe0aff9e00aa417feabb5122d1ba21e2e24a6c559e6
|
| 3 |
+
size 874592552
|