gabrielgme commited on
Commit
1b5544f
·
1 Parent(s): d00d81f

Training in progress, step 100

Browse files
adapter_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "tiiuae/falcon-7b-instruct",
4
+ "bias": "none",
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 8,
11
+ "lora_dropout": 0.05,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 2,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "query_key_value"
18
+ ],
19
+ "task_type": "CAUSAL_LM"
20
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26cc028de405284327dd922d40007b842334d1091de43e58caee4b9bb017e76c
3
+ size 2382961
special_tokens_map.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ ">>COMMENT<<",
4
+ ">>ANSWER<<",
5
+ "<|sql|>",
6
+ ">>DOMAIN<<",
7
+ ">>MIDDLE<<",
8
+ ">>SUMMARY<<",
9
+ ">>SUFFIX<<",
10
+ ">>ABSTRACT<<",
11
+ ">>PREFIX<<",
12
+ ">>QUESTION<<",
13
+ "<|endoftext|>",
14
+ "<|query|>",
15
+ ">>TITLE<<",
16
+ ">>INTRODUCTION<<",
17
+ "<|schema|>"
18
+ ],
19
+ "eos_token": "<|endoftext|>",
20
+ "pad_token": "<|endoftext|>",
21
+ "sep_token": "<|endoftext|>"
22
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "clean_up_tokenization_spaces": true,
4
+ "do_lower_case": true,
5
+ "eos_token": "<|endoftext|>",
6
+ "model_max_length": 2048,
7
+ "tokenizer_class": "PreTrainedTokenizerFast"
8
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:509b67197030e9350e8971ca142382f41adc1eecf4ff68ea932e288dc20606b4
3
+ size 4027