createveai
commited on
Commit
•
b3d25b7
1
Parent(s):
7af6045
Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- config.json +45 -0
- generation_config.json +13 -0
- model-00001-of-00002.safetensors +3 -0
- model-00002-of-00002.safetensors +3 -0
- model.safetensors.index.json +0 -0
config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "huihui-ai/Llama-3.2-11B-Vision-Instruct-abliterated",
|
3 |
+
"architectures": [
|
4 |
+
"MllamaForConditionalGeneration"
|
5 |
+
],
|
6 |
+
"image_token_index": 128256,
|
7 |
+
"model_type": "mllama",
|
8 |
+
"pad_token_id": 128004,
|
9 |
+
"quantization_config": {
|
10 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
11 |
+
"bnb_4bit_quant_type": "nf4",
|
12 |
+
"bnb_4bit_use_double_quant": true,
|
13 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
14 |
+
"llm_int8_has_fp16_weight": false,
|
15 |
+
"llm_int8_skip_modules": null,
|
16 |
+
"llm_int8_threshold": 6.0,
|
17 |
+
"load_in_4bit": true,
|
18 |
+
"load_in_8bit": false,
|
19 |
+
"quant_method": "bitsandbytes"
|
20 |
+
},
|
21 |
+
"text_config": {
|
22 |
+
"eos_token_id": [
|
23 |
+
128001,
|
24 |
+
128008,
|
25 |
+
128009
|
26 |
+
],
|
27 |
+
"model_type": "mllama_text_model",
|
28 |
+
"rope_scaling": {
|
29 |
+
"factor": 8.0,
|
30 |
+
"high_freq_factor": 4.0,
|
31 |
+
"low_freq_factor": 1.0,
|
32 |
+
"original_max_position_embeddings": 8192,
|
33 |
+
"rope_type": "llama3"
|
34 |
+
},
|
35 |
+
"torch_dtype": "bfloat16"
|
36 |
+
},
|
37 |
+
"torch_dtype": "bfloat16",
|
38 |
+
"transformers_version": "4.47.0.dev0",
|
39 |
+
"unsloth_version": "2024.11.10",
|
40 |
+
"vision_config": {
|
41 |
+
"image_size": 560,
|
42 |
+
"model_type": "mllama_vision_model",
|
43 |
+
"torch_dtype": "bfloat16"
|
44 |
+
}
|
45 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 128000,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": [
|
5 |
+
128001,
|
6 |
+
128008,
|
7 |
+
128009
|
8 |
+
],
|
9 |
+
"pad_token_id": 128004,
|
10 |
+
"temperature": 0.6,
|
11 |
+
"top_p": 0.9,
|
12 |
+
"transformers_version": "4.47.0.dev0"
|
13 |
+
}
|
model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b760744f2d7b973d4719db4ad8e14a579ff67e3becb11d3b650a465fa1d10322
|
3 |
+
size 4998395633
|
model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9b08f1886e4a340ac3737b2667befef81acbd91179a5ea9789ad06a69914537
|
3 |
+
size 2181540360
|
model.safetensors.index.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|