Sela223 commited on
Commit
f4bed22
·
verified ·
1 Parent(s): e027bc3

Training in progress, step 200

Browse files
README.md CHANGED
@@ -4,9 +4,9 @@ library_name: transformers
4
  model_name: cekpoint12
5
  tags:
6
  - generated_from_trainer
7
- - unsloth
8
  - sft
9
  - trl
 
10
  licence: license
11
  ---
12
 
 
4
  model_name: cekpoint12
5
  tags:
6
  - generated_from_trainer
 
7
  - sft
8
  - trl
9
+ - unsloth
10
  licence: license
11
  ---
12
 
adapter_config.json CHANGED
@@ -29,13 +29,13 @@
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
 
32
  "o_proj",
 
33
  "q_proj",
34
- "up_proj",
35
  "v_proj",
36
- "gate_proj",
37
- "down_proj",
38
- "k_proj"
39
  ],
40
  "target_parameters": null,
41
  "task_type": "CAUSAL_LM",
 
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
+ "k_proj",
33
  "o_proj",
34
+ "gate_proj",
35
  "q_proj",
 
36
  "v_proj",
37
+ "up_proj",
38
+ "down_proj"
 
39
  ],
40
  "target_parameters": null,
41
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:05872b6db18cf91f9d6fb27e698f6fa8215371312211a24757006df5b201712c
3
  size 671149168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fedd4bdd614a756f665605e2c6d4850d3d53bfd54d7cd617715c918a0e10cc9
3
  size 671149168
special_tokens_map.json CHANGED
@@ -13,5 +13,11 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": "<|finetune_right_pad_id|>"
 
 
 
 
 
 
17
  }
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": {
17
+ "content": "<|finetune_right_pad_id|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
  }