Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- fa
|
5 |
+
library_name: hezar
|
6 |
+
tags:
|
7 |
+
- hezar
|
8 |
+
---
|
9 |
+
|
10 |
+
A vision encoder decoder model initialized from `hezarai/roberta-base-fa` and `google/vit-base-patch16-224` weights.
|
11 |
+
|
12 |
+
**This model cannot perform image-to-text inference out of the box without finetuning.**
|