medric49 commited on
Commit
d1d36bb
1 Parent(s): 888e982

Training in progress, epoch 1

Browse files
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:0d2649853627e8b380f323369dc21d48b8425b8fc9409d3a198eef1e6de9298f
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:5e2b72919aafb934f457db9fa877641dcabbb4cd2aea6ac4d3d7cea556878f46
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77aec61c3eeed7cc856b60c84707bbfefa2951fc12698a8d4d027a44da121a61
3
  size 4091