Training in progress, step 129
Browse files- config.json +2 -1
- model-00001-of-00002.safetensors +1 -1
- model-00002-of-00002.safetensors +1 -1
- tokenizer_config.json +1 -2
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"LlamaForCausalLM"
|
4 |
],
|
@@ -27,7 +28,7 @@
|
|
27 |
"rope_theta": 100000,
|
28 |
"tie_word_embeddings": false,
|
29 |
"torch_dtype": "float32",
|
30 |
-
"transformers_version": "4.
|
31 |
"use_cache": false,
|
32 |
"vocab_size": 32256
|
33 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "deepseek-ai/deepseek-coder-1.3b-base",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
28 |
"rope_theta": 100000,
|
29 |
"tie_word_embeddings": false,
|
30 |
"torch_dtype": "float32",
|
31 |
+
"transformers_version": "4.45.0",
|
32 |
"use_cache": false,
|
33 |
"vocab_size": 32256
|
34 |
}
|
model-00001-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4986380064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f863f8ae9b58c5672f2b96ea1c1d3c4f9bb5fb4bbc4b7c31a199d07e5477ad64
|
3 |
size 4986380064
|
model-00002-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 399532808
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e865eaaaff5f14937b3afe899b33089a47236e9e6cc38f2a51b34c173b8e82c1
|
3 |
size 399532808
|
tokenizer_config.json
CHANGED
@@ -183,12 +183,11 @@
|
|
183 |
"bos_token": "<|begin▁of▁sentence|>",
|
184 |
"clean_up_tokenization_spaces": false,
|
185 |
"eos_token": "<|end▁of▁sentence|>",
|
186 |
-
"extra_special_tokens": {},
|
187 |
"legacy": true,
|
188 |
"model_max_length": 16384,
|
189 |
"pad_token": "<|end▁of▁sentence|>",
|
190 |
"sp_model_kwargs": {},
|
191 |
-
"tokenizer_class": "
|
192 |
"unk_token": null,
|
193 |
"use_default_system_prompt": false
|
194 |
}
|
|
|
183 |
"bos_token": "<|begin▁of▁sentence|>",
|
184 |
"clean_up_tokenization_spaces": false,
|
185 |
"eos_token": "<|end▁of▁sentence|>",
|
|
|
186 |
"legacy": true,
|
187 |
"model_max_length": 16384,
|
188 |
"pad_token": "<|end▁of▁sentence|>",
|
189 |
"sp_model_kwargs": {},
|
190 |
+
"tokenizer_class": "LlamaTokenizer",
|
191 |
"unk_token": null,
|
192 |
"use_default_system_prompt": false
|
193 |
}
|
training_args.bin
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:817cf3c103100544a8a412c6d5a7151056ce15df29e9e92b1814dfdfed826929
|
3 |
+
size 5240
|