Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ outputs = model(**inputs)
|
|
48 |
last_hidden_state = outputs.last_hidden_state
|
49 |
```
|
50 |
|
51 |
-
|
52 |
|
53 |
## Training data
|
54 |
|
|
|
48 |
last_hidden_state = outputs.last_hidden_state
|
49 |
```
|
50 |
|
51 |
+
Refer to the [docs](https://huggingface.co/docs/transformers/model_doc/vit) for usage in TensorFlow and JAX/FLAX.
|
52 |
|
53 |
## Training data
|
54 |
|