diff --git a/docs/hub/transformers.md b/docs/hub/transformers.md index 2d22ee092..502fcfe24 100644 --- a/docs/hub/transformers.md +++ b/docs/hub/transformers.md @@ -26,6 +26,8 @@ You can try out the models directly in the browser if you want to test them out +If you prefer an interactive tutorial with an accompanying video, try [this code-along](https://www.datacamp.com/code-along/using-open-source-models-hugging-face) providing an overview of transformers and the Hugging Face ecosystem. + ## Using existing models All `transformer` models are a line away from being used! Depending on how you want to use them, you can use the high-level API using the `pipeline` function or you can use `AutoModel` for more control.