kvaishnavi
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -58,30 +58,18 @@ Minimum Configuration Required:
|
|
58 |
The performance of the ONNX vision model is similar to [Phi-3.5-mini-instruct-onnx](https://huggingface.co/microsoft/Phi-3.5-mini-instruct-onnx) during token generation.
|
59 |
|
60 |
## Base Model Usage and Considerations
|
61 |
-
|
62 |
|
63 |
-
|
64 |
-
|
65 |
-
1) memory/compute constrained environments;
|
66 |
-
2) latency bound scenarios;
|
67 |
-
3) general image understanding;
|
68 |
-
4) OCR;
|
69 |
-
5) chart and table understanding.
|
70 |
-
|
71 |
-
Our model is designed to accelerate research on efficient language and multimodal models, for use as a building block for generative AI powered features.
|
72 |
-
|
73 |
-
**Use case considerations**
|
74 |
-
|
75 |
-
Our models are not specifically designed or evaluated for all downstream purposes. Developers should consider common limitations of language models as they select use cases, and evaluate and mitigate for accuracy, safety, and fairness before using within a specific downstream use case, particularly for high-risk scenarios.
|
76 |
-
|
77 |
-
Developers should be aware of and adhere to applicable laws or regulations (including privacy, trade compliance laws, etc.) that are relevant to their use case.
|
78 |
-
|
79 |
-
Nothing contained in this Model Card should be interpreted as or deemed a restriction or modification to the license the model is released under.
|
80 |
|
81 |
## Appendix
|
82 |
|
83 |
## Model Card Contact
|
84 |
-
parinitarahi, kvaishnavi, natke
|
85 |
|
86 |
## Contributors
|
87 |
Kunal Vaishnavi, Sunghoon Choi, Yufeng Li, Baiju Meswani, Sheetal Arun Kadam, Rui Ren, Natalie Kershaw, Parinita Rahi, Patrice Vignola, Xiang Zhang, Chai Chaoweeraprasit, Logan Iyer, Vicente Rivera, Jacques Van Rhyn, Yun Liu
|
|
|
|
|
|
|
|
|
|
58 |
The performance of the ONNX vision model is similar to [Phi-3.5-mini-instruct-onnx](https://huggingface.co/microsoft/Phi-3.5-mini-instruct-onnx) during token generation.
|
59 |
|
60 |
## Base Model Usage and Considerations
|
61 |
+
For details and RAI considerations of the base model, please refer to [here](https://huggingface.co/microsoft/Phi-3.5-vision-instruct).
|
62 |
|
63 |
+
Please note that ONNX model output may vary slightly from the base model. The users are responsible for verifying the output for their scenarios and own responsibility of the usage.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
|
65 |
## Appendix
|
66 |
|
67 |
## Model Card Contact
|
68 |
+
parinitarahi, kvaishnavi, natke, yunl, sunghcho
|
69 |
|
70 |
## Contributors
|
71 |
Kunal Vaishnavi, Sunghoon Choi, Yufeng Li, Baiju Meswani, Sheetal Arun Kadam, Rui Ren, Natalie Kershaw, Parinita Rahi, Patrice Vignola, Xiang Zhang, Chai Chaoweeraprasit, Logan Iyer, Vicente Rivera, Jacques Van Rhyn, Yun Liu
|
72 |
+
|
73 |
+
## Trademarks
|
74 |
+
|
75 |
+
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft’s Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.
|