diff --git a/workshop.markdown b/workshop.markdown index 38c3d8e..e7b302c 100644 --- a/workshop.markdown +++ b/workshop.markdown @@ -114,4 +114,8 @@ And a couple of more advanced videos, if you want to customise your models and b ## Things that I missed during the talk! The Tesla supercomputer is called [Dojo.](https://en.wikipedia.org/wiki/Tesla_Dojo) If you want to buy an X99 motherboard from AliExpress (not necessarily recommended...) you can find one [here](https://www.aliexpress.com/store/1102459270?spm=a2g0o.detail.0.0.1633drc8drc8eP). +The [Hugging Face open LLM leaderboard.](https://huggingface.co/open-llm-leaderboard) +Here is an example of a metric used for LLM evaluation - [F1](https://huggingface.co/spaces/evaluate-metric/f1). +A link to the Alpaca paper from Stanford is [here.](https://crfm.stanford.edu/2023/03/13/alpaca.html) +A nice [article](https://medium.com/@1kg/cuda-vs-rocm-the-ongoing-battle-for-gpu-computing-supremacy-82eb916fbe18) on the differences between CUDA from Nvidia and ROCm from AMD.