maidacundo commited on
Commit
acd4ce1
1 Parent(s): 5dde55f

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
adapter_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "tiiuae/falcon-7b",
3
+ "bias": "none",
4
+ "fan_in_fan_out": false,
5
+ "inference_mode": true,
6
+ "init_lora_weights": true,
7
+ "layers_pattern": null,
8
+ "layers_to_transform": null,
9
+ "lora_alpha": 16,
10
+ "lora_dropout": 0.1,
11
+ "modules_to_save": null,
12
+ "peft_type": "LORA",
13
+ "r": 64,
14
+ "revision": null,
15
+ "target_modules": [
16
+ "query_key_value"
17
+ ],
18
+ "task_type": "CAUSAL_LM"
19
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:211c484baaa45d1d6a5c65e43769a82a3c69f277ad9731cdbaefb8023ef552e0
3
+ size 75521265
special_tokens_map.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|query|>",
4
+ ">>TITLE<<",
5
+ ">>ABSTRACT<<",
6
+ "<|sql|>",
7
+ ">>INTRODUCTION<<",
8
+ ">>PREFIX<<",
9
+ ">>MIDDLE<<",
10
+ ">>COMMENT<<",
11
+ ">>SUMMARY<<",
12
+ ">>ANSWER<<",
13
+ ">>SUFFIX<<",
14
+ ">>QUESTION<<",
15
+ "<|schema|>",
16
+ ">>DOMAIN<<",
17
+ "<|endoftext|>"
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:7de39fa7fcae574942821a2101283d11a05eb4476b4a904d15ce97c13696b04a
3
+ size 3963