hermeschen-ezcon commited on
Commit
cb39be9
·
verified ·
1 Parent(s): c649c9f

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. config.json +9 -0
README.md CHANGED
@@ -4,14 +4,14 @@ library_name: mlx
4
  tags:
5
  - transformers
6
  - mlx
7
- pipeline_tag: image-text-to-text
8
  base_model: apple/FastVLM-1.5B
 
9
  ---
10
 
11
  # EZCon/FastVLM-1.5B-8bit-mlx
12
 
13
  This model was converted to MLX format from [`apple/FastVLM-1.5B`](https://huggingface.co/apple/FastVLM-1.5B)
14
- using mlx-vlm version **0.6.0**.
15
  Refer to the [original model card](https://huggingface.co/apple/FastVLM-1.5B) for more details on the model.
16
 
17
  ## Use with mlx
 
4
  tags:
5
  - transformers
6
  - mlx
 
7
  base_model: apple/FastVLM-1.5B
8
+ pipeline_tag: image-text-to-text
9
  ---
10
 
11
  # EZCon/FastVLM-1.5B-8bit-mlx
12
 
13
  This model was converted to MLX format from [`apple/FastVLM-1.5B`](https://huggingface.co/apple/FastVLM-1.5B)
14
+ using mlx-vlm version **0.6.3**.
15
  Refer to the [original model card](https://huggingface.co/apple/FastVLM-1.5B) for more details on the model.
16
 
17
  ## Use with mlx
config.json CHANGED
@@ -8,8 +8,15 @@
8
  "AutoModelForCausalLM": "llava_qwen.LlavaQwen2ForCausalLM"
9
  },
10
  "bos_token_id": 151643,
 
11
  "eos_token_id": 151645,
12
  "freeze_mm_mlp_adapter": false,
 
 
 
 
 
 
13
  "hidden_act": "silu",
14
  "hidden_size": 1536,
15
  "image_aspect_ratio": "pad",
@@ -44,9 +51,11 @@
44
  "rms_norm_eps": 1e-06,
45
  "rope_theta": 1000000.0,
46
  "sliding_window": 32768,
 
47
  "tie_word_embeddings": true,
48
  "tokenizer_model_max_length": 8192,
49
  "tokenizer_padding_side": "right",
 
50
  "transformers_version": "4.39.3",
51
  "tune_mm_mlp_adapter": false,
52
  "unfreeze_mm_vision_tower": true,
 
8
  "AutoModelForCausalLM": "llava_qwen.LlavaQwen2ForCausalLM"
9
  },
10
  "bos_token_id": 151643,
11
+ "do_sample": true,
12
  "eos_token_id": 151645,
13
  "freeze_mm_mlp_adapter": false,
14
+ "generation_config": {
15
+ "do_sample": true,
16
+ "temperature": null,
17
+ "top_p": null,
18
+ "transformers_version": "4.39.3"
19
+ },
20
  "hidden_act": "silu",
21
  "hidden_size": 1536,
22
  "image_aspect_ratio": "pad",
 
51
  "rms_norm_eps": 1e-06,
52
  "rope_theta": 1000000.0,
53
  "sliding_window": 32768,
54
+ "temperature": null,
55
  "tie_word_embeddings": true,
56
  "tokenizer_model_max_length": 8192,
57
  "tokenizer_padding_side": "right",
58
+ "top_p": null,
59
  "transformers_version": "4.39.3",
60
  "tune_mm_mlp_adapter": false,
61
  "unfreeze_mm_vision_tower": true,