kcj1n2020 commited on
Commit
1bed06d
·
verified ·
1 Parent(s): 2dd4193

Training in progress, epoch 0

Browse files
adapter_config.json CHANGED
@@ -21,12 +21,12 @@
21
  "revision": null,
22
  "target_modules": [
23
  "k_proj",
24
- "c_proj",
25
- "c_fc_1",
26
- "out_proj",
27
  "q_proj",
 
 
 
28
  "v_proj",
29
- "c_fc_0"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
21
  "revision": null,
22
  "target_modules": [
23
  "k_proj",
 
 
 
24
  "q_proj",
25
+ "out_proj",
26
+ "c_proj",
27
+ "c_fc_0",
28
  "v_proj",
29
+ "c_fc_1"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ff0f8d512345284187afceb62fcf150d5bfd5b9cbbfcfcb6349cef1171d08602
3
- size 4362172200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08371e7b97fcbb2ad833b3f83b7827e7992c6ed2b1c7d386fdac2096edd4c926
3
+ size 2684417600
runs/Feb14_04-08-14_cheetah-6b636a696e-v0ai2h-5c66894495-lb59j/events.out.tfevents.1739506105.cheetah-6b636a696e-v0ai2h-5c66894495-lb59j.149603.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a5de903b2a93951544fe31651829ca24d96750b4ded5481877f88027622f856
3
+ size 24440
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": "[UNK]",
23
  "lstrip": false,
 
1
  {
2
+ "bos_token": {
3
+ "content": "[BOS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "[|endofturn|]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
  "unk_token": {
24
  "content": "[UNK]",
25
  "lstrip": false,
tokenizer.json CHANGED
@@ -3260,24 +3260,6 @@
3260
  "rstrip": false,
3261
  "normalized": false,
3262
  "special": true
3263
- },
3264
- {
3265
- "id": 102400,
3266
- "content": "<|im_start|>",
3267
- "single_word": false,
3268
- "lstrip": false,
3269
- "rstrip": false,
3270
- "normalized": false,
3271
- "special": true
3272
- },
3273
- {
3274
- "id": 102401,
3275
- "content": "<|im_end|>",
3276
- "single_word": false,
3277
- "lstrip": false,
3278
- "rstrip": false,
3279
- "normalized": false,
3280
- "special": true
3281
  }
3282
  ],
3283
  "normalizer": {
 
3260
  "rstrip": false,
3261
  "normalized": false,
3262
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3263
  }
3264
  ],
3265
  "normalizer": {
tokenizer_config.json CHANGED
@@ -2896,22 +2896,6 @@
2896
  "rstrip": false,
2897
  "single_word": false,
2898
  "special": true
2899
- },
2900
- "102400": {
2901
- "content": "<|im_start|>",
2902
- "lstrip": false,
2903
- "normalized": false,
2904
- "rstrip": false,
2905
- "single_word": false,
2906
- "special": true
2907
- },
2908
- "102401": {
2909
- "content": "<|im_end|>",
2910
- "lstrip": false,
2911
- "normalized": false,
2912
- "rstrip": false,
2913
- "single_word": false,
2914
- "special": true
2915
  }
2916
  },
2917
  "additional_special_token": [
@@ -3226,16 +3210,12 @@
3226
  "PI:IP_ADDRESS",
3227
  "PI:USER"
3228
  ],
3229
- "additional_special_tokens": [
3230
- "<|im_start|>",
3231
- "<|im_end|>"
3232
- ],
3233
- "bos_token": "<|im_start|>",
3234
- "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 %}",
3235
  "clean_up_tokenization_spaces": true,
3236
- "eos_token": "<|im_end|>",
3237
  "model_max_length": 1000000000000000019884624838656,
3238
- "pad_token": "<|im_end|>",
3239
  "tokenizer_class": "GPT2Tokenizer",
3240
  "unk_token": "[UNK]"
3241
  }
 
2896
  "rstrip": false,
2897
  "single_word": false,
2898
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2899
  }
2900
  },
2901
  "additional_special_token": [
 
3210
  "PI:IP_ADDRESS",
3211
  "PI:USER"
3212
  ],
3213
+ "bos_token": "[BOS]",
3214
+ "chat_template": "{% for message in messages %}{% if loop.first and message['role'] != 'system' %}{{ '[|system|][|endofturn|]\n' }}{% endif %}{{ '[|' + message['role'] + '|]' + message['content'] }}{% if message['role'] == 'user' %}{{ '\n' }}{% else %}{{ '[|endofturn|]\n' }}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '[|assistant|]' }}{% endif %}",
 
 
 
 
3215
  "clean_up_tokenization_spaces": true,
3216
+ "eos_token": "[|endofturn|]",
3217
  "model_max_length": 1000000000000000019884624838656,
3218
+ "pad_token": "[PAD]",
3219
  "tokenizer_class": "GPT2Tokenizer",
3220
  "unk_token": "[UNK]"
3221
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2b0e09eeb28d7f89705c3678585d646de6abfe6e4e764fb810706077241d2a54
3
- size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7efa3a5097145ed7a92af4fbf428d9dae8e0da362a7f1c7a446c0b6a8f498f95
3
+ size 5560