Stars
SGLang is a fast serving framework for large language models and vision language models.
Awesome Pretrained Chinese NLP Models,高质量中文预训练模型&大模型&多模态模型&大语言模型集合
SQL Parsers for BigData, built with antlr4.
A grammar agnostic code completion engine for ANTLR4 based parsers
Curated tutorials and resources for Large Language Models, Text2SQL, Text2DSL、Text2API、Text2Vis and more.
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
The simplest, fastest repository for training/finetuning medium-sized GPTs.
强化学习中文教程(蘑菇书🍄),在线阅读地址:https://datawhalechina.github.io/easy-rl/
A quickstart and benchmark for pytorch distributed training.
Minimalist implementation of a BERT Sentence Classifier with PyTorch Lightning, Transformers and PyTorch-NLP.
The implementation our EMNLP 2021 paper "Enhanced Language Representation with Label Knowledge for Span Extraction".
复盘所有NLP比赛的TOP方案,只关注NLP比赛,持续更新中!
[EMNLP 2022] Unifying and multi-tasking structured knowledge grounding with language models
Translating natural language questions to a structured query language
CPT: A Pre-Trained Unbalanced Transformer for Both Chinese Language Understanding and Generation
An open source framework for seq2seq models in PyTorch.
Minimal Seq2Seq model with Attention for Neural Machine Translation in PyTorch
pytorch实现 Bert 做seq2seq任务,使用unilm方案,现在也可以做自动摘要,文本分类,情感分析,NER,词性标注等任务,支持t5模型,支持GPT2进行文章续写。
Multiple paper open-source codes of the Microsoft Research Asia DKI group
[ACL 2021] This is the project containing source codes and pre-trained models about ACL2021 Long Paper ``LGESQL: Line Graph Enhanced Text-to-SQL Model with Mixed Local and Non-Local Relations".
整理 pytorch 单机多 GPU 训练方法与原理