auto push D:1 T(b*40):320 Tok:327.7K
Browse filesAutomatic background upload of fine-tuned model artifacts including updated README.
- README.md +3 -3
- config.json +0 -2
- model.safetensors +1 -1
- tokenizer_config.json +0 -1
README.md
CHANGED
|
@@ -21,6 +21,6 @@ license: apache-2.0
|
|
| 21 |
Este directorio contiene checkpoints intermedios y el modelo final fine-tuned continuamente.
|
| 22 |
|
| 23 |
## Training Statistics (Approximate)
|
| 24 |
-
- Datasets Processed (Max 40 steps each):
|
| 25 |
-
- Total Texts Trained (Batches for 40 steps):
|
| 26 |
-
- Approx Total Tokens Trained (40 step batches):
|
|
|
|
| 21 |
Este directorio contiene checkpoints intermedios y el modelo final fine-tuned continuamente.
|
| 22 |
|
| 23 |
## Training Statistics (Approximate)
|
| 24 |
+
- Datasets Processed (Max 40 steps each): 1
|
| 25 |
+
- Total Texts Trained (Batches for 40 steps): 320
|
| 26 |
+
- Approx Total Tokens Trained (40 step batches): 327,680
|
config.json
CHANGED
|
@@ -5,7 +5,6 @@
|
|
| 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,7 +21,6 @@
|
|
| 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",
|
|
|
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"bos_token_id": 1,
|
|
|
|
| 8 |
"eos_token_id": 2,
|
| 9 |
"head_dim": 96,
|
| 10 |
"hidden_act": "silu",
|
|
|
|
| 21 |
"rms_norm_eps": 1e-05,
|
| 22 |
"rope_scaling": null,
|
| 23 |
"rope_theta": 10000.0,
|
|
|
|
| 24 |
"tie_word_embeddings": false,
|
| 25 |
"torch_dtype": "float32",
|
| 26 |
"transformers_version": "4.51.3",
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 51957256
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a3aabd8a152e02bb43cd723d84c661381f9eba3ed75159d2f98fb945e1bdcae
|
| 3 |
size 51957256
|
tokenizer_config.json
CHANGED
|
@@ -29,7 +29,6 @@
|
|
| 29 |
}
|
| 30 |
},
|
| 31 |
"bos_token": "<s>",
|
| 32 |
-
"chat_template": "<|system|>\nEres un asistente de IA avanzado, preciso y coherente.\n<|end|>\n<|user|>\n{input}\n<|end|>\n<|assistant|>\n",
|
| 33 |
"clean_up_tokenization_spaces": false,
|
| 34 |
"eos_token": "</s>",
|
| 35 |
"extra_special_tokens": {},
|
|
|
|
| 29 |
}
|
| 30 |
},
|
| 31 |
"bos_token": "<s>",
|
|
|
|
| 32 |
"clean_up_tokenization_spaces": false,
|
| 33 |
"eos_token": "</s>",
|
| 34 |
"extra_special_tokens": {},
|