Instructions to use hezarai/vit-roberta-fa-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Hezar
How to use hezarai/vit-roberta-fa-base with Hezar:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Hezar: Upload model and config
Browse files
preprocessor/image_processor_config.yaml
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: image_processor
|
| 2 |
+
config_type: preprocessor
|
| 3 |
+
mean:
|
| 4 |
+
- 0.5
|
| 5 |
+
- 0.5
|
| 6 |
+
- 0.5
|
| 7 |
+
std:
|
| 8 |
+
- 0.5
|
| 9 |
+
- 0.5
|
| 10 |
+
- 0.5
|
| 11 |
+
rescale: 0.00392156862745098
|
| 12 |
+
resample: 2
|
| 13 |
+
size:
|
| 14 |
+
- 224
|
| 15 |
+
- 224
|
| 16 |
+
mirror: false
|
| 17 |
+
gray_scale: false
|