EdoardoMosca commited on
Commit
d082f35
·
verified ·
1 Parent(s): 67c26e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -30,8 +30,8 @@ Built on the [LFM2](https://huggingface.co/collections/LiquidAI/lfm2-686d7219270
30
 
31
  We are releasing the weights of the new [3B](https://huggingface.co/LiquidAI/LFM2-VL-3B) checkpoint—offering higher performance across benchmarks while remaining optimized for scalable deployment.
32
 
33
- * **State-of-the-art multimodal performance** within the lightweight model range
34
- * **Enhanced reasoning and visual comprehension**, especially on fine-grained visual tasks
35
  * **Retains efficient inference** with the same flexible architecture and user-tunable speed-quality tradeoffs
36
  * **Processes native resolutions up to 512×512** with intelligent patch-based handling for larger inputs
37
 
@@ -90,10 +90,10 @@ You can apply it using the dedicated [`.apply_chat_template()`](https://huggingf
90
 
91
  ## 🏃 How to run LFM2-VL
92
 
93
- You can run LFM2-VL with Hugging Face [`transformers`](https://github.com/huggingface/transformers) v4.57 or more recent as follows:
94
 
95
  ```bash
96
- pip install -U transformers pillow
97
  ```
98
 
99
  Here is an example of how to generate an answer with transformers in Python:
 
30
 
31
  We are releasing the weights of the new [3B](https://huggingface.co/LiquidAI/LFM2-VL-3B) checkpoint—offering higher performance across benchmarks while remaining optimized for scalable deployment.
32
 
33
+ * **Competitive multimodal performance** among lightweight open models.
34
+ * **Enhanced visual understanding and reasoning**, particularly on fine-grained perception tasks
35
  * **Retains efficient inference** with the same flexible architecture and user-tunable speed-quality tradeoffs
36
  * **Processes native resolutions up to 512×512** with intelligent patch-based handling for larger inputs
37
 
 
90
 
91
  ## 🏃 How to run LFM2-VL
92
 
93
+ You can run LFM2-VL with Hugging Face [`transformers`](https://github.com/huggingface/transformers) via installing Transformers from source as follows:
94
 
95
  ```bash
96
+ pip install git+https://github.com/huggingface/transformers.git@2e67a9b602a8aa5fcf9f82e25b4e331f3328976c pillow
97
  ```
98
 
99
  Here is an example of how to generate an answer with transformers in Python: