hedtorresca commited on
Commit
fbc0fe6
·
verified ·
1 Parent(s): a281439

🚀 Subida del modelo fusionado con LoRA (HTTP)

Browse files
Files changed (3) hide show
  1. config.json +2 -1
  2. generation_config.json +1 -1
  3. tokenizer_config.json +1 -1
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "architectures": [
3
  "LlamaForCausalLM"
4
  ],
@@ -33,7 +34,7 @@
33
  "rope_theta": 500000.0,
34
  "tie_word_embeddings": true,
35
  "torch_dtype": "float32",
36
- "transformers_version": "4.50.2",
37
  "use_cache": true,
38
  "vocab_size": 128256
39
  }
 
1
  {
2
+ "_name_or_path": "meta-llama/Llama-3.2-1B-Instruct",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
34
  "rope_theta": 500000.0,
35
  "tie_word_embeddings": true,
36
  "torch_dtype": "float32",
37
+ "transformers_version": "4.48.3",
38
  "use_cache": true,
39
  "vocab_size": 128256
40
  }
generation_config.json CHANGED
@@ -8,5 +8,5 @@
8
  ],
9
  "temperature": 0.6,
10
  "top_p": 0.9,
11
- "transformers_version": "4.50.2"
12
  }
 
8
  ],
9
  "temperature": 0.6,
10
  "top_p": 0.9,
11
+ "transformers_version": "4.48.3"
12
  }
tokenizer_config.json CHANGED
@@ -2059,5 +2059,5 @@
2059
  "attention_mask"
2060
  ],
2061
  "model_max_length": 131072,
2062
- "tokenizer_class": "PreTrainedTokenizer"
2063
  }
 
2059
  "attention_mask"
2060
  ],
2061
  "model_max_length": 131072,
2062
+ "tokenizer_class": "PreTrainedTokenizerFast"
2063
  }