jordiclive commited on
Commit
f85aec8
1 Parent(s): f928ad9

Upload folder using huggingface_hub

Browse files
adapter_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "tiiuae/falcon-40b",
3
+ "bias": "none",
4
+ "enable_lora": null,
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "lora_alpha": 16,
8
+ "lora_dropout": 0.05,
9
+ "merge_weights": false,
10
+ "modules_to_save": null,
11
+ "peft_type": "LORA",
12
+ "r": 64,
13
+ "target_modules": [
14
+ "dense_4h_to_h",
15
+ "dense",
16
+ "query_key_value",
17
+ "dense_h_to_4h"
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:1d83a75b6b1a1216e6e1ae41c24d4c7750fc8d725d051ed1fbea13dab2a3833a
3
+ size 1777506445
extra_embeddings.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e070d315939b6d665387aa8f2d4aa777838958e1a22c3880af527c9a410c0562
3
+ size 262918
special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|prefix_end|>",
4
+ ">>PREFIX<<",
5
+ ">>QUESTION<<",
6
+ "<|prompter|>",
7
+ ">>MIDDLE<<",
8
+ ">>TITLE<<",
9
+ ">>ABSTRACT<<",
10
+ ">>DOMAIN<<",
11
+ "<|prefix_begin|>",
12
+ ">>ANSWER<<",
13
+ "<|system|>",
14
+ ">>COMMENT<<",
15
+ ">>SUMMARY<<",
16
+ ">>SUFFIX<<",
17
+ "<|assistant|>",
18
+ ">>INTRODUCTION<<"
19
+ ],
20
+ "eos_token": "<|endoftext|>",
21
+ "pad_token": "<|endoftext|>",
22
+ "sep_token": "<|endoftext|>"
23
+ }
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
+ "eos_token": "<|endoftext|>",
5
+ "model_max_length": 2048,
6
+ "special_tokens_map_file": null,
7
+ "tokenizer_class": "PreTrainedTokenizerFast"
8
+ }