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
96 watching
1k forks
Language: Jupyter Notebook
last commit: 6 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 | 547 |
maxkomarychev/merge-pal-action | Automates the merging of pull requests in GitHub repositories. | 32 |
vectara/hallucination-leaderboard | Evaluates and compares the performance of large language models in generating hallucinations during document summarization. | 1,236 |
brendon/ranked-model | An acts_as_sortable alternative with optimized performance and support for multiple lists per table | 1,089 |
lukas-reineke/cmp-under-comparator | A function to modify completion suggestions in nvim-cmp so they are sorted based on their starting characters. | 186 |
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,407 |
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. | 316 |
grosser/sort_alphabetical | Adds alphabetical sorting to UTF8 strings by comparing variants of characters at the same level | 68 |
pascalgn/automerge-action | Automatically merges pull requests when they are ready for review and meet certain conditions | 859 |
davidbelicza/textrank | A TextRank implementation in Golang for ranking important phrases, words, and sentences in text with extensible features and multithreading support. | 205 |
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 |