vikhyatk commited on
Commit
eead139
1 Parent(s): c064b4c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -8,7 +8,8 @@ moondream2 is a small vision language model designed to run efficiently on edge
8
 
9
  | Release | VQAv2 | GQA | TextVQA | POPE | TallyQA |
10
  | --- | --- | --- | --- | --- | --- |
11
- | **2024-03-04** (latest) | 74.2 | 58.5 | 36.4 | (coming soon) | (coming soon) |
 
12
 
13
  **Usage**
14
 
@@ -21,7 +22,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
21
  from PIL import Image
22
 
23
  model_id = "vikhyatk/moondream2"
24
- revision = "2024-03-05"
25
  model = AutoModelForCausalLM.from_pretrained(
26
  model_id, trust_remote_code=True, revision=revision
27
  )
 
8
 
9
  | Release | VQAv2 | GQA | TextVQA | POPE | TallyQA |
10
  | --- | --- | --- | --- | --- | --- |
11
+ | 2024-03-04 | 74.2 | 58.5 | 36.4 | - | - |
12
+ | **2024-03-06** (latest) | 75.4 | 59.8 | 43.1 | (coming soon) | (coming soon) |
13
 
14
  **Usage**
15
 
 
22
  from PIL import Image
23
 
24
  model_id = "vikhyatk/moondream2"
25
+ revision = "2024-03-06"
26
  model = AutoModelForCausalLM.from_pretrained(
27
  model_id, trust_remote_code=True, revision=revision
28
  )