carlosdimare commited on
Commit
9feb8d0
·
verified ·
1 Parent(s): 2d8f293

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -6,7 +6,7 @@
6
  "corda_config": null,
7
  "eva_config": null,
8
  "exclude_modules": null,
9
- "fan_in_fan_out": true,
10
  "inference_mode": true,
11
  "init_lora_weights": true,
12
  "layer_replication": null,
@@ -24,9 +24,9 @@
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
 
27
  "v_proj",
28
- "c_attn",
29
- "q_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "trainable_token_indices": null,
 
6
  "corda_config": null,
7
  "eva_config": null,
8
  "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
  "inference_mode": true,
11
  "init_lora_weights": true,
12
  "layer_replication": null,
 
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
+ "q_proj",
28
  "v_proj",
29
+ "c_attn"
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c264c6db5b67204bcd495a4e7ceb3221b18f0ba697f77d3bc009d01e44e41458
3
  size 1182680
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd5ec9da20f6576a4c05397fca6abe70cafd2a70cb7d17aa29d6b38d1fcfa36c
3
  size 1182680
tokenizer_config.json CHANGED
@@ -16,8 +16,15 @@
16
  "eos_token": "<|endoftext|>",
17
  "errors": "replace",
18
  "extra_special_tokens": {},
 
19
  "model_max_length": 1024,
 
20
  "pad_token": "<|endoftext|>",
 
 
 
21
  "tokenizer_class": "GPT2Tokenizer",
 
 
22
  "unk_token": "<|endoftext|>"
23
  }
 
16
  "eos_token": "<|endoftext|>",
17
  "errors": "replace",
18
  "extra_special_tokens": {},
19
+ "max_length": 512,
20
  "model_max_length": 1024,
21
+ "pad_to_multiple_of": null,
22
  "pad_token": "<|endoftext|>",
23
+ "pad_token_type_id": 0,
24
+ "padding_side": "right",
25
+ "stride": 0,
26
  "tokenizer_class": "GPT2Tokenizer",
27
+ "truncation_side": "right",
28
+ "truncation_strategy": "longest_first",
29
  "unk_token": "<|endoftext|>"
30
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a405d576fc2a3b71897f01b2a6776f775085c25f3aa4a1cdfde5e913cf32ce09
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8998c80922fae99c9d261875e66c2b228622fde546c2d1028eeb4cc02ca893dd
3
  size 5304