Training in progress, step 250
Browse files- adapter_model.safetensors +1 -1
- tokenizer.json +6 -1
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2369320
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6538ae96a249301da9efa748c7486504c8c0d81a61444d91d97ef915da42603
|
3 |
size 2369320
|
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
@@ -839,7 +839,7 @@
|
|
839 |
"clean_up_tokenization_spaces": true,
|
840 |
"eos_token": "</s>",
|
841 |
"extra_ids": 100,
|
842 |
-
"model_max_length":
|
843 |
"pad_token": "<pad>",
|
844 |
"tokenizer_class": "T5Tokenizer",
|
845 |
"truncation": true,
|
|
|
839 |
"clean_up_tokenization_spaces": true,
|
840 |
"eos_token": "</s>",
|
841 |
"extra_ids": 100,
|
842 |
+
"model_max_length": 1024,
|
843 |
"pad_token": "<pad>",
|
844 |
"tokenizer_class": "T5Tokenizer",
|
845 |
"truncation": true,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3cfb277b14176c176e0adb95ebde2c1d6b3cc0bdb59f6705a6d14ac358f2f8a
|
3 |
size 5048
|