contrastors
contrastors is contrastive learning toolkit that enables researchers and engineers to train and evaluate contrastive models efficiently.
https://github.com/nomic-ai/contrastors
contrastors is contrastive learning toolkit that enables researchers and engineers to train and evaluate contrastive models efficiently.
https://github.com/nomic-ai/contrastors
GitHub
GitHub - nomic-ai/contrastors: Train Models Contrastively in Pytorch
Train Models Contrastively in Pytorch. Contribute to nomic-ai/contrastors development by creating an account on GitHub.
IOPaint
A free and open-source inpainting & outpainting tool powered by SOTA AI model.
https://github.com/Sanster/IOPaint
A free and open-source inpainting & outpainting tool powered by SOTA AI model.
https://github.com/Sanster/IOPaint
GitHub
GitHub - Sanster/IOPaint: Image inpainting tool powered by SOTA AI Model. Remove any unwanted object, defect, people from yourβ¦
Image inpainting tool powered by SOTA AI Model. Remove any unwanted object, defect, people from your pictures or erase and replace(powered by stable diffusion) any thing on your pictures. - Sanster...
SQLite-Web: Web-based SQLite database browser written in Python
https://github.com/coleifer/sqlite-web
https://github.com/coleifer/sqlite-web
GitHub
GitHub - coleifer/sqlite-web: Web-based SQLite database browser written in Python
Web-based SQLite database browser written in Python - coleifer/sqlite-web
Build a Content Engine with Django, Kubernetes, TailwindCSS, Twingate, AWS S3, & HTMX
https://www.youtube.com/watch?v=2TX7Pal5NMc
https://www.youtube.com/watch?v=2TX7Pal5NMc
YouTube
Build a Content Engine with Django, Kubernetes, TailwindCSS, Twingate, AWS S3, & HTMX FULL TUTORIAL
Build a Content Engine with Django, Kubernetes, TailwindCSS, Twingate, AWS S3, & HTMX FULL TUTORIAL
π Sign up for Twingate right now: https://www.twingate.com/?utm_source=youtube&utm_medium=referral&utm_campaign=CodingEntrepreneurs
π Check out the Twingateβ¦
π Sign up for Twingate right now: https://www.twingate.com/?utm_source=youtube&utm_medium=referral&utm_campaign=CodingEntrepreneurs
π Check out the Twingateβ¦
Graph neural networks in TensorFlow
https://blog.research.google/2024/02/graph-neural-networks-in-tensorflow.html
https://blog.research.google/2024/02/graph-neural-networks-in-tensorflow.html
research.google
Graph neural networks in TensorFlow
Posted by Dustin Zelle, Software Engineer, Google Research, and Arno Eigenwillig, Software Engineer, CoreML Objects and their relationships are ubi...
Beyond Self-Attention: How a Small Language Model Predicts the Next Token
A deep dive into the internals of a small transformer model to learn how it turns self-attention calculations into accurate predictions for the next token.
https://shyam.blog/posts/beyond-self-attention
A deep dive into the internals of a small transformer model to learn how it turns self-attention calculations into accurate predictions for the next token.
https://shyam.blog/posts/beyond-self-attention
shyam.blog
Beyond Self-Attention: How a Small Language Model Predicts the Next Token | Shyam's Blog
A deep dive into the internals of a small transformer model to learn how it turns self-attention calculations into accurate predictions for the next token.
A search engine in 80 lines of Python
https://www.alexmolas.com/2024/02/05/a-search-engine-in-80-lines.html
https://www.alexmolas.com/2024/02/05/a-search-engine-in-80-lines.html
Alexmolas
A search engine in 80 lines of Python
In this post I explain how I built a search engine from scratch using python. The resulting search engine is used to search in the posts of the blogs I follow.