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: 10 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| Merges multiple Advent of Code leaderboards and displays them on a single page with scores and star counts. | 4 |
| A binding for Knockout.js to connect observableArrays with jQuery UI's sortable functionality | 546 |
| Automates the merging of pull requests in GitHub repositories. | 32 |
| Compares performance of large language models on generating coherent summaries from short documents | 1,281 |
| An acts_as_sortable alternative with optimized performance and support for multiple lists per table | 1,091 |
| A function to modify completion suggestions in nvim-cmp so they are sorted based on their starting characters. | 189 |
| 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 |
| An algorithm and package for handling noisy labels in binary classification problems | 82 |
| An efficient sorting algorithm with O(n log n) complexity. | 20 |
| Automatically merges Pull Requests with conditional approval based on workflow execution and branch protection rules. | 317 |
| An extension to Ruby's Enumerable module for sorting UTF8 strings alphabetically while considering variant characters and non-ASCII characters with ligatures. | 68 |
| Automatically merges pull requests when they are ready for review and meet certain conditions | 867 |
| A TextRank implementation in Golang for ranking important phrases, words, and sentences in text with extensible features and multithreading support. | 206 |
| A tool to combine multiple PDF files into a single PDF file. | 102 |
| Merges two objects into one, concatenating arrays of equal keys | 2 |