sayakpaul HF staff commited on
Commit
db40937
1 Parent(s): 07f84b7

add: readme.

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -1,3 +1,10 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ 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:
6
+
7
+ * A `SavedModel` that has the preprocessing and postprocessing operations embedded inside the computation graph of the model.
8
+ * A `tar` archive of the SavedModel.
9
+
10
+ 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).