fancyfeast
commited on
Commit
•
bdd7b3f
1
Parent(s):
eb4b54c
Upload 3 files
Browse files- config.json +59 -0
- generation_config.json +11 -0
- model-00001-of-00004.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"LlavaForConditionalGeneration"
|
4 |
+
],
|
5 |
+
"ignore_index": -100,
|
6 |
+
"image_seq_length": 729,
|
7 |
+
"image_token_index": 128077,
|
8 |
+
"model_type": "llava",
|
9 |
+
"projector_hidden_act": "gelu",
|
10 |
+
"text_config": {
|
11 |
+
"_name_or_path": "unsloth/Meta-Llama-3.1-8B-Instruct",
|
12 |
+
"architectures": [
|
13 |
+
"LlamaForCausalLM"
|
14 |
+
],
|
15 |
+
"bos_token_id": 128000,
|
16 |
+
"eos_token_id": [
|
17 |
+
128001,
|
18 |
+
128008,
|
19 |
+
128009
|
20 |
+
],
|
21 |
+
"intermediate_size": 14336,
|
22 |
+
"max_position_embeddings": 131072,
|
23 |
+
"model_type": "llama",
|
24 |
+
"num_key_value_heads": 8,
|
25 |
+
"pad_token_id": 128004,
|
26 |
+
"rms_norm_eps": 1e-05,
|
27 |
+
"rope_scaling": {
|
28 |
+
"factor": 8.0,
|
29 |
+
"high_freq_factor": 4.0,
|
30 |
+
"low_freq_factor": 1.0,
|
31 |
+
"original_max_position_embeddings": 8192,
|
32 |
+
"rope_type": "llama3"
|
33 |
+
},
|
34 |
+
"rope_theta": 500000.0,
|
35 |
+
"torch_dtype": "bfloat16",
|
36 |
+
"unsloth_version": "2024.9",
|
37 |
+
"vocab_size": 128256
|
38 |
+
},
|
39 |
+
"torch_dtype": "float32",
|
40 |
+
"transformers_version": "4.44.2",
|
41 |
+
"vision_config": {
|
42 |
+
"_name_or_path": "google/siglip-so400m-patch14-384",
|
43 |
+
"architectures": [
|
44 |
+
"SiglipVisionModel"
|
45 |
+
],
|
46 |
+
"hidden_act": "gelu_pytorch_tanh",
|
47 |
+
"hidden_size": 1152,
|
48 |
+
"image_size": 384,
|
49 |
+
"intermediate_size": 4304,
|
50 |
+
"layer_norm_eps": 1e-06,
|
51 |
+
"model_type": "siglip_vision_model",
|
52 |
+
"num_attention_heads": 16,
|
53 |
+
"num_hidden_layers": 27,
|
54 |
+
"patch_size": 14,
|
55 |
+
"torch_dtype": "float32"
|
56 |
+
},
|
57 |
+
"vision_feature_layer": -2,
|
58 |
+
"vision_feature_select_strategy": "full"
|
59 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 128000,
|
4 |
+
"eos_token_id": [
|
5 |
+
128001,
|
6 |
+
128008,
|
7 |
+
128009
|
8 |
+
],
|
9 |
+
"pad_token_id": 128004,
|
10 |
+
"transformers_version": "4.44.2"
|
11 |
+
}
|
model-00001-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6193bd006fc1391761e5106bc858758a5f17d6ca5cb56e6030b9f133e9bcdf6e
|
3 |
+
size 4913321520
|