hddjp's Stars
eosphoros-ai/Awesome-Text2SQL
Curated tutorials and resources for Large Language Models, Text2SQL, Text2DSL、Text2API、Text2Vis and more.
orhonovich/instruction-induction
facebookresearch/faiss
A library for efficient similarity search and clustering of dense vectors.
facebookresearch/atlas
Code repository for supporting the paper "Atlas Few-shot Learning with Retrieval Augmented Language Models",(https//arxiv.org/abs/2208.03299)
ShishirPatil/gorilla
Gorilla: Training and Evaluating LLMs for Function Calls (Tool Calls)
AkariAsai/self-rag
This includes the original implementation of SELF-RAG: Learning to Retrieve, Generate and Critique through self-reflection by Akari Asai, Zeqiu Wu, Yizhong Wang, Avirup Sil, and Hannaneh Hajishirzi.
luohongyin/SAIL
SAIL: Search Augmented Instruction Learning
jxzhangjhu/Awesome-LLM-RAG
Awesome-LLM-RAG: a curated list of advanced retrieval augmented generation (RAG) in Large Language Models
kuutsav/information-retrieval
Neural information retrieval / Semantic search / Bi-encoders
ict-bigdatalab/awesome-pretrained-models-for-information-retrieval
A curated list of awesome papers related to pre-trained models for information retrieval (a.k.a., pretraining for IR).
meta-llama/llama
Inference code for Llama models
HqWu-HITCS/Awesome-LLM-Survey
An Awesome Collection for LLM Survey
danijar/dreamerv2
Mastering Atari with Discrete World Models
guillaume-chevalier/Spiking-Neural-Network-SNN-with-PyTorch-where-Backpropagation-engenders-STDP
What about coding a Spiking Neural Network using an automatic differentiation framework? In SNNs, there is a time axis and the neural network sees data throughout time, and activation functions are instead spikes that are raised past a certain pre-activation threshold. Pre-activation values constantly fades if neurons aren't excited enough.
miladmozafari/SpykeTorch
High-speed simulator of convolutional spiking neural networks with at most one spike per neuron.
fangwei123456/spikingjelly
SpikingJelly is an open-source deep learning framework for Spiking Neural Network (SNN) based on PyTorch.
peter-u-diehl/stdp-mnist
kghose/Liquid
Liquid is a simulator for liquid state machines (LSM). The emphasis is on developing intuitions about how these constructs work and visualizing the machine in operation.