KnightLancelot's Stars
THUDM/ChatGLM-6B
ChatGLM-6B: An Open Bilingual Dialogue Language Model | 开源双语对话语言模型
chatchat-space/Langchain-Chatchat
Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM, Qwen 与 Llama 等语言模型的 RAG 与 Agent 应用 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM, Qwen and Llama) RAG and Agent app with langchain
fxsjy/jieba
结巴中文分词
tloen/alpaca-lora
Instruct-tune LLaMA on consumer hardware
PaddlePaddle/PaddleHub
Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-Modal with Easy Inference & Serving)
leptonai/search_with_lepton
Building a quick conversation-based search demo with Lepton AI.
yangjianxin1/Firefly
Firefly: 大模型训练工具,支持训练Qwen2.5、Qwen2、Yi1.5、Phi-3、Llama3、Gemma、MiniCPM、Yi、Deepseek、Orion、Xverse、Mixtral-8x7B、Zephyr、Mistral、Baichuan2、Llma2、Llama、Qwen、Baichuan、ChatGLM2、InternLM、Ziya2、Vicuna、Bloom等大模型
shibing624/pycorrector
pycorrector is a toolkit for text error correction. 文本纠错,实现了Kenlm,T5,MacBERT,ChatGLM3,Qwen2.5等模型应用在纠错场景,开箱即用。
deep-learning-with-pytorch/dlwpt-code
Code for the book Deep Learning with PyTorch by Eli Stevens, Luca Antiga, and Thomas Viehmann.
mymusise/ChatGLM-Tuning
基于ChatGLM-6B + LoRA的Fintune方案
dongrixinyu/JioNLP
中文 NLP 预处理、解析工具包,准确、高效、易用 A Chinese NLP Preprocessing & Parsing Package www.jionlp.com
collabora/WhisperLive
A nearly-live implementation of OpenAI's Whisper.
duoergun0729/nlp
兜哥出品 <一本开源的NLP入门书籍>
Turing-Project/AntiFraudChatBot
A simple prompt-chatting AI based on wechaty and fintuned NLP model
CLUEbenchmark/CLUENER2020
CLUENER2020 中文细粒度命名实体识别 Fine Grained Named Entity Recognition
awesome-assistants/awesome-assistants
A curated list of awesome AI assistants. Example Telegram bot with all these assistants can be tested on the link below.
jacobgil/keras-dcgan
Keras implementation of Deep Convolutional Generative Adversarial Networks
carpedm20/BEGAN-tensorflow
Tensorflow implementation of "BEGAN: Boundary Equilibrium Generative Adversarial Networks"
xiaowei-hu/CycleGAN-tensorflow
Tensorflow implementation for learning an image-to-image translation without input-output pairs. https://arxiv.org/pdf/1703.10593.pdf
Shawn-IEITSystems/Yuan-1.0
Yuan 1.0 Large pretrained LM
clvrai/SSGAN-Tensorflow
A Tensorflow implementation of Semi-supervised Learning Generative Adversarial Networks (NIPS 2016: Improved Techniques for Training GANs).
lc222/seq2seq_chatbot
基于seq2seq模型的简单对话系统的tf实现,具有embedding、attention、beam_search等功能,数据集是Cornell Movie Dialogs
MrZhousf/tf_facenet
facenet人脸检测与识别系统
3017218062/Pytorch-Lightning-Learning
Pytorch Lightning入门中文教程,转载请注明来源。(当初是写着玩的,建议看完MNIST这个例子再上手)
foowaa/Chinese_from_dongxiexidian
中文预处理语料
pyunits/pyunit-address
字符串地址查询,支持自定义地址词库,解析地址,地址识别,地址抽取,中文地址.
BeHappyForMe/chinese-sequence-ner
chinese-sequence-ner多模型中文命名实体识别
pyunits/pyunit-ner
NER实体识别模型,快速高效简单一键部署docker部署调用模型。能识别:地址、人名、机构名实体。
naivenlp/naivenmt-legacy
An experimental implementation of NMT using tensorflow
mnslarcher/deep-learning-with-pytorch
Code related to the book Deep Learning with PyTorch