Lists (2)
Sort Name ascending (A-Z)
Stars
CurisZhou / chatgpt-web
Forked from Chanzhaoyu/chatgpt-web用 Express 和 Vue3 搭建的 ChatGPT 演示网页
A curated list of modern Generative Artificial Intelligence projects and services
why2lyj / ItChat-UOS
Forked from littlecodersh/ItChat复活Itchat,你只需要 pip install itchat-uos
Wechat robot based on ChatGPT, which using OpenAI api and itchat library. 使用ChatGPT搭建微信聊天机器人,基于GPT3.5 API和itchat实现
Squidxwh / statsmodels
Forked from statsmodels/statsmodelsStatsmodels: statistical modeling and econometrics in Python
ccks baidu entity link 实体链接 第一名
CurisZhou / nuwa-pytorch
Forked from lucidrains/nuwa-pytorchImplementation of NÜWA, state of the art attention network for text to video synthesis, in Pytorch
CurisZhou / CSDS
Forked from xiaolinAndy/CSDSThis is the official repo for paper "CSDS: A Fine-grained Chinese Dataset for Customer Service Dialogue Summarization", accepted by EMNLP 2021
CurisZhou / Synonyms
Forked from chatopera/Synonyms🌿 中文近义词:聊天机器人,智能问答工具包
CurisZhou / rasa_nlu_gq
Forked from GaoQ1/rasa_nlu_gqturn natural language into structured data(支持中文,自定义了N种模型,支持不同的场景和任务)
CurisZhou / rasa_chatbot_cn
Forked from GaoQ1/rasa_chatbot_cnbuilding a chinese dialogue system based on the newest version of rasa(基于最新版本rasa搭建的对话系统)
CurisZhou / Rasa_NLU_Chi
Forked from crownpku/Rasa_NLU_ChiTurn Chinese natural language into structured data 中文自然语言理解
PyTorch implementation of a VAE-based generative classifier, as well as other class-incremental learning methods that do not store data (DGR, BI-R, EWC, SI, CWR, CWR+, AR1, the "labels trick", SLDA).
CurisZhou / pytorch-loss
Forked from CoinCheung/pytorch-losslabel-smooth, amsoftmax, focal-loss, triplet-loss, lovasz-softmax. Maybe useful
Open Language Pre-trained Model Zoo
CurisZhou / UER-py
Forked from dbiir/UER-pyOpen Source Pre-training Model Framework in PyTorch & Pre-trained Model Zoo
Pretrained models for pyannote-audio
使用句法依存分析抽取事实三元组
利用哈工大的ltp,连接工具使用pyltp(从3.4版本改到4)实现了简单的分句,分词,词性分析,语义角色标注,依存句法分析,并以此为基础提出简单的知识图谱三元组抽取
CurisZhou / ERNIE
Forked from PaddlePaddle/ERNIEAn Implementation of ERNIE For Language Understanding (including Pre-training models and Fine-tuning tools)
CurisZhou / toutiao-text-classfication-dataset
Forked from BenDerPan/toutiao-text-classfication-dataset今日头条中文新闻(文本)分类数据集
CurisZhou / toutiao-multilevel-text-classfication-dataset
Forked from aceimnorstuvwxz/toutiao-multilevel-text-classfication-dataset今日头条中文新闻文本(多层)分类数据集
🚁 保险行业语料库,聊天机器人
使用UniLM实现中文文本摘要
CurisZhou / text2text
Forked from artitw/text2textgenerate questions and summaries for your texts
CurisZhou / bert_seq2seq
Forked from 920232796/bert_seq2seqpytorch实现bert做seq2seq任务,使用unilm方案,现在也可以做文本分类,情感分析,NER,词性标注等任务。