This commit is contained in:
James Devine 2024-04-22 22:54:17 +02:00 committed by GitHub
parent d7cb41234b
commit 62b6535efd

View file

@ -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.