gowrias12 commited on
Commit
bb5a903
1 Parent(s): 0cf5ed5

Training in progress, epoch 1

Browse files
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:57053d1789f21030ca4b4f492037044715174bf91271449f40837bf16f83340e
3
  size 28548400
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a33e1f1411ba33390da975186f23e89c70454b811a9d28e4cb8b5665eac8cdae
3
  size 28548400
logs/events.out.tfevents.1715024791.a522eebc2e4f.1987.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92030a63e0f13c509605dfeb4cb7909971edcd6e24cabf12c8c01234c4030bcf
3
+ size 4988
special_tokens_map.json CHANGED
@@ -1,23 +1,25 @@
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,
 
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,
tokenizer.json CHANGED
@@ -20,24 +20,6 @@
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,
 
20
  "rstrip": false,
21
  "normalized": true,
22
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  }
24
  ],
25
  "normalizer": null,
tokenizer_config.json CHANGED
@@ -17,35 +17,14 @@
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
  }
 
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
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:369e97f521bbb635b7c7a969779161b7218e52d029cb033610a0dd9b955bf7a6
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0acf6e1fe3cd47d29bab307d150a48b08703ca3f0b957051560dc551caafab51
3
  size 4984