Pinned Repositories
Chinese_Couplet
Using the Seq2Seq model to realize Chinese couplets function
ElasticSearch_for_Match
基于ElasticSearch的匹配搜索引擎搭建
embedding_model_test
基于开源embedding模型的中文向量效果测试
FasterTransformer_Bert
Using FasterTransformer for accelerating the predict speed of bert and roberta
jovenchu.github.io
The Geek-Box of Joven
Knowledge_Graph_Bert
The recurrent of KBQA by using Mysql to storage the triple data, using Bert for NER and Sentence Similarity
Machine-Learning-From-Scratch
常用机器学习的算法简洁实现-练习&解读
NLP_Model_Analysis
My imitate and any ideas for NLP Research
vector_stores_test
基于milvus和faiss实现文本转向量并存储的流程及简单性能测试
vip-chatbot
任务型对话系统(Task-based Dialogue System)
JovenChu's Repositories
JovenChu/embedding_model_test
基于开源embedding模型的中文向量效果测试
JovenChu/vip-chatbot
任务型对话系统(Task-based Dialogue System)
JovenChu/vector_stores_test
基于milvus和faiss实现文本转向量并存储的流程及简单性能测试
JovenChu/jovenchu.github.io
The Geek-Box of Joven
JovenChu/Chinese_Couplet
Using the Seq2Seq model to realize Chinese couplets function
JovenChu/Docker_base
the base of building docker for deep learning project
JovenChu/code-server
The docker for online IDE using code-server
JovenChu/JovenChu-embedding_model_test
JovenChu/AiLearning
快速上手Ai理论及应用实战:基础知识、Transformer、NLP、ML、DL、竞赛。含大量注释及数据集,力求每一位能看懂并复现。
JovenChu/AISystem
AISystem 主要是指AI系统,包括AI芯片、AI编译器、AI推理和训练框架等AI全栈底层技术
JovenChu/bisheng
用于问答、合同审核、要素提取等
JovenChu/chatgpt-on-wechat
Wechat robot based on ChatGPT, which using OpenAI api and itchat library. 使用大模型搭建微信聊天机器人,基于 GPT3.5/GPT4.0/Claude/文心一言/讯飞星火/LinkAI,支持个人微信、公众号、企业微信、飞书部署,能处理文本、语音和图片,访问操作系统和互联网,支持基于知识库定制专属机器人。
JovenChu/CodeGeeX
分析megatron训练源码,它采用的是8头TP,192头DP,共1536块GPU进行训练,采用的训练框架为Megatron + DeepSpeed ZeRO2
JovenChu/deepo
Set up deep learning environment in a single command line.
JovenChu/EssayKiller_V2
基于开源GPT2.0的初代创作型人工智能 | 可扩展、可进化
JovenChu/FinGLM
JovenChu/fucking-algorithm
手把手撕LeetCode题目,扒各种算法套路的裤子。English version supported! Crack LeetCode, not only how, but also why.
JovenChu/gpt-neo
An implementation of model parallel GPT2& GPT3-like models, with the ability to scale up to full GPT3 sizes (and possibly more!), using the mesh-tensorflow library.
JovenChu/KgCLUE
KgCLUE: 大规模中文开源知识图谱问答
JovenChu/llm-action
本项目旨在分享大模型相关技术原理以及实战经验。
JovenChu/Megatron-LM
张量并行的代码,进行解读分析
JovenChu/MyHeyGen
JovenChu/NLPer-Arsenal
收录NLP竞赛策略实现、各任务baseline、相关竞赛经验贴(当前赛事、往期赛事、训练赛)、NLP会议时间、常用自媒体、GPU推荐等,持续更新中
JovenChu/NLPer-Interview
该仓库主要记录 NLP 算法工程师相关的面试题
JovenChu/rasa_chatbot
基于rasa_nlu,rasa_core,rasa_core_sdk构建的聊天机器人
JovenChu/spark-nlp
State of the Art Natural Language Processing
JovenChu/spider-flow
新一代爬虫平台,以图形化方式定义爬虫流程,不写代码即可完成爬虫。
JovenChu/TurboTransformers
a fast and user-friendly runtime for transformer inference (Bert, Albert, GPT2, Decoders, etc) on CPU and GPU.
JovenChu/Twitter-algorithm
Source code for Twitter's Recommendation Algorithm
JovenChu/vllm
vLLM代码解读