akamil-etsy's Stars
AUTOMATIC1111/stable-diffusion-webui
Stable Diffusion web UI
meta-llama/llama3
The official Meta Llama 3 GitHub site
unslothai/unsloth
Finetune Llama 3.2, Mistral, Phi, Qwen 2.5 & Gemma LLMs 2-5x faster with 80% less memory
meta-llama/llama-recipes
Scripts for fine-tuning Meta Llama with composable FSDP & PEFT methods to cover single/multi-node GPUs. Supports default & custom datasets for applications such as summarization and Q&A. Supporting a number of candid inference solutions such as HF TGI, VLLM for local or cloud deployment. Demo apps to showcase Meta Llama for WhatsApp & Messenger.
GoogleCloudPlatform/generative-ai
Sample code and notebooks for Generative AI on Google Cloud, with Gemini on Vertex AI
apple/corenet
CoreNet: A library for training deep neural networks
hongleizhang/RSPapers
RSTutorials: A Curated List of Must-read Papers on Recommender System.
awslabs/gluonts
Probabilistic time series modeling in Python
facebookresearch/PyTorch-BigGraph
Generate embeddings from large-scale graph-structured data.
BaranziniLab/KG_RAG
Empower Large Language Models (LLM) using Knowledge Graph based Retrieval-Augmented Generation (KG-RAG) for knowledge intensive tasks
vtraag/leidenalg
Implementation of the Leiden algorithm for various quality functions to be used with igraph in Python.
BaseModelAI/cleora
Cleora AI is a general-purpose model for efficient, scalable learning of stable and inductive entity embeddings for heterogeneous relational data.
SeanLee97/AnglE
Train and Infer Powerful Sentence Embeddings with AnglE | 🔥 SOTA on STS and MTEB Leaderboard
RUCAIBox/LLMRank
[ECIR'24] Implementation of "Large Language Models are Zero-Shot Rankers for Recommender Systems"
cdalitz/hclust-cpp
C++ fast hierarchical clustering algorithms
OswaldHe/HMT-pytorch
Official Implementation of "HMT: Hierarchical Memory Transformer for Long Context Language Processing"
hidasib/GRU4Rec_PyTorch_Official
Official implementation of the GRU4Rec algorithm in PyTorch
allenday/contextual-bandit
working example of a contextual multi-armed bandit
jmerullo/limber
https://arxiv.org/abs/2209.15162
BaseModelAI/booking-challenge
mlepori1/NeuroSurgeon
NeuroSurgeon is a package that enables researchers to uncover and manipulate subnetworks within models in Huggingface Transformers
BaseModelAI/kdd-cup-2021
bookingcom/ml-dataset-mdt
Multi Destination Trips dataset for research purposes - fully anonymized, sampled, limited
sidgairo18/unsupervised-style-learning
This repository contains the source code, models and data files for the work titled: "Unsupervised Image Style Embeddings for Retrieval and Recognition Tasks". This was accepted at WACV 2020. The source code files, model checkpoints and data will be made available after the conference.
pchlenski/hyperdt
Hyperbolic decision trees
BaseModelAI/recsys-challenge-2021
BaseModelAI/EMDE
EMDE
mlepori1/Circuit_Probing
Codebase for Uncovering Causal Variables in Transformers Using Circuit Probing
bartoszpankratz/ECCD
Embedding - Clustering Community Detection Framework
sidgairo18/Retrieval-Using-LSH-and-KD-Tree-Plus-Feature-Visualization
Perform retrival using LSH and KD-Tree for huge datasets and large dimensional vectors.