neph1 commited on
Commit
d2dfe4f
1 Parent(s): e02d876

Upload 2 files

Browse files
gptq-2404/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/media/rickard/Backup/models/bellman/lora-merged/bellman/2404/dpo",
3
+ "architectures": [
4
+ "MistralForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 1,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 4096,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 14336,
13
+ "max_position_embeddings": 32768,
14
+ "model_type": "mistral",
15
+ "num_attention_heads": 32,
16
+ "num_hidden_layers": 32,
17
+ "num_key_value_heads": 8,
18
+ "quantization_config": {
19
+ "batch_size": 1,
20
+ "bits": 4,
21
+ "block_name_to_quantize": null,
22
+ "cache_block_outputs": true,
23
+ "damp_percent": 0.1,
24
+ "dataset": [
25
+ "c4",
26
+ "sv"
27
+ ],
28
+ "desc_act": false,
29
+ "exllama_config": {
30
+ "version": 1
31
+ },
32
+ "group_size": 128,
33
+ "max_input_length": null,
34
+ "model_seqlen": null,
35
+ "module_name_preceding_first_block": null,
36
+ "modules_in_block_to_quantize": null,
37
+ "pad_token_id": null,
38
+ "quant_method": "gptq",
39
+ "sym": true,
40
+ "tokenizer": null,
41
+ "true_sequential": true,
42
+ "use_cuda_fp16": false,
43
+ "use_exllama": true
44
+ },
45
+ "rms_norm_eps": 1e-05,
46
+ "rope_theta": 1000000.0,
47
+ "sliding_window": 4096,
48
+ "tie_word_embeddings": false,
49
+ "torch_dtype": "bfloat16",
50
+ "transformers_version": "4.38.2",
51
+ "unsloth_version": "2024.4",
52
+ "use_cache": true,
53
+ "vocab_size": 32000
54
+ }
gptq-2404/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "transformers_version": "4.38.2"
6
+ }