leeroy-jankins commited on
Commit
0c41deb
·
verified ·
1 Parent(s): c2283cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -252,7 +252,7 @@ You can then load the model with the code below:
252
  ```python
253
  from transformers import AutoProcessor, AutoModelForMultimodalLM
254
 
255
- MODEL_ID = "google/gemma-4-E4B-it"
256
 
257
  # Load model
258
  processor = AutoProcessor.from_pretrained(MODEL_ID)
@@ -311,7 +311,7 @@ You can then load the model with the code below:
311
  ```python
312
  from transformers import AutoProcessor, AutoModelForMultimodalLM
313
 
314
- MODEL_ID = "google/gemma-4-E4B-it"
315
 
316
  # Load model
317
  processor = AutoProcessor.from_pretrained(MODEL_ID)
@@ -369,7 +369,7 @@ You can then load the model with the code below:
369
  ```python
370
  from transformers import AutoProcessor, AutoModelForMultimodalLM
371
 
372
- MODEL_ID = "google/gemma-4-E4B-it"
373
 
374
  # Load model
375
  processor = AutoProcessor.from_pretrained(MODEL_ID)
@@ -559,4 +559,4 @@ Multimodal models (capable of processing vision, language, and/or audio) have a
559
  * Models rely on statistical patterns in language. They might lack the ability to apply common sense reasoning in certain situations.
560
 
561
  ## 📝License
562
- - Bro is published under the [MIT General Public License v3](https://huggingface.co/leeroy-jankins/bro/blob/main/LICENSE.txt)
 
252
  ```python
253
  from transformers import AutoProcessor, AutoModelForMultimodalLM
254
 
255
+ MODEL_ID = "leeroy-jankins/jimi-4-E4B-it"
256
 
257
  # Load model
258
  processor = AutoProcessor.from_pretrained(MODEL_ID)
 
311
  ```python
312
  from transformers import AutoProcessor, AutoModelForMultimodalLM
313
 
314
+ MODEL_ID = "leeroy-jankins/jimi-4-E4B-it"
315
 
316
  # Load model
317
  processor = AutoProcessor.from_pretrained(MODEL_ID)
 
369
  ```python
370
  from transformers import AutoProcessor, AutoModelForMultimodalLM
371
 
372
+ MODEL_ID = "leeroy-jankins/jimi-4-E4B-it"
373
 
374
  # Load model
375
  processor = AutoProcessor.from_pretrained(MODEL_ID)
 
559
  * Models rely on statistical patterns in language. They might lack the ability to apply common sense reasoning in certain situations.
560
 
561
  ## 📝License
562
+ - Bro is published under the [MIT General Public License v3](https://huggingface.co/leeroy-jankins/jimi/blob/main/LICENSE.txt)