llama3-from-scratch
Matrix multiplication model
An implementation of the Meta-Llama 3 model from scratch, focusing on one matrix multiplication at a time
llama3 implementation one matrix multiplication at a time
14k stars
98 watching
1k forks
Language: Jupyter Notebook
last commit: 8 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
scarvalhojr/aocleaderboard | Merges multiple Advent of Code leaderboards and displays them on a single page with scores and star counts. | 4 |
rniemeyer/knockout-sortable | A binding for Knockout.js to connect observableArrays with jQuery UI's sortable functionality | 546 |
maxkomarychev/merge-pal-action | Automates the merging of pull requests in GitHub repositories. | 32 |
vectara/hallucination-leaderboard | Compares performance of large language models on generating coherent summaries from short documents | 1,281 |
brendon/ranked-model | An acts_as_sortable alternative with optimized performance and support for multiple lists per table | 1,091 |
lukas-reineke/cmp-under-comparator | A function to modify completion suggestions in nvim-cmp so they are sorted based on their starting characters. | 189 |
spatie/eloquent-sortable | Adds sortable behaviour to Eloquent models by automatically assigning the highest order number to new records and providing a query scope for fetching records in the right order. | 1,416 |
cgnorthcutt/rankpruning | An algorithm and package for handling noisy labels in binary classification problems | 82 |
stoeffel/mergesort | An efficient sorting algorithm with O(n log n) complexity. | 20 |
ridedott/merge-me-action | Automatically merges Pull Requests with conditional approval based on workflow execution and branch protection rules. | 317 |
grosser/sort_alphabetical | An extension to Ruby's Enumerable module for sorting UTF8 strings alphabetically while considering variant characters and non-ASCII characters with ligatures. | 68 |
pascalgn/automerge-action | Automatically merges pull requests when they are ready for review and meet certain conditions | 867 |
davidbelicza/textrank | A TextRank implementation in Golang for ranking important phrases, words, and sentences in text with extensible features and multithreading support. | 206 |
vishaltelangre/bindpdf | A tool to combine multiple PDF files into a single PDF file. | 102 |
alexshevch/node-merge-objects | Merges two objects into one, concatenating arrays of equal keys | 2 |