Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,8 @@ tags:
|
|
| 8 |
license: mit
|
| 9 |
language: en
|
| 10 |
pipeline_tag: image-text-to-text
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
# Fara-7B ONNX models
|
| 13 |
|
|
@@ -43,4 +45,4 @@ python model-vision.py -m npu/qnn-int4 --max_length 4096 --use-winml
|
|
| 43 |
- License: MIT
|
| 44 |
- Model Description: This is a conversion of the Fara-7B model for ONNX Runtime inference.
|
| 45 |
|
| 46 |
-
**Disclaimer:** Model is only an optimization of the base model. Any risk associated with the model is the responsibility of the user of the model. Please verify and test for your scenarios. There may be a slight difference in output from the base model with the optimizations applied.
|
|
|
|
| 8 |
license: mit
|
| 9 |
language: en
|
| 10 |
pipeline_tag: image-text-to-text
|
| 11 |
+
base_model:
|
| 12 |
+
- microsoft/Fara-7B
|
| 13 |
---
|
| 14 |
# Fara-7B ONNX models
|
| 15 |
|
|
|
|
| 45 |
- License: MIT
|
| 46 |
- Model Description: This is a conversion of the Fara-7B model for ONNX Runtime inference.
|
| 47 |
|
| 48 |
+
**Disclaimer:** Model is only an optimization of the base model. Any risk associated with the model is the responsibility of the user of the model. Please verify and test for your scenarios. There may be a slight difference in output from the base model with the optimizations applied.
|