Update README
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ Phi-3 Vision is a lightweight, state-of-the-art open multimodal model built upon
|
|
23 |
|
24 |
Resources and Technical Documentation:
|
25 |
|
26 |
-
+ [Phi-3 Microsoft Blog](https://aka.ms/
|
27 |
+ [Phi-3 Technical Report](https://aka.ms/phi3-tech-report)
|
28 |
+ [Phi-3 on Azure AI Studio](https://aka.ms/phi3-azure-ai)
|
29 |
|
@@ -79,7 +79,7 @@ Phi-3-Vision-128K-Instruct is also available in [Azure AI Studio](https://aka.ms
|
|
79 |
|
80 |
### Chat Format
|
81 |
|
82 |
-
Given the nature of the training data, the Phi-3-Vision-128K-Instruct model is best suited for prompts using the chat format as follows.
|
83 |
You can provide the prompt as a single image with a generic template as follow:
|
84 |
```markdown
|
85 |
<|user|>\n<|image_1|>\n{prompt}<|end|>\n<|assistant|>\n
|
@@ -135,7 +135,7 @@ response = processor.batch_decode(generate_ids, skip_special_tokens=True, clean_
|
|
135 |
print(response)
|
136 |
```
|
137 |
|
138 |
-
Additional basic examples are provided [here](https://huggingface.co/microsoft/Phi-3-vision-128k-instruct/
|
139 |
|
140 |
|
141 |
## Responsible AI Considerations
|
|
|
23 |
|
24 |
Resources and Technical Documentation:
|
25 |
|
26 |
+
+ [Phi-3 Microsoft Blog](https://aka.ms/Phi-3Build2024)
|
27 |
+ [Phi-3 Technical Report](https://aka.ms/phi3-tech-report)
|
28 |
+ [Phi-3 on Azure AI Studio](https://aka.ms/phi3-azure-ai)
|
29 |
|
|
|
79 |
|
80 |
### Chat Format
|
81 |
|
82 |
+
Given the nature of the training data, the Phi-3-Vision-128K-Instruct model is best suited for a single image input wih prompts using the chat format as follows.
|
83 |
You can provide the prompt as a single image with a generic template as follow:
|
84 |
```markdown
|
85 |
<|user|>\n<|image_1|>\n{prompt}<|end|>\n<|assistant|>\n
|
|
|
135 |
print(response)
|
136 |
```
|
137 |
|
138 |
+
Additional basic examples are provided [here](https://huggingface.co/microsoft/Phi-3-vision-128k-instruct/blob/main/sample_inference.py).
|
139 |
|
140 |
|
141 |
## Responsible AI Considerations
|