evendong123's Stars
microsoft/qlib
Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and create value using AI technologies in quantitative investment, from exploring ideas to implementing productions. Qlib supports diverse machine learning modeling paradigms. including supervised learning, market dynamics modeling, and RL.
codelucas/newspaper
newspaper3k is a news, full-text, and article metadata extraction in Python 3. Advanced docs:
thuml/Time-Series-Library
A Library for Advanced Deep Time Series Models.
bentrevett/pytorch-seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
google-research/albert
ALBERT: A Lite BERT for Self-supervised Learning of Language Representations
huawei-noah/Pretrained-Language-Model
Pretrained language model and its related optimization techniques developed by Huawei Noah's Ark Lab.
CyberZHG/keras-bert
Implementation of BERT that could load official pre-trained models for feature extraction and prediction
BrikerMan/Kashgari
Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-classification, includes Word2Vec, BERT, and GPT2 Language Embedding.
crownpku/Information-Extraction-Chinese
Chinese Named Entity Recognition with IDCNN/biLSTM+CRF, and Relation Extraction with biGRU+2ATT 中文实体识别与关系提取
alibaba/AliceMind
ALIbaba's Collection of Encoder-decoders from MinD (Machine IntelligeNce of Damo) Lab
thuml/Autoformer
About Code release for "Autoformer: Decomposition Transformers with Auto-Correlation for Long-Term Series Forecasting" (NeurIPS 2021), https://arxiv.org/abs/2106.13008
jiesutd/LatticeLSTM
Chinese NER using Lattice LSTM. Code for ACL 2018 paper.
zjy-ucas/ChineseNER
A neural network model for Chinese named entity recognition
imcaspar/gpt2-ml
GPT2 for Multiple Languages, including pretrained models. GPT2 多语言支持, 15亿参数中文预训练模型
Hironsan/anago
Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.
CLUEbenchmark/CLUENER2020
CLUENER2020 中文细粒度命名实体识别 Fine Grained Named Entity Recognition
py-why/causal-learn
Causal Discovery in Python. It also includes (conditional) independence tests and score functions.
HIT-SCIR/plm-nlp-code
hltcoe/golden-horse
Named Entity Recognition for Chinese social media (Weibo). From EMNLP 2015 paper.
yumath/bertNER
ChineseNER based on BERT, with BiLSTM+CRF layer
lancopku/Chinese-Literature-NER-RE-Dataset
A Discourse-Level Named Entity Recognition and Relation Extraction Dataset for Chinese Literature Text
xuanzebi/BERT-CH-NER
基于BERT的中文命名实体识别
aceimnorstuvwxz/toutiao-multilevel-text-classfication-dataset
今日头条中文新闻文本(多层)分类数据集
hellonlp/classifier_multi_label
multi-label,classifier,text classification,多标签文本分类,文本分类,BERT,ALBERT,multi-label-classification
percent4/cnews_text_classification
利用kashgari轻松搭建文本分类模型。
zhenhao-huang/CPM-1-Finetune-Text-Generation
Finetune CPM-1 For Text Generation
FBI1314/textClassification
短文本分类、多标签分类方法封装
nayakt/CEPN
Code for causality extraction.
percent4/tensorflow-serving_4_kashgari
Using tensorflow/serving to deploy kashgari model for time training and predicting.
c1258797185/CPM-LM-TF2