hedtorresca commited on
Commit
b101400
·
verified ·
1 Parent(s): 89d6a5f

🚀 Subida de modelo cuantizado en int8 con Optimum

Browse files
Files changed (3) hide show
  1. config.json +42 -0
  2. inc_config.json +12 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "hedtorresca/llama3-1b-lora-fusionado",
4
+ "architectures": [
5
+ "LlamaForCausalLM"
6
+ ],
7
+ "attention_bias": false,
8
+ "attention_dropout": 0.0,
9
+ "backend": "default",
10
+ "bos_token_id": 128000,
11
+ "eos_token_id": [
12
+ 128001,
13
+ 128008,
14
+ 128009
15
+ ],
16
+ "head_dim": 64,
17
+ "hidden_act": "silu",
18
+ "hidden_size": 2048,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 8192,
21
+ "max_position_embeddings": 131072,
22
+ "mlp_bias": false,
23
+ "model_type": "llama",
24
+ "num_attention_heads": 32,
25
+ "num_hidden_layers": 16,
26
+ "num_key_value_heads": 8,
27
+ "pretraining_tp": 1,
28
+ "rms_norm_eps": 1e-05,
29
+ "rope_scaling": {
30
+ "factor": 32.0,
31
+ "high_freq_factor": 4.0,
32
+ "low_freq_factor": 1.0,
33
+ "original_max_position_embeddings": 8192,
34
+ "rope_type": "llama3"
35
+ },
36
+ "rope_theta": 500000.0,
37
+ "tie_word_embeddings": true,
38
+ "torch_dtype": "int8",
39
+ "transformers_version": "4.48.3",
40
+ "use_cache": true,
41
+ "vocab_size": 128256
42
+ }
inc_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "distillation": {},
3
+ "neural_compressor_version": "3.3.1",
4
+ "optimum_version": "1.24.0",
5
+ "pruning": {},
6
+ "quantization": {
7
+ "dataset_num_samples": null,
8
+ "is_static": false
9
+ },
10
+ "torch_version": "2.6.0+cu124",
11
+ "transformers_version": "4.48.3"
12
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6781a4123bf2632bb39543bad86b0e7ae66668b12535c2008735176e80ceb16c
3
+ size 1508033518