Training in progress, epoch 1
Browse files- adapter_config.json +1 -1
- adapter_model.bin +1 -1
- added_tokens.json +3 -0
- special_tokens_map.json +6 -0
- tokenizer.json +27 -0
- tokenizer_config.json +30 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"auto_mapping": null,
|
3 |
-
"base_model_name_or_path": "gpt2",
|
4 |
"bias": "none",
|
5 |
"fan_in_fan_out": true,
|
6 |
"inference_mode": true,
|
|
|
1 |
{
|
2 |
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": "airedefined/gpt2-dolly-rag",
|
4 |
"bias": "none",
|
5 |
"fan_in_fan_out": true,
|
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 9445561
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b4be29d9ac708ff37c2a93804c2e13d1f6ff27a29b86da3f170f6a76739b223
|
3 |
size 9445561
|
added_tokens.json
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
{
|
|
|
|
|
|
|
2 |
"<|endoftext|>": 50256
|
3 |
}
|
|
|
1 |
{
|
2 |
+
"### End": 50257,
|
3 |
+
"### Instruction:": 50258,
|
4 |
+
"### Response:\n": 50259,
|
5 |
"<|endoftext|>": 50256
|
6 |
}
|
special_tokens_map.json
CHANGED
@@ -1,4 +1,10 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"bos_token": "<|endoftext|>",
|
3 |
"eos_token": "<|endoftext|>",
|
4 |
"pad_token": "<|endoftext|>",
|
|
|
1 |
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|endoftext|>",
|
4 |
+
"### End",
|
5 |
+
"### Instruction:",
|
6 |
+
"### Response:\n"
|
7 |
+
],
|
8 |
"bos_token": "<|endoftext|>",
|
9 |
"eos_token": "<|endoftext|>",
|
10 |
"pad_token": "<|endoftext|>",
|
tokenizer.json
CHANGED
@@ -11,6 +11,33 @@
|
|
11 |
"rstrip": false,
|
12 |
"normalized": false,
|
13 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
}
|
15 |
],
|
16 |
"normalizer": null,
|
|
|
11 |
"rstrip": false,
|
12 |
"normalized": false,
|
13 |
"special": true
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"id": 50257,
|
17 |
+
"content": "### End",
|
18 |
+
"single_word": false,
|
19 |
+
"lstrip": true,
|
20 |
+
"rstrip": true,
|
21 |
+
"normalized": false,
|
22 |
+
"special": true
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"id": 50258,
|
26 |
+
"content": "### Instruction:",
|
27 |
+
"single_word": false,
|
28 |
+
"lstrip": true,
|
29 |
+
"rstrip": true,
|
30 |
+
"normalized": false,
|
31 |
+
"special": true
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"id": 50259,
|
35 |
+
"content": "### Response:\n",
|
36 |
+
"single_word": false,
|
37 |
+
"lstrip": true,
|
38 |
+
"rstrip": true,
|
39 |
+
"normalized": false,
|
40 |
+
"special": true
|
41 |
}
|
42 |
],
|
43 |
"normalizer": null,
|
tokenizer_config.json
CHANGED
@@ -8,9 +8,38 @@
|
|
8 |
"rstrip": false,
|
9 |
"single_word": false,
|
10 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
}
|
12 |
},
|
13 |
-
"additional_special_tokens": [
|
|
|
|
|
|
|
|
|
|
|
14 |
"bos_token": "<|endoftext|>",
|
15 |
"clean_up_tokenization_spaces": true,
|
16 |
"eos_token": "<|endoftext|>",
|
|
|
8 |
"rstrip": false,
|
9 |
"single_word": false,
|
10 |
"special": true
|
11 |
+
},
|
12 |
+
"50257": {
|
13 |
+
"content": "### End",
|
14 |
+
"lstrip": true,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": true,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"50258": {
|
21 |
+
"content": "### Instruction:",
|
22 |
+
"lstrip": true,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": true,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"50259": {
|
29 |
+
"content": "### Response:\n",
|
30 |
+
"lstrip": true,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": true,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
}
|
36 |
},
|
37 |
+
"additional_special_tokens": [
|
38 |
+
"<|endoftext|>",
|
39 |
+
"### End",
|
40 |
+
"### Instruction:",
|
41 |
+
"### Response:\n"
|
42 |
+
],
|
43 |
"bos_token": "<|endoftext|>",
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
"eos_token": "<|endoftext|>",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77aec61c3eeed7cc856b60c84707bbfefa2951fc12698a8d4d027a44da121a61
|
3 |
size 4091
|