File size: 591 Bytes
07f84b7
 
 
db40937
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
---
license: apache-2.0
---

This repository houses an extended version of the [ViT Base/16 model from 🤗 Transformers](https://huggingface.co/docs/transformers/main/en/model_doc/vit). In particular, it provides the following:

* A `SavedModel` that has the preprocessing and postprocessing operations embedded inside the computation graph of the model.
* A `tar` archive of the SavedModel.

Please refer to the following blog post to know how the SavedModel was exported: [Deploying TensorFlow Vision Models in Hugging Face with TF Serving](https://huggingface.co/blog/tf-serving-vision).