-
NLP_ability Public
Forked from DA-southampton/NLP_ability总结梳理自然语言处理工程师(NLP)需要积累的各方面知识,包括面试题,各种基础知识,工程能力等等,提升核心竞争力
Python UpdatedOct 9, 2021 -
nlp-tutorial Public
Forked from graykode/nlp-tutorialNatural Language Processing Tutorial for Deep Learning Researchers
Jupyter Notebook MIT License UpdatedAug 15, 2020 -
-
Macadam Public
Forked from yongzhuo/MacadamMacadam是一个以Tensorflow(Keras)和bert4keras为基础,专注于文本分类、序列标注和关系抽取的自然语言处理工具包。支持RANDOM、WORD2VEC、FASTTEXT、BERT、ALBERT、ROBERTA、NEZHA、XLNET、ELECTRA、GPT-2等EMBEDDING嵌入; 支持FineTune、FastText、TextCNN、CharCNN、BiRN…
Python MIT License UpdatedJul 15, 2020 -
CLUEPretrainedModels Public
Forked from CLUEbenchmark/CLUEPretrainedModels高质量中文预训练模型集合:最先进大模型、最快小模型、相似度专门模型
Python UpdatedJul 8, 2020 -
nlpcda Public
Forked from 425776024/nlpcda一键中文数据增强包 ;中文EDA; NLP数据增强、NER数据增强 :pip install nlpcda
Python Apache License 2.0 UpdatedJul 6, 2020 -
ml-datasets Public
Forked from explosion/ml-datasets🌊 Machine learning dataset loaders for testing and example scripts
Python MIT License UpdatedJul 3, 2020 -
python-cheatsheet Public
Forked from gto76/python-cheatsheetComprehensive Python Cheatsheet
Python UpdatedJun 30, 2020 -
NLP-Conferences-Code Public
Forked from MLNLP-World/Top-AI-Conferences-Paper-with-CodeNLP-Conferences-Code (ACL、EMNL、NAACL、COLING、AAAI、IJCAI)
UpdatedJun 27, 2020 -
DeepLearning-500-questions Public
Forked from scutan90/DeepLearning-500-questions深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
GNU General Public License v3.0 UpdatedJun 26, 2020 -
funNLP Public
Forked from fighting41love/funNLP中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取、邮箱抽取、中日文人名库、中文缩写库、拆字词典、词汇情感值、停用词、反动词表、暴恐词表、繁简体转换、英文模拟中文发音、汪峰歌词生成器、职业名称词库、同义词库、反义词库、否定词库、汽车品牌词库、汽车零件词库、连续英文切割、各种中文词向量、公司名字大全、古诗词库、IT词库、财经词库、成语词库、地名词库、…
Python UpdatedJun 23, 2020 -
team-learning Public
Forked from datawhalechina/team-learningDatawhale组队学习计划与课程内容
Jupyter Notebook UpdatedJun 20, 2020 -
-
chinese-poetry Public
Forked from chinese-poetry/chinese-poetryThe most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。
JavaScript MIT License UpdatedJun 8, 2020 -
ALBERT_NER_KERAS Public
Forked from vivianzy1985/ALBERT_NER_KERAS利用ALBERT和BI-LSTM,在Keras中实现序列标注算法。
Python UpdatedMay 25, 2020 -
finetune-transformer-lm Public
Forked from 612twilight/finetune-transformer-lmCode and model for the paper "Improving Language Understanding by Generative Pre-Training"
Python MIT License UpdatedMay 10, 2020 -
bertviz Public
Forked from jessevig/bertvizTool for visualizing attention in the Transformer model (BERT, GPT-2, Albert, XLNet, RoBERTa, CTRL, etc.)
Jupyter Notebook Apache License 2.0 UpdatedMay 9, 2020 -
BERT-NER-Pytorch Public
Forked from lonePatient/BERT-NER-PytorchChinese NER(Named Entity Recognition) using BERT(Softmax, CRF, Span)
Python UpdatedApr 25, 2020 -
roberta-wwm-base-distill Public
Forked from xiongma/roberta-wwm-base-distillthis is roberta wwm base distilled model which was distilled from roberta wwm by roberta wwm large
Python Apache License 2.0 UpdatedMar 30, 2020 -
FGN-NER Public
Forked from AidenHuen/FGN-NERThe source code of 《 FGN:Fusion Glyph Network for Chinese Named Entity Recognition 》. SOTA Chinese NER method fusing both glyph represnetation and BERT representation
Python UpdatedMar 22, 2020 -
Chinese-Word-Vectors Public
Forked from Embedding/Chinese-Word-Vectors100+ Chinese Word Vectors 上百种预训练中文词向量
Python Apache License 2.0 UpdatedMar 8, 2020 -
bert Public
Forked from realcactus/bertTensorFlow code and pre-trained models for BERT
Python Apache License 2.0 UpdatedJan 17, 2020 -
Datawhale_Learning Public
Forked from Briareox/Datawhale_LearningDatawhale_Learning涵盖了AI领域从理论知识到动手实践的学习内容
UpdatedDec 17, 2019 -
pytorch-handbook Public
Forked from 612twilight/pytorch-handbookpytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
Jupyter Notebook UpdatedDec 15, 2019 -
NER_DEMO Public
Forked from CLOVEXCWZ/NER_DEMO中文命名实体识别NER。用keras实现BILSTM+CRF、IDCNN+CRF、BERT+BILSTM+CRF进行实体识别。结果当然是BERT+BILSTM+CRF最好啦。
Python UpdatedDec 8, 2019 -
NER-Chinese Public
Forked from EOA-AILab/NER-ChineseComparison of Chinese Named Entity Recognition Models between NeuroNER and BertNER
Python UpdatedJul 4, 2019 -
Chinese-Character-Feature-Resource Public
Forked from AidenHuen/Chinese-Character-Feature-ResourceThis repo contain images,radicals,meaning radical and Pinyin for more than 6000 Chinese character. The images inculding both traditional Chinese and simple Chinese
UpdatedMay 10, 2019 -
pytorch-nlp Public
Forked from coolchenyi/pytorch-nlpThe NLP toolkit use pytorch
Python MIT License UpdatedJan 30, 2018