snailcoder's Stars
ggerganov/llama.cpp
LLM inference in C/C++
dair-ai/Prompt-Engineering-Guide
🐙 Guides, papers, lecture, notebooks and resources for prompt engineering
hpcaitech/ColossalAI
Making large AI models cheaper, faster and more accessible
microsoft/DeepSpeed
DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.
preservim/nerdtree
A tree explorer plugin for vim.
LlamaFamily/Llama-Chinese
Llama中文社区,Llama3在线体验和微调模型已开放,实时汇总最新Llama3学习资料,已将所有代码更新适配Llama3,构建最好的中文Llama大模型,完全开源可商用
just-the-docs/just-the-docs
A modern, high customizable, responsive Jekyll theme for documentation with built-in search.
cotes2020/jekyll-theme-chirpy
A minimal, responsive, and feature-rich Jekyll theme for technical writing.
shibing624/pycorrector
pycorrector is a toolkit for text error correction. 文本纠错,实现了Kenlm,T5,MacBERT,ChatGLM3,Qwen2.5等模型应用在纠错场景,开箱即用。
kserve/kserve
Standardized Serverless ML Inference Platform on Kubernetes
opendilab/awesome-RLHF
A curated list of reinforcement learning with human feedback resources (continually updated)
facebookresearch/XLM
PyTorch original implementation of Cross-lingual Language Model Pretraining.
mmistakes/so-simple-theme
A simple Jekyll theme for words and pictures.
dav/word2vec
This tool provides an efficient implementation of the continuous bag-of-words and skip-gram architectures for computing vector representations of words. These representations can be subsequently used in many natural language processing applications and for further research.
boudinfl/pke
Python Keyphrase Extraction module
Pylons/waitress
Waitress - A WSGI server for Python 3
wangle1218/KBQA-for-Diagnosis
Knowledge Graph,Question Answering System,基于知识图谱和向量检索的医疗诊断问答系统
Shawn1993/cnn-text-classification-pytorch
CNNs for Sentence Classification in PyTorch
panchunguang/ccks_baidu_entity_link
ccks baidu entity link 实体链接 第一名
chiflix/splayerx
SPlayerX@2018
glample/fastBPE
Fast BPE
Yellow-Camper/libevhtp
Create extremely-fast and secure embedded HTTP servers with ease.
alanxz/SimpleAmqpClient
Simple C++ Interface to rabbitmq-c
FrancescoSaverioZuppichini/Pytorch-how-and-when-to-use-Module-Sequential-ModuleList-and-ModuleDict
Code for my medium article
airalcorn2/RankNet
My (slightly modified) Keras implementation of RankNet and PyTorch implementation of LambdaRank.
ironicbadger/til
Today I Learned
salesforce/QAConv
This repository maintains the QAConv dataset, a question-answering dataset on informative conversations including business emails, panel discussions, and work channels.
arthurtibame/Flask-MVC
caoyu-noob/GetToKnowYou
Implementation of paper "Getting To Know You: User Attribute Extraction from Dialogues"
snailcoder/char_aware_nlm
Implement character-aware neural language model.