Pplus commited on
Commit
09143b7
1 Parent(s): 0eeacd8

Training in progress, epoch 0

Browse files
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "revision": null,
21
  "target_modules": [
22
  "q_proj",
23
- "k_proj",
24
- "down_proj",
25
- "up_proj",
26
  "o_proj",
27
- "v_proj",
28
  "lm_head",
29
- "gate_proj"
 
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_rslora": false
 
20
  "revision": null,
21
  "target_modules": [
22
  "q_proj",
23
+ "gate_proj",
 
 
24
  "o_proj",
 
25
  "lm_head",
26
+ "v_proj",
27
+ "k_proj",
28
+ "down_proj",
29
+ "up_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_rslora": false
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fcd83162bce5626094445121611887d5d03f0a2069803f56c8386e5bbafd4f7d
3
  size 694431312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11b319716601e9dc025e1959b455121ddb6cbcacf9ace204b623bfa250e30818
3
  size 694431312
runs/Feb09_03-13-44_07eaaf9b11b6/events.out.tfevents.1707448432.07eaaf9b11b6.2575.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8edb2402fd811a554a411b4ae41c98a957fdaf6fd4ab7a03c3bb906a3e1e24b
3
+ size 24101
runs/Feb09_04-07-48_07eaaf9b11b6/events.out.tfevents.1707451676.07eaaf9b11b6.2575.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dabf16381199ae2112f3bad29c62f05685f797ae03214a2a9cf1913296807ef
3
+ size 17481
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 1000,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
tokenizer_config.json CHANGED
@@ -1,6 +1,4 @@
1
  {
2
- "add_bos_token": true,
3
- "add_eos_token": false,
4
  "added_tokens_decoder": {
5
  "0": {
6
  "content": "<unk>",
 
1
  {
 
 
2
  "added_tokens_decoder": {
3
  "0": {
4
  "content": "<unk>",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2947a684a671ed8238f40288adbd94e1141d6206892df849dcf32526b4f7f09f
3
- size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0946f1dd9e946ba7b80d35bdbdc0c640bf71b6f123c518ee00b781cbee8fb11f
3
+ size 4600