assignment for 18

This commit is contained in:
Jen Looper 2022-05-23 13:00:57 -04:00
parent 31a4b40487
commit beb29ec891
2 changed files with 4 additions and 1 deletions

View File

@ -106,4 +106,4 @@ In this lesson you learned about Transformers and Attention Mechanisms, all esse
* [Blog post](https://mchromiak.github.io/articles/2017/Sep/12/Transformer-Attention-is-all-you-need/), explaining the classical [Attention is all you need](https://arxiv.org/abs/1706.03762) paper on transformers.
* [A series of blog posts](https://towardsdatascience.com/transformers-explained-visually-part-1-overview-of-functionality-95a6dd460452) on transformers, explaining the architecture in detail.
## [Assignment](lab/README.md)
## [Assignment](assignment.md)

View File

@ -0,0 +1,3 @@
# Assignment: Transformers
Experiment with Transformers on HuggingFace! Try some of the scripts they provide to work with the various models available on their site: https://huggingface.co/docs/transformers/run_scripts. Try one of their datasets, then import one of your own from this curriculum or from Kaggle and see if you can generate interesting texts. Produce a notebook with your findings.