Around6827 commited on
Commit
c0cff0d
1 Parent(s): cb1c52f

Training in progress, epoch 0

Browse files
adapter_config.json CHANGED
@@ -16,13 +16,13 @@
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
- "o_proj",
20
  "v_proj",
 
 
21
  "gate_proj",
22
  "down_proj",
23
- "q_proj",
24
- "up_proj",
25
- "k_proj"
26
  ],
27
  "task_type": "CAUSAL_LM"
28
  }
 
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
+ "q_proj",
20
  "v_proj",
21
+ "k_proj",
22
+ "o_proj",
23
  "gate_proj",
24
  "down_proj",
25
+ "up_proj"
 
 
26
  ],
27
  "task_type": "CAUSAL_LM"
28
  }
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0945457e16bc7d2d7d46d1b24f25049dda38761361d73beaee81c121203266cd
3
  size 500897101
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89528fd6b144f76692ca40593f16e62a222fbcb02ddff905d85be7aa1b0ba62f
3
  size 500897101
config.json CHANGED
@@ -34,7 +34,7 @@
34
  "rope_theta": 10000.0,
35
  "tie_word_embeddings": false,
36
  "torch_dtype": "float16",
37
- "transformers_version": "4.34.0.dev0",
38
  "use_cache": false,
39
  "vocab_size": 32001
40
  }
 
34
  "rope_theta": 10000.0,
35
  "tie_word_embeddings": false,
36
  "torch_dtype": "float16",
37
+ "transformers_version": "4.35.0.dev0",
38
  "use_cache": false,
39
  "vocab_size": 32001
40
  }
tokenizer_config.json CHANGED
@@ -4,25 +4,25 @@
4
  "added_tokens_decoder": {
5
  "0": {
6
  "content": "<unk>",
7
- "lstrip": true,
8
  "normalized": false,
9
- "rstrip": true,
10
  "single_word": false,
11
  "special": true
12
  },
13
  "1": {
14
  "content": "<s>",
15
- "lstrip": true,
16
  "normalized": false,
17
- "rstrip": true,
18
  "single_word": false,
19
  "special": true
20
  },
21
  "2": {
22
  "content": "</s>",
23
- "lstrip": true,
24
  "normalized": false,
25
- "rstrip": true,
26
  "single_word": false,
27
  "special": true
28
  },
 
4
  "added_tokens_decoder": {
5
  "0": {
6
  "content": "<unk>",
7
+ "lstrip": false,
8
  "normalized": false,
9
+ "rstrip": false,
10
  "single_word": false,
11
  "special": true
12
  },
13
  "1": {
14
  "content": "<s>",
15
+ "lstrip": false,
16
  "normalized": false,
17
+ "rstrip": false,
18
  "single_word": false,
19
  "special": true
20
  },
21
  "2": {
22
  "content": "</s>",
23
+ "lstrip": false,
24
  "normalized": false,
25
+ "rstrip": false,
26
  "single_word": false,
27
  "special": true
28
  },
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:27419c3831cc26176ad9b5c3a3b530477238b8eedb7352fe2ef6e416bedf832c
3
  size 4475
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adde5ff0b9adefe6a47ac022b63675afdf9cc9d534fa59b88c21b15abd573a3c
3
  size 4475