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
File size: 186 Bytes
e44bf53 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | name: image_processor
config_type: preprocessor
mean:
- 0.5
- 0.5
- 0.5
std:
- 0.5
- 0.5
- 0.5
rescale: 0.00392156862745098
resample: 2
size:
- 224
- 224
mirror: false
gray_scale: false
|