Training in progress, step 1000
Browse files- config.json +1 -1
- model.safetensors +1 -1
- runs/Nov22_23-47-22_041318d400e7/events.out.tfevents.1732319476.041318d400e7.23.0 +3 -0
- special_tokens_map.json +23 -17
- tokenizer.json +1 -6
- tokenizer_config.json +5 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "yosefw/llama-3.2-amharic-32k-1024-v4",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "yosefw/llama-3.2-amharic-32k-1024-v4-instruct-bs8-256",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1604485320
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6325ee6051bb3b8b9506af0daa84a4fc069dff1142ebe88b0b91dfb475be306
|
3 |
size 1604485320
|
runs/Nov22_23-47-22_041318d400e7/events.out.tfevents.1732319476.041318d400e7.23.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd9990e6a5d6f059e2e5dbce42e546e027ee09e84351b03b697feb5055c4376c
|
3 |
+
size 6442
|
special_tokens_map.json
CHANGED
@@ -1,21 +1,27 @@
|
|
1 |
{
|
2 |
"additional_special_tokens": [
|
3 |
-
|
4 |
-
|
5 |
-
"lstrip": false,
|
6 |
-
"normalized": false,
|
7 |
-
"rstrip": false,
|
8 |
-
"single_word": false
|
9 |
-
},
|
10 |
-
{
|
11 |
-
"content": "<|im_end|>",
|
12 |
-
"lstrip": false,
|
13 |
-
"normalized": false,
|
14 |
-
"rstrip": false,
|
15 |
-
"single_word": false
|
16 |
-
}
|
17 |
],
|
18 |
-
"bos_token":
|
19 |
-
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
}
|
|
|
1 |
{
|
2 |
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
],
|
6 |
+
"bos_token": {
|
7 |
+
"content": "<|im_start|>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false
|
12 |
+
},
|
13 |
+
"eos_token": {
|
14 |
+
"content": "<|im_end|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false
|
19 |
+
},
|
20 |
+
"pad_token": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false
|
26 |
+
}
|
27 |
}
|
tokenizer.json
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
"direction": "Right",
|
5 |
-
"max_length": 256,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
tokenizer_config.json
CHANGED
@@ -2073,11 +2073,15 @@
|
|
2073 |
"chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
2074 |
"clean_up_tokenization_spaces": true,
|
2075 |
"eos_token": "<|im_end|>",
|
|
|
2076 |
"model_input_names": [
|
2077 |
"input_ids",
|
2078 |
"attention_mask"
|
2079 |
],
|
2080 |
"model_max_length": 1024,
|
2081 |
"pad_token": "<|im_end|>",
|
2082 |
-
"
|
|
|
|
|
|
|
2083 |
}
|
|
|
2073 |
"chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
2074 |
"clean_up_tokenization_spaces": true,
|
2075 |
"eos_token": "<|im_end|>",
|
2076 |
+
"max_length": 256,
|
2077 |
"model_input_names": [
|
2078 |
"input_ids",
|
2079 |
"attention_mask"
|
2080 |
],
|
2081 |
"model_max_length": 1024,
|
2082 |
"pad_token": "<|im_end|>",
|
2083 |
+
"stride": 0,
|
2084 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
2085 |
+
"truncation_side": "right",
|
2086 |
+
"truncation_strategy": "longest_first"
|
2087 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5624
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc2157e127ca7ff07022d87e76e684fac159a5378e7fd41d592b30f6e2cec6e4
|
3 |
size 5624
|