Aspik101 commited on
Commit
9664ee8
1 Parent(s): 5b1323b

Hubert commit

Browse files
Files changed (4) hide show
  1. README.md +15 -0
  2. config.json +27 -0
  3. gptq_model-4bit-128g.bin +3 -0
  4. quantize_config.json +10 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - pl
4
+ datasets:
5
+ - Lajonbot/alpaca-dolly-chrisociepa-instruction-only-polish
6
+ license: other
7
+ model_type: llama-2
8
+ pipeline_tag: text-generation
9
+ tags:
10
+ - facebook
11
+ - meta
12
+ - pytorch
13
+ - llama
14
+ - llama-2
15
+ ---
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "results/TheBloke/guanaco-7B-HF-PL-lora/unload",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 4096,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 11008,
12
+ "max_position_embeddings": 2048,
13
+ "max_sequence_length": 2048,
14
+ "model_type": "llama",
15
+ "num_attention_heads": 32,
16
+ "num_hidden_layers": 32,
17
+ "num_key_value_heads": 32,
18
+ "pad_token_id": 0,
19
+ "pretraining_tp": 1,
20
+ "rms_norm_eps": 1e-06,
21
+ "rope_scaling": null,
22
+ "tie_word_embeddings": false,
23
+ "torch_dtype": "float16",
24
+ "transformers_version": "4.32.0.dev0",
25
+ "use_cache": true,
26
+ "vocab_size": 32000
27
+ }
gptq_model-4bit-128g.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2841dfaae5d1e2a2ddbdbc90288c59b14c195f6633b85a1ad51ae5771a78868f
3
+ size 3897013783
quantize_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bits": 4,
3
+ "group_size": 128,
4
+ "damp_percent": 0.01,
5
+ "desc_act": false,
6
+ "sym": true,
7
+ "true_sequential": true,
8
+ "model_name_or_path": null,
9
+ "model_file_base_name": null
10
+ }