Skip to content
View dcarpintero's full-sized avatar

Organizations

@arkimedesnetwork @turinglayer

Block or report dcarpintero

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
dcarpintero/README.md

๐Ÿฌ Deep-Dives & AI-Articles

๐Ÿ“„ Taxonomy Completion with Embedding Quantization and an LLM-based Pipeline: A Case Study in Computational Linguistics - [repo]

๐Ÿ“„ Building a Neural Network Classifier from the Ground Up: A Step-by-Step Guide - [repo]

๐Ÿง™โ€โ™‚๏ธ Recent Releases

๐Ÿ“„ generative-ai-101 (v0.6.0): Annotated NBs to dive into Self-Attention, RAG, Knowledge-Graphs, ICL, Fine-Tuning & Model Optimization

๐Ÿ”ญ In-Progress

๐ŸŽถ deep-symphony:      python from-scratch implementation of a decoder model for music generation
๐Ÿงญ galapagos:          AI-safety framework
๐ŸŒฑ *********:          stealth-project   

๐Ÿงฎ Tech-Stack

โ˜‘๏ธ Python, PyTorch            โ˜‘๏ธ GPT, Cohere, Claude, Mistral, Llama   โ˜‘๏ธ LangSmith, Weights & Biases 
โ˜‘๏ธ HuggingFace Transformers   โ˜‘๏ธ RAG, Transfer-, In-Context Learning   โ˜‘๏ธ Pandas, Scikit
โ˜‘๏ธ LangChain, LlamaIndex      โ˜‘๏ธ Neo4j, Pinecone, Weaviate             โ˜‘๏ธ Fine-Tuning, Quantization

Pinned Loading

  1. llamaindexchat llamaindexchat Public

    LLM Chatbot w/ Retrieval Augmented Generation using Llamaindex. It demonstrates how to impl. chunking, indexing, and source citation.

    Python 35 7

  2. transformer101 transformer101 Public

    Annotated vanilla implementation in PyTorch of the Transformer model introduced in 'Attention Is All You Need'.

    Jupyter Notebook 1

  3. dapp-real-state dapp-real-state Public

    Decentralized Digital Marketplace w/ Smart Contracts and ZKPs.

    Solidity 2

  4. st-newsapi-connector st-newsapi-connector Public

    Streamlit Data Connector to NewsAPI. Available as a PyPi package.

    Python 14 6

  5. wikisearch wikisearch Public

    Multilingual Semantic Search with Reranking on a prepared large vectorized dataset comprising 10 million Wikipedia documents. It supports dense retrieval, keyword search, and hybrid search.

    Python 9 1

  6. nn-image-classifier nn-image-classifier Public

    Python from-scratch implementation of a Neural Network Classifier. Dive into the fundamentals of approximation, non-linearity, regularization, gradients, and backpropagation.

    Jupyter Notebook 3