work4xiang commited on
Commit
2aed97c
1 Parent(s): 6ac7878

Training in progress, step 200

Browse files
adapter_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "tiiuae/falcon-7b",
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": 16,
11
+ "lora_dropout": 0.1,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 8,
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:be8b524098c7dfa8ee215a54283d91214ea54bc28915e2ff3295ca7259a99b28
3
+ size 9460849
special_tokens_map.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ ">>INTRODUCTION<<",
4
+ ">>ABSTRACT<<",
5
+ ">>PREFIX<<",
6
+ ">>SUFFIX<<",
7
+ ">>COMMENT<<",
8
+ "<|schema|>",
9
+ ">>MIDDLE<<",
10
+ "<|endoftext|>",
11
+ "<|query|>",
12
+ ">>ANSWER<<",
13
+ ">>SUMMARY<<",
14
+ "<|sql|>",
15
+ ">>QUESTION<<",
16
+ ">>TITLE<<",
17
+ ">>DOMAIN<<"
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:d01043406d1e7260e8159d2a33bb11cb876259635a9884972b7b704144ce9b64
3
+ size 4027