rafimumtaz
commited on
Commit
•
2b473d9
1
Parent(s):
b6abefc
Training in progress, step 186
Browse files
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:9873f97b5e92defce5b2f0b43085784062661ba29a93c6613084f0a28f338d13
|
3 |
+
size 6826392
|
runs/Oct09_08-21-40_b38ed78b2d6a/events.out.tfevents.1728462101.b38ed78b2d6a.1725.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88945327a661441e7e5f3bd1ff23a8e79edfa4842c5552d09f0d4b13d04e0001
|
3 |
+
size 5709
|
special_tokens_map.json
CHANGED
@@ -13,5 +13,11 @@
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
-
"pad_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
}
|
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|end_of_text|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
}
|
23 |
}
|
tokenizer_config.json
CHANGED
@@ -2052,11 +2052,18 @@
|
|
2052 |
"bos_token": "<|begin_of_text|>",
|
2053 |
"clean_up_tokenization_spaces": true,
|
2054 |
"eos_token": "<|end_of_text|>",
|
|
|
2055 |
"model_input_names": [
|
2056 |
"input_ids",
|
2057 |
"attention_mask"
|
2058 |
],
|
2059 |
"model_max_length": 131072,
|
|
|
2060 |
"pad_token": "<|end_of_text|>",
|
2061 |
-
"
|
|
|
|
|
|
|
|
|
|
|
2062 |
}
|
|
|
2052 |
"bos_token": "<|begin_of_text|>",
|
2053 |
"clean_up_tokenization_spaces": true,
|
2054 |
"eos_token": "<|end_of_text|>",
|
2055 |
+
"max_length": 256,
|
2056 |
"model_input_names": [
|
2057 |
"input_ids",
|
2058 |
"attention_mask"
|
2059 |
],
|
2060 |
"model_max_length": 131072,
|
2061 |
+
"pad_to_multiple_of": null,
|
2062 |
"pad_token": "<|end_of_text|>",
|
2063 |
+
"pad_token_type_id": 0,
|
2064 |
+
"padding_side": "right",
|
2065 |
+
"stride": 0,
|
2066 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
2067 |
+
"truncation_side": "right",
|
2068 |
+
"truncation_strategy": "longest_first"
|
2069 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3cd1e82d09125e18ccdb28c545fa6feb34b3a901987e1c3b21351ecffa038a7
|
3 |
size 5176
|