KaiKapioka
commited on
End of training
Browse files- README.md +2 -2
- adapter_config.json +1 -1
- adapter_model.safetensors +1 -1
- runs/Jan15_22-43-40_bfda0489dfb2/events.out.tfevents.1705358627.bfda0489dfb2.959.0 +3 -0
- special_tokens_map.json +8 -3
- tokenizer.json +4 -4
- tokenizer_config.json +10 -5
- training_args.bin +1 -1
README.md
CHANGED
@@ -5,7 +5,7 @@ tags:
|
|
5 |
- trl
|
6 |
- sft
|
7 |
- generated_from_trainer
|
8 |
-
base_model: TheBloke/
|
9 |
model-index:
|
10 |
- name: mistral-finetuned-samsum
|
11 |
results: []
|
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# mistral-finetuned-samsum
|
18 |
|
19 |
-
This model is a fine-tuned version of [TheBloke/
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
5 |
- trl
|
6 |
- sft
|
7 |
- generated_from_trainer
|
8 |
+
base_model: TheBloke/una-cybertron-7B-v3-OMA-GPTQ
|
9 |
model-index:
|
10 |
- name: mistral-finetuned-samsum
|
11 |
results: []
|
|
|
16 |
|
17 |
# mistral-finetuned-samsum
|
18 |
|
19 |
+
This model is a fine-tuned version of [TheBloke/una-cybertron-7B-v3-OMA-GPTQ](https://huggingface.co/TheBloke/una-cybertron-7B-v3-OMA-GPTQ) on the None dataset.
|
20 |
|
21 |
## Model description
|
22 |
|
adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "TheBloke/
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "TheBloke/una-cybertron-7B-v3-OMA-GPTQ",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 27280152
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0048f60a2cdd7fb1c7c50cb08bb5c743a47471f4490e29036d2fc2f4b44ef1a
|
3 |
size 27280152
|
runs/Jan15_22-43-40_bfda0489dfb2/events.out.tfevents.1705358627.bfda0489dfb2.959.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f8ba19bcdc85f50dd97ab871ff959bf799a4f19d3eb96e5acc624036b6384da
|
3 |
+
size 5701
|
special_tokens_map.json
CHANGED
@@ -1,15 +1,20 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
2 |
"bos_token": {
|
3 |
"content": "<s>",
|
4 |
"lstrip": false,
|
5 |
-
"normalized":
|
6 |
"rstrip": false,
|
7 |
"single_word": false
|
8 |
},
|
9 |
"eos_token": {
|
10 |
"content": "</s>",
|
11 |
"lstrip": false,
|
12 |
-
"normalized":
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
@@ -17,7 +22,7 @@
|
|
17 |
"unk_token": {
|
18 |
"content": "<unk>",
|
19 |
"lstrip": false,
|
20 |
-
"normalized":
|
21 |
"rstrip": false,
|
22 |
"single_word": false
|
23 |
}
|
|
|
1 |
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<unk>",
|
4 |
+
"<s>",
|
5 |
+
"</s>"
|
6 |
+
],
|
7 |
"bos_token": {
|
8 |
"content": "<s>",
|
9 |
"lstrip": false,
|
10 |
+
"normalized": false,
|
11 |
"rstrip": false,
|
12 |
"single_word": false
|
13 |
},
|
14 |
"eos_token": {
|
15 |
"content": "</s>",
|
16 |
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
"rstrip": false,
|
19 |
"single_word": false
|
20 |
},
|
|
|
22 |
"unk_token": {
|
23 |
"content": "<unk>",
|
24 |
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
"rstrip": false,
|
27 |
"single_word": false
|
28 |
}
|
tokenizer.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
@@ -14,7 +14,7 @@
|
|
14 |
"single_word": false,
|
15 |
"lstrip": false,
|
16 |
"rstrip": false,
|
17 |
-
"normalized":
|
18 |
"special": true
|
19 |
},
|
20 |
{
|
@@ -23,7 +23,7 @@
|
|
23 |
"single_word": false,
|
24 |
"lstrip": false,
|
25 |
"rstrip": false,
|
26 |
-
"normalized":
|
27 |
"special": true
|
28 |
},
|
29 |
{
|
@@ -32,7 +32,7 @@
|
|
32 |
"single_word": false,
|
33 |
"lstrip": false,
|
34 |
"rstrip": false,
|
35 |
-
"normalized":
|
36 |
"special": true
|
37 |
}
|
38 |
],
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 32000,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
|
|
14 |
"single_word": false,
|
15 |
"lstrip": false,
|
16 |
"rstrip": false,
|
17 |
+
"normalized": false,
|
18 |
"special": true
|
19 |
},
|
20 |
{
|
|
|
23 |
"single_word": false,
|
24 |
"lstrip": false,
|
25 |
"rstrip": false,
|
26 |
+
"normalized": false,
|
27 |
"special": true
|
28 |
},
|
29 |
{
|
|
|
32 |
"single_word": false,
|
33 |
"lstrip": false,
|
34 |
"rstrip": false,
|
35 |
+
"normalized": false,
|
36 |
"special": true
|
37 |
}
|
38 |
],
|
tokenizer_config.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"0": {
|
6 |
"content": "<unk>",
|
7 |
"lstrip": false,
|
8 |
-
"normalized":
|
9 |
"rstrip": false,
|
10 |
"single_word": false,
|
11 |
"special": true
|
@@ -13,7 +13,7 @@
|
|
13 |
"1": {
|
14 |
"content": "<s>",
|
15 |
"lstrip": false,
|
16 |
-
"normalized":
|
17 |
"rstrip": false,
|
18 |
"single_word": false,
|
19 |
"special": true
|
@@ -21,22 +21,27 @@
|
|
21 |
"2": {
|
22 |
"content": "</s>",
|
23 |
"lstrip": false,
|
24 |
-
"normalized":
|
25 |
"rstrip": false,
|
26 |
"single_word": false,
|
27 |
"special": true
|
28 |
}
|
29 |
},
|
30 |
-
"additional_special_tokens": [
|
|
|
|
|
|
|
|
|
31 |
"bos_token": "<s>",
|
32 |
-
"chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if message['role'] == 'user' %}{{ '[INST] ' + message['content'] + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ message['content'] + eos_token + ' ' }}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}",
|
33 |
"clean_up_tokenization_spaces": false,
|
34 |
"eos_token": "</s>",
|
35 |
"legacy": true,
|
36 |
"model_max_length": 1000000000000000019884624838656,
|
37 |
"pad_token": "</s>",
|
|
|
38 |
"sp_model_kwargs": {},
|
39 |
"spaces_between_special_tokens": false,
|
|
|
40 |
"tokenizer_class": "LlamaTokenizer",
|
41 |
"unk_token": "<unk>",
|
42 |
"use_default_system_prompt": true
|
|
|
5 |
"0": {
|
6 |
"content": "<unk>",
|
7 |
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
"rstrip": false,
|
10 |
"single_word": false,
|
11 |
"special": true
|
|
|
13 |
"1": {
|
14 |
"content": "<s>",
|
15 |
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
"rstrip": false,
|
18 |
"single_word": false,
|
19 |
"special": true
|
|
|
21 |
"2": {
|
22 |
"content": "</s>",
|
23 |
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
"rstrip": false,
|
26 |
"single_word": false,
|
27 |
"special": true
|
28 |
}
|
29 |
},
|
30 |
+
"additional_special_tokens": [
|
31 |
+
"<unk>",
|
32 |
+
"<s>",
|
33 |
+
"</s>"
|
34 |
+
],
|
35 |
"bos_token": "<s>",
|
|
|
36 |
"clean_up_tokenization_spaces": false,
|
37 |
"eos_token": "</s>",
|
38 |
"legacy": true,
|
39 |
"model_max_length": 1000000000000000019884624838656,
|
40 |
"pad_token": "</s>",
|
41 |
+
"padding_side": "left",
|
42 |
"sp_model_kwargs": {},
|
43 |
"spaces_between_special_tokens": false,
|
44 |
+
"split_special_tokens": false,
|
45 |
"tokenizer_class": "LlamaTokenizer",
|
46 |
"unk_token": "<unk>",
|
47 |
"use_default_system_prompt": true
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad0fbaa13fb9a1d8f741bc08fc751d30c4740c95bf09f3802a5662e666809324
|
3 |
size 4728
|