Skip to content

Commit

Permalink
Merge pull request #41 from zack-overflow/site
Browse files Browse the repository at this point in the history
Fixing broken links to LLM resources
  • Loading branch information
veekaybee committed Feb 27, 2024
2 parents 3bab062 + 0b1be2c commit 2da1e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/next.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ <h2> Vector Databases
<h2> LLMs
</h2>
<ul class=" list-group">
<li class="list-group-item"><a href="https://arxiv.org/abs/1510.00726s">Understanding
<li class="list-group-item"><a href="https://sebastianraschka.com/blog/2023/llm-reading-list.html">Understanding
Large Language Models -- A Transformative Reading List</a> - Sebastian's whole
site is very worth reading, start with this survey of LLM posts and literature</li>
<li class="list-group-item"><a href="https://arxiv.org/abs/1510.00726s">A
<li class="list-group-item"><a href="https://arxiv.org/abs/1510.00726">A
Primer on Neural Network Models for Natural Language Processing</a> - Good idea
to read everything Yoav has written but this is a great start</li>
<li class="list-group-item"><a href="https://github.com/ray-project/llm-numbers">Figures
Expand Down

0 comments on commit 2da1e3c

Please sign in to comment.