gemma_pytorch
The official PyTorch implementation of Google's Gemma models.
https://github.com/google/gemma_pytorch
The official PyTorch implementation of Google's Gemma models.
https://github.com/google/gemma_pytorch
GitHub
GitHub - google/gemma_pytorch: The official PyTorch implementation of Google's Gemma models
The official PyTorch implementation of Google's Gemma models - google/gemma_pytorch
GPT Pilot – what we learned in 6 months of working on a CodeGen pair programmer
The article discusses the learnings from six months of working on a CodeGen pair programmer, GPT Pilot, aiming to have human developers understand the codebase and provide detailed explanations of added code to facilitate collaboration between human developers and AI in coding tasks
https://blog.pythagora.ai/2024/02/19/gpt-pilot-what-did-we-learn-in-6-months-of-working-on-a-codegen-pair-programmer/
The article discusses the learnings from six months of working on a CodeGen pair programmer, GPT Pilot, aiming to have human developers understand the codebase and provide detailed explanations of added code to facilitate collaboration between human developers and AI in coding tasks
https://blog.pythagora.ai/2024/02/19/gpt-pilot-what-did-we-learn-in-6-months-of-working-on-a-codegen-pair-programmer/
Pythagora Blog
What we learned in 6 months of working on a CodeGen dev tool GPT Pilot
For the past 6 months, I’ve been working on GPT Pilot ( to understand how much we can really automate coding with AI, so I wanted to share our learnings so far and how far it’s able to go. When I s…
👍1
Deploy Mistral Large to Azure and create a conversation with Python and LangChain
Step-by-step guide to deploying Mistral Large to Azure.
https://neon.tech/blog/deploy-mistral-large-to-azure-and-chat-with-langchain
Step-by-step guide to deploying Mistral Large to Azure.
https://neon.tech/blog/deploy-mistral-large-to-azure-and-chat-with-langchain
Neon
Deploy Mistral Large to Azure and create a conversation with Python and LangChain - Neon
We’re Neon, and we’re redefining the database experience with our cloud-native serverless Postgres solution. If you’ve been looking for a database for your RAG apps that adapts to your application loads, you’re in the right place. Learn more about Neon and…
hotpdf
hotpdf is a fast PDF parsing library to extract text and find text within PDF documents built on top of pdfminer.six
https://github.com/weareprestatech/hotpdf
hotpdf is a fast PDF parsing library to extract text and find text within PDF documents built on top of pdfminer.six
https://github.com/weareprestatech/hotpdf
GitHub
GitHub - weareprestatech/hotpdf: hotpdf is a fast PDF parsing library to extract text and find text within PDF documents built…
hotpdf is a fast PDF parsing library to extract text and find text within PDF documents built on top of pdfminer.six - weareprestatech/hotpdf
Dependency Injection Explained in 7 Minutes
This video explains why dependency injection is a game-changer for your coding projects. Creating loosely coupled code is key to making the code more flexible and more maintainable. This is all possible through the implicit use of dependencies.
https://www.youtube.com/watch?v=DpMGEhwuuyA
This video explains why dependency injection is a game-changer for your coding projects. Creating loosely coupled code is key to making the code more flexible and more maintainable. This is all possible through the implicit use of dependencies.
https://www.youtube.com/watch?v=DpMGEhwuuyA
YouTube
Dependency Injection Explained in 7 Minutes
👷 Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis.
In this video, I'll explain why dependency injection is a game-changer for your coding projects. Creating loosely coupled code is key to making the code more flexible…
In this video, I'll explain why dependency injection is a game-changer for your coding projects. Creating loosely coupled code is key to making the code more flexible…
ok-robot
An open, modular framework for zero-shot, language conditioned pick-and-drop tasks in arbitrary homes.
https://github.com/ok-robot/ok-robot
An open, modular framework for zero-shot, language conditioned pick-and-drop tasks in arbitrary homes.
https://github.com/ok-robot/ok-robot
GitHub
GitHub - ok-robot/ok-robot: An open, modular framework for zero-shot, language conditioned pick-and-drop tasks in arbitrary homes.
An open, modular framework for zero-shot, language conditioned pick-and-drop tasks in arbitrary homes. - ok-robot/ok-robot
Graphinate. Data to Graphs.
Graphinate is a python library that aims to simplify the generation of Graph Data Structures from Data Sources.
https://github.com/erivlis/graphinate
Graphinate is a python library that aims to simplify the generation of Graph Data Structures from Data Sources.
https://github.com/erivlis/graphinate
GitHub
GitHub - erivlis/graphinate: Graphinate. Data to Graphs.
Graphinate. Data to Graphs. Contribute to erivlis/graphinate development by creating an account on GitHub.
NVIDIA / trt-llm-rag-windows
A developer reference project for creating Retrieval Augmented Generation (RAG) chatbots on Windows using TensorRT-LLM
https://github.com/NVIDIA/trt-llm-rag-windows
A developer reference project for creating Retrieval Augmented Generation (RAG) chatbots on Windows using TensorRT-LLM
https://github.com/NVIDIA/trt-llm-rag-windows
GitHub
GitHub - NVIDIA/ChatRTX: A developer reference project for creating Retrieval Augmented Generation (RAG) chatbots on Windows using…
A developer reference project for creating Retrieval Augmented Generation (RAG) chatbots on Windows using TensorRT-LLM - NVIDIA/ChatRTX
Machine Learning in 2024 – Beginner's Course
This machine learning course is created for beginners who are learning in 2024. The course begins with a Machine Learning Roadmap for 2024, emphasizing career paths and beginner-friendly theory. Then it the course moves on to hands-on practical applications and a comprehensive end-to-end project using Python.
https://www.youtube.com/watch?v=bmmQA8A-yUA
This machine learning course is created for beginners who are learning in 2024. The course begins with a Machine Learning Roadmap for 2024, emphasizing career paths and beginner-friendly theory. Then it the course moves on to hands-on practical applications and a comprehensive end-to-end project using Python.
https://www.youtube.com/watch?v=bmmQA8A-yUA
YouTube
Machine Learning in 2024 – Beginner's Course
This machine learning course is created for beginners who are learning in 2024. The course begins with a Machine Learning Roadmap for 2024, emphasizing career paths and beginner-friendly theory. Then it the course moves on to hands-on practical applications…
Building an LLM fine-tuning Dataset
The video shares insights on building a comprehensive dataset for AI model training using Reddit comments, highlighting challenges such as working with large datasets and filtering out low-quality comments. The creator discusses methods like loading, sorting, and filtering data to create training samples and models, emphasizing the abundance of comments available for analysis and the pro...
https://www.youtube.com/watch?v=pCX_3p40Efc
The video shares insights on building a comprehensive dataset for AI model training using Reddit comments, highlighting challenges such as working with large datasets and filtering out low-quality comments. The creator discusses methods like loading, sorting, and filtering data to create training samples and models, emphasizing the abundance of comments available for analysis and the pro...
https://www.youtube.com/watch?v=pCX_3p40Efc
YouTube
Building an LLM fine-tuning Dataset
Going through the building of a QLoRA fine-tuning dataset for a language model.
NVIDIA GTC signup: https://nvda.ws/3XTqlB6
Fine-tuning code: https://github.com/Sentdex/LLM-Finetuning
5000-step Walls1337bot adapter: https://huggingface.co/Sentdex/Walls1337bot…
NVIDIA GTC signup: https://nvda.ws/3XTqlB6
Fine-tuning code: https://github.com/Sentdex/LLM-Finetuning
5000-step Walls1337bot adapter: https://huggingface.co/Sentdex/Walls1337bot…
flect
A pure Python full-stack web apps framework inspired by Next.js.
https://github.com/Chaoyingz/flect
A pure Python full-stack web apps framework inspired by Next.js.
https://github.com/Chaoyingz/flect
GitHub
GitHub - Chaoyingz/flect: A full-stack framework that integrates FastAPI and React.
A full-stack framework that integrates FastAPI and React. - Chaoyingz/flect
Bonito
A lightweight library for generating synthetic instruction tuning datasets for your data without GPT.
https://github.com/BatsResearch/bonito
A lightweight library for generating synthetic instruction tuning datasets for your data without GPT.
https://github.com/BatsResearch/bonito
GitHub
GitHub - BatsResearch/bonito: A lightweight library for generating synthetic instruction tuning datasets for your data without…
A lightweight library for generating synthetic instruction tuning datasets for your data without GPT. - BatsResearch/bonito
Intro to DSPy: Goodbye Prompting, Hello Programming!
How the DSPy framework solves the fragility problem in LLM-based applications by replacing prompting with programming and compiling.
https://towardsdatascience.com/intro-to-dspy-goodbye-prompting-hello-programming-4ca1c6ce3eb9
How the DSPy framework solves the fragility problem in LLM-based applications by replacing prompting with programming and compiling.
https://towardsdatascience.com/intro-to-dspy-goodbye-prompting-hello-programming-4ca1c6ce3eb9
Towards Data Science
Intro to DSPy: Goodbye Prompting, Hello Programming! | Towards Data Science
How the DSPy framework solves the fragility problem in LLM-based applications by replacing prompting with programming and compiling
pfl
Python framework for Private Federated Learning simulations.
https://github.com/apple/pfl-research
Python framework for Private Federated Learning simulations.
https://github.com/apple/pfl-research
GitHub
GitHub - apple/pfl-research: Simulation framework for accelerating research in Private Federated Learning
Simulation framework for accelerating research in Private Federated Learning - apple/pfl-research