jnjj commited on
Commit
58977de
·
verified ·
1 Parent(s): 80f0b66

auto ckpt 2025-05-03 04:14:25

Browse files
Files changed (3) hide show
  1. config.json +2 -2
  2. model.safetensors +1 -1
  3. tokenizer_config.json +1 -2
config.json CHANGED
@@ -5,7 +5,7 @@
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 1,
8
- "chat_template": "<|system|>\nEres un asistente de IA avanzado, preciso y coherente. Sigue instrucciones rigurosamente y explica tu razonamiento cuando te lo soliciten.\n<|end|>\n<|user|>\n{input}\n<|end|>\n<|assistant|>\n",
9
  "eos_token_id": 2,
10
  "head_dim": 96,
11
  "hidden_act": "silu",
@@ -22,7 +22,7 @@
22
  "rms_norm_eps": 1e-05,
23
  "rope_scaling": null,
24
  "rope_theta": 10000.0,
25
- "system_prompt": "Eres un asistente de IA avanzado, preciso y coherente. Sigue instrucciones rigurosamente y explica tu razonamiento cuando te lo soliciten.",
26
  "tie_word_embeddings": false,
27
  "torch_dtype": "float32",
28
  "transformers_version": "4.51.3",
 
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 1,
8
+ "chat_template": "<|system|>\nEres un asistente de IA avanzado, preciso y coherente.\n<|end|>\n<|user|>\n{input}\n<|end|>\n<|assistant|>\n",
9
  "eos_token_id": 2,
10
  "head_dim": 96,
11
  "hidden_act": "silu",
 
22
  "rms_norm_eps": 1e-05,
23
  "rope_scaling": null,
24
  "rope_theta": 10000.0,
25
+ "system_prompt": "Eres un asistente de IA avanzado, preciso y coherente.",
26
  "tie_word_embeddings": false,
27
  "torch_dtype": "float32",
28
  "transformers_version": "4.51.3",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c976f1daa2ea6e7b9b804db8ea3549cf6539f9c2ba89554c22691079d9ac8ca
3
  size 51957256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1751318c5e1555e89453c5002775eec93f92a172272d45d5ef111b4334f69613
3
  size 51957256
tokenizer_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "add_bos_token": true,
3
- "add_eos_token": true,
4
  "add_prefix_space": true,
5
  "added_tokens_decoder": {
6
  "0": {
@@ -35,7 +35,6 @@
35
  "legacy": true,
36
  "model_max_length": 2048,
37
  "pad_token": "</s>",
38
- "padding_side": "left",
39
  "sp_model_kwargs": {},
40
  "spaces_between_special_tokens": false,
41
  "tokenizer_class": "LlamaTokenizer",
 
1
  {
2
  "add_bos_token": true,
3
+ "add_eos_token": false,
4
  "add_prefix_space": true,
5
  "added_tokens_decoder": {
6
  "0": {
 
35
  "legacy": true,
36
  "model_max_length": 2048,
37
  "pad_token": "</s>",
 
38
  "sp_model_kwargs": {},
39
  "spaces_between_special_tokens": false,
40
  "tokenizer_class": "LlamaTokenizer",