Stars
Accelerate your web app development | Build fast. Run fast.
A web-based video editing tool implemented with WebCodecs, similar to CapCut Web.使用webcodecs实现的Web端视频编辑工具,类似剪映Web版。
A @ClickHouse fork that supports high-performance vector search and full-text search.
OpenChat: Advancing Open-source Language Models with Imperfect Data
A high-throughput and memory-efficient inference and serving engine for LLMs
Example models using DeepSpeed
pytorch实现 Bert 做seq2seq任务,使用unilm方案,现在也可以做自动摘要,文本分类,情感分析,NER,词性标注等任务,支持t5模型,支持GPT2进行文章续写。
SQuAD Question Answering Using BERT, PyTorch
📖The Big-&-Extending-Repository-of-Transformers: Pretrained PyTorch models for Google's BERT, OpenAI GPT & GPT-2, Google/CMU Transformer-XL.
Transformer implementation based on http://nlp.seas.harvard.edu/2018/04/03/attention.html
LR, FM, DeepFM, xDeepFM, DIN, CF等推荐算法代码demo。采用TFRecords作为输入,方便实际场景应用。
In this repository, I record the application of bert and bert multi-labels classification.
fastText-based Multi-label text classification engine
Convolutional Neural Networks for Sentence Classification in PyTorch
a python code of applying GBDT+LR for CTR prediction
End-to-End Automatic Speech Recognition on PyTorch
✍️ A carefully curated list of NLP paper summaries
Few-shot Natural Language Generation for Task-Oriented Dialog
nshepperd / gpt-2
Forked from openai/gpt-2Code for the paper "Language Models are Unsupervised Multitask Learners"
Chinese version of GPT2 training code, using BERT tokenizer.
GPT2 for Chinese chitchat/用于中文闲聊的GPT2模型(实现了DialoGPT的MMI思想)
A Abstractive Summarization Implementation with Transformer and Pointer-generator
PyTorch implementation of char-rnn (character-level language model)
An annotated implementation of the Transformer paper.