gowrias12 commited on
Commit
dfbf999
1 Parent(s): 46b7a0e

Training in progress, epoch 0

Browse files
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:39c08f47855e96e692118d9624819466c06165fee18a2b5b244c3813da1b51c7
3
  size 28548400
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73fcffcd0dc9adbcf17384e3bc3b0dfee3740bb9b8ec3d8d113cbbbde6ce1177
3
  size 28548400
logs/events.out.tfevents.1715007520.6c3f97ba1bd5.1129.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1f46632fed9ddeb74fa5435bd57070e85b712b8abaff2eb5d3e215ed0b3a944
3
+ size 4988
special_tokens_map.json CHANGED
@@ -1,25 +1,23 @@
1
  {
2
- "bos_token": {
3
- "content": "</s>",
4
- "lstrip": false,
5
- "normalized": true,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "eos_token": {
10
- "content": "</s>",
11
- "lstrip": false,
12
- "normalized": true,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "<pad>",
18
- "lstrip": false,
19
- "normalized": true,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
  "unk_token": {
24
  "content": "</s>",
25
  "lstrip": false,
 
1
  {
2
+ "additional_special_tokens": [
3
+ {
4
+ "content": "<|im_start|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ {
11
+ "content": "<|im_end|>",
12
+ "lstrip": false,
13
+ "normalized": false,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ }
17
+ ],
18
+ "bos_token": "<|im_start|>",
19
+ "eos_token": "<|im_end|>",
20
+ "pad_token": "<|im_end|>",
 
 
21
  "unk_token": {
22
  "content": "</s>",
23
  "lstrip": false,
tokenizer.json CHANGED
@@ -20,6 +20,24 @@
20
  "rstrip": false,
21
  "normalized": true,
22
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  }
24
  ],
25
  "normalizer": null,
 
20
  "rstrip": false,
21
  "normalized": true,
22
  "special": true
23
+ },
24
+ {
25
+ "id": 50265,
26
+ "content": "<|im_start|>",
27
+ "single_word": false,
28
+ "lstrip": false,
29
+ "rstrip": false,
30
+ "normalized": false,
31
+ "special": true
32
+ },
33
+ {
34
+ "id": 50266,
35
+ "content": "<|im_end|>",
36
+ "single_word": false,
37
+ "lstrip": false,
38
+ "rstrip": false,
39
+ "normalized": false,
40
+ "special": true
41
  }
42
  ],
43
  "normalizer": null,
tokenizer_config.json CHANGED
@@ -17,14 +17,35 @@
17
  "rstrip": false,
18
  "single_word": false,
19
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  }
21
  },
22
- "bos_token": "</s>",
 
 
 
 
 
23
  "clean_up_tokenization_spaces": true,
24
- "eos_token": "</s>",
25
  "errors": "replace",
26
  "model_max_length": 1000000000000000019884624838656,
27
- "pad_token": "<pad>",
28
  "tokenizer_class": "GPT2Tokenizer",
29
  "unk_token": "</s>"
30
  }
 
17
  "rstrip": false,
18
  "single_word": false,
19
  "special": true
20
+ },
21
+ "50265": {
22
+ "content": "<|im_start|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "50266": {
30
+ "content": "<|im_end|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
  }
37
  },
38
+ "additional_special_tokens": [
39
+ "<|im_start|>",
40
+ "<|im_end|>"
41
+ ],
42
+ "bos_token": "<|im_start|>",
43
+ "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
44
  "clean_up_tokenization_spaces": true,
45
+ "eos_token": "<|im_end|>",
46
  "errors": "replace",
47
  "model_max_length": 1000000000000000019884624838656,
48
+ "pad_token": "<|im_end|>",
49
  "tokenizer_class": "GPT2Tokenizer",
50
  "unk_token": "</s>"
51
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a72bcd48ec8a1f7af2737ebd54139a6a9af8b9f5992cc979303b92a5d9090535
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cd4fc3b06ecabec9ab8766b338e6ff1414c0da09b50e9dbd2829d601a4b2261
3
  size 4984