flozi00 commited on
Commit
ab15eb8
1 Parent(s): dd9e039

Upload of AutoGPTQ quantized model

Browse files
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "OpenAssistant/falcon-7b-sft-mix-2000",
3
+ "alibi": false,
4
+ "apply_residual_connection_post_layernorm": false,
5
+ "architectures": [
6
+ "RWForCausalLM"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "auto_map": {
10
+ "AutoConfig": "OpenAssistant/falcon-7b-sft-mix-2000--configuration_RW.RWConfig",
11
+ "AutoModel": "OpenAssistant/falcon-7b-sft-mix-2000--modelling_RW.RWModel",
12
+ "AutoModelForCausalLM": "OpenAssistant/falcon-7b-sft-mix-2000--modelling_RW.RWForCausalLM",
13
+ "AutoModelForQuestionAnswering": "OpenAssistant/falcon-7b-sft-mix-2000--modelling_RW.RWForQuestionAnswering",
14
+ "AutoModelForSequenceClassification": "OpenAssistant/falcon-7b-sft-mix-2000--modelling_RW.RWForSequenceClassification",
15
+ "AutoModelForTokenClassification": "OpenAssistant/falcon-7b-sft-mix-2000--modelling_RW.RWForTokenClassification"
16
+ },
17
+ "bias": false,
18
+ "bos_token_id": 11,
19
+ "eos_token_id": 11,
20
+ "hidden_dropout": 0.0,
21
+ "hidden_size": 4544,
22
+ "initializer_range": 0.02,
23
+ "layer_norm_epsilon": 1e-05,
24
+ "model_type": "RefinedWebModel",
25
+ "multi_query": true,
26
+ "n_head": 71,
27
+ "n_layer": 32,
28
+ "parallel_attn": true,
29
+ "torch_dtype": "float16",
30
+ "transformers_version": "4.30.0.dev0",
31
+ "use_cache": true,
32
+ "vocab_size": 65040
33
+ }
gptq_model-4bit-128g.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddd363f71ffa20ca23bf9ab5f08315c95664f664484ac37ffe61ae40a627bb09
3
+ size 4632450552
quantize_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bits": 4,
3
+ "group_size": 128,
4
+ "damp_percent": 0.01,
5
+ "desc_act": true,
6
+ "sym": true,
7
+ "true_sequential": true,
8
+ "model_name_or_path": null,
9
+ "model_file_base_name": null
10
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ ">>TITLE<<",
4
+ ">>ABSTRACT<<",
5
+ "<|prefix_begin|>",
6
+ ">>DOMAIN<<",
7
+ ">>PREFIX<<",
8
+ ">>COMMENT<<",
9
+ ">>MIDDLE<<",
10
+ ">>SUMMARY<<",
11
+ ">>SUFFIX<<",
12
+ ">>INTRODUCTION<<",
13
+ ">>ANSWER<<",
14
+ ">>QUESTION<<",
15
+ "<|assistant|>",
16
+ "<|system|>",
17
+ "<|prefix_end|>",
18
+ "<|prompter|>"
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,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "clean_up_tokenization_spaces": true,
4
+ "eos_token": "<|endoftext|>",
5
+ "model_max_length": 2048,
6
+ "tokenizer_class": "PreTrainedTokenizerFast"
7
+ }