RayBernard
commited on
Commit
•
ff12b26
1
Parent(s):
58f9ea5
Model save
Browse files- README.md +1 -3
- adapter_config.json +2 -2
- adapter_model.safetensors +2 -2
- special_tokens_map.json +2 -1
- tokenizer.json +9 -0
- tokenizer_config.json +9 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -6,8 +6,6 @@ tags:
|
|
6 |
- sft
|
7 |
- generated_from_trainer
|
8 |
base_model: meta-llama/Meta-Llama-3-8B-Instruct
|
9 |
-
datasets:
|
10 |
-
- generator
|
11 |
model-index:
|
12 |
- name: llama-3-8B-Instruct-ft
|
13 |
results: []
|
@@ -18,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# llama-3-8B-Instruct-ft
|
20 |
|
21 |
-
This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) on
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
6 |
- sft
|
7 |
- generated_from_trainer
|
8 |
base_model: meta-llama/Meta-Llama-3-8B-Instruct
|
|
|
|
|
9 |
model-index:
|
10 |
- name: llama-3-8B-Instruct-ft
|
11 |
results: []
|
|
|
16 |
|
17 |
# llama-3-8B-Instruct-ft
|
18 |
|
19 |
+
This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) on an unknown dataset.
|
20 |
|
21 |
## Model description
|
22 |
|
adapter_config.json
CHANGED
@@ -20,9 +20,9 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"q_proj",
|
24 |
"output_proj",
|
25 |
-
"v_proj"
|
|
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM",
|
28 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"output_proj",
|
24 |
+
"v_proj",
|
25 |
+
"q_proj"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM",
|
28 |
"use_dora": false,
|
adapter_model.safetensors
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:b2f4f656bc27573d4fe5273ef6a205ae4a16ada9e167bbb2a208d120044582d1
|
3 |
+
size 4311795296
|
special_tokens_map.json
CHANGED
@@ -12,5 +12,6 @@
|
|
12 |
"normalized": false,
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
-
}
|
|
|
16 |
}
|
|
|
12 |
"normalized": false,
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "[PAD]"
|
17 |
}
|
tokenizer.json
CHANGED
@@ -2306,6 +2306,15 @@
|
|
2306 |
"rstrip": false,
|
2307 |
"normalized": false,
|
2308 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2309 |
}
|
2310 |
],
|
2311 |
"normalizer": null,
|
|
|
2306 |
"rstrip": false,
|
2307 |
"normalized": false,
|
2308 |
"special": true
|
2309 |
+
},
|
2310 |
+
{
|
2311 |
+
"id": 128256,
|
2312 |
+
"content": "[PAD]",
|
2313 |
+
"single_word": false,
|
2314 |
+
"lstrip": false,
|
2315 |
+
"rstrip": false,
|
2316 |
+
"normalized": false,
|
2317 |
+
"special": true
|
2318 |
}
|
2319 |
],
|
2320 |
"normalizer": null,
|
tokenizer_config.json
CHANGED
@@ -2047,6 +2047,14 @@
|
|
2047 |
"rstrip": false,
|
2048 |
"single_word": false,
|
2049 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2050 |
}
|
2051 |
},
|
2052 |
"bos_token": "<|begin_of_text|>",
|
@@ -2058,5 +2066,6 @@
|
|
2058 |
"attention_mask"
|
2059 |
],
|
2060 |
"model_max_length": 1000000000000000019884624838656,
|
|
|
2061 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
2062 |
}
|
|
|
2047 |
"rstrip": false,
|
2048 |
"single_word": false,
|
2049 |
"special": true
|
2050 |
+
},
|
2051 |
+
"128256": {
|
2052 |
+
"content": "[PAD]",
|
2053 |
+
"lstrip": false,
|
2054 |
+
"normalized": false,
|
2055 |
+
"rstrip": false,
|
2056 |
+
"single_word": false,
|
2057 |
+
"special": true
|
2058 |
}
|
2059 |
},
|
2060 |
"bos_token": "<|begin_of_text|>",
|
|
|
2066 |
"attention_mask"
|
2067 |
],
|
2068 |
"model_max_length": 1000000000000000019884624838656,
|
2069 |
+
"pad_token": "[PAD]",
|
2070 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
2071 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a405e611c914882d409c5f452127183581fcc197a05ba420b211903fa2fb4a97
|
3 |
size 5368
|