Stars
Making large AI models cheaper, faster and more accessible
ChatGLM-6B: An Open Bilingual Dialogue Language Model | 开源双语对话语言模型
OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.
🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time
Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.
Train transformer language models with reinforcement learning.
ChatRWKV is like ChatGPT but powered by RWKV (100% RNN) language model, and open source.
all kinds of text classification models and more with deep learning
A repo for distributed training of language models with Reinforcement Learning via Human Feedback (RLHF)
A LITE BERT FOR SELF-SUPERVISED LEARNING OF LANGUAGE REPRESENTATIONS, 海量中文预训练ALBERT模型
FlagAI (Fast LArge-scale General AI models) is a fast, easy-to-use and extensible toolkit for large-scale model.
Learning Chinese Character style with conditional GAN
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.
An Open-source Neural Hierarchical Multi-label Text Classification Toolkit
A PyTorch-based knowledge distillation toolkit for natural language processing
中文医学知识图谱命名实体识别,包括bi-LSTM+CRF,transformer+CRF等模型
Self complemented Pinyin2Chinese demo use algorithms including Trie and HMM model , 基于隐马尔科夫模型与Trie树的拼音切分与拼音转中文的简单demo实现。
A HMM-like linear-chain CRF, used Tensorflow API. 🐣