Training in progress, step 10
Browse files- adapter_config.json +1 -1
- adapter_model.bin +1 -1
- tokenizer.json +6 -1
- tokenizer_config.json +4 -0
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"auto_mapping": null,
|
| 3 |
-
"base_model_name_or_path": "
|
| 4 |
"bias": "none",
|
| 5 |
"fan_in_fan_out": false,
|
| 6 |
"inference_mode": true,
|
|
|
|
| 1 |
{
|
| 2 |
"auto_mapping": null,
|
| 3 |
+
"base_model_name_or_path": "vilsonrodrigues/falcon-7b-sharded",
|
| 4 |
"bias": "none",
|
| 5 |
"fan_in_fan_out": false,
|
| 6 |
"inference_mode": true,
|
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 261189453
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6492eafa36949b5a5d80e7e3b07838b9bf73098be13abfc125d4a9bc4fa98c18
|
| 3 |
size 261189453
|
tokenizer.json
CHANGED
|
@@ -1,6 +1,11 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": null,
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": {
|
| 4 |
+
"direction": "Right",
|
| 5 |
+
"max_length": 1024,
|
| 6 |
+
"strategy": "LongestFirst",
|
| 7 |
+
"stride": 0
|
| 8 |
+
},
|
| 9 |
"padding": null,
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
tokenizer_config.json
CHANGED
|
@@ -2,6 +2,10 @@
|
|
| 2 |
"add_prefix_space": false,
|
| 3 |
"clean_up_tokenization_spaces": true,
|
| 4 |
"eos_token": "<|endoftext|>",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"model_max_length": 2048,
|
| 6 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 7 |
}
|
|
|
|
| 2 |
"add_prefix_space": false,
|
| 3 |
"clean_up_tokenization_spaces": true,
|
| 4 |
"eos_token": "<|endoftext|>",
|
| 5 |
+
"model_input_names": [
|
| 6 |
+
"input_ids",
|
| 7 |
+
"attention_mask"
|
| 8 |
+
],
|
| 9 |
"model_max_length": 2048,
|
| 10 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 11 |
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:981aac356ac1bd571d3e6e649e8bb61e3183cb7b536998f8b1412193441f4e49
|
| 3 |
size 4027
|