Training in progress, epoch 1
Browse files- adapter_model.safetensors +1 -1
- runs/Jan26_20-10-54_cff8f62a2681/events.out.tfevents.1706299860.cff8f62a2681.3191.1 +3 -0
- runs/Jan26_20-12-37_cff8f62a2681/events.out.tfevents.1706299961.cff8f62a2681.3191.2 +3 -0
- special_tokens_map.json +1 -1
- tokenizer.json +1 -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 27280152
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a88bf142658489ccf602e0356077f6ab89b1c17cfdb95e13099de5e1a3e8773
|
3 |
size 27280152
|
runs/Jan26_20-10-54_cff8f62a2681/events.out.tfevents.1706299860.cff8f62a2681.3191.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbf06f990e902e9adcd05058ddbfe6f81a91f64fdc02a3d65a51d7f17cde32b1
|
3 |
+
size 4874
|
runs/Jan26_20-12-37_cff8f62a2681/events.out.tfevents.1706299961.cff8f62a2681.3191.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:122efd5058190f9c7e31c1c3b8640fc8cfae68ad346531e4d390b3ac9c7cb429
|
3 |
+
size 15544
|
special_tokens_map.json
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
"rstrip": false,
|
19 |
"single_word": false
|
20 |
},
|
21 |
-
"pad_token": "
|
22 |
"unk_token": {
|
23 |
"content": "<unk>",
|
24 |
"lstrip": false,
|
|
|
18 |
"rstrip": false,
|
19 |
"single_word": false
|
20 |
},
|
21 |
+
"pad_token": "<unk>",
|
22 |
"unk_token": {
|
23 |
"content": "<unk>",
|
24 |
"lstrip": false,
|
tokenizer.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Left",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Left",
|
5 |
+
"max_length": 512,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
tokenizer_config.json
CHANGED
@@ -35,7 +35,7 @@
|
|
35 |
"eos_token": "</s>",
|
36 |
"legacy": true,
|
37 |
"model_max_length": 1000000000000000019884624838656,
|
38 |
-
"pad_token": "
|
39 |
"sp_model_kwargs": {},
|
40 |
"spaces_between_special_tokens": false,
|
41 |
"tokenizer_class": "LlamaTokenizer",
|
|
|
35 |
"eos_token": "</s>",
|
36 |
"legacy": true,
|
37 |
"model_max_length": 1000000000000000019884624838656,
|
38 |
+
"pad_token": "<unk>",
|
39 |
"sp_model_kwargs": {},
|
40 |
"spaces_between_special_tokens": false,
|
41 |
"tokenizer_class": "LlamaTokenizer",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b8ba7a95069a8ef947c09223b48e7196c87f5155b1cea83ca8f562e4de7ad11
|
3 |
size 4600
|