#bert (22 Repositories)
Ranked open-source repositories tagged with #bert, scored by pull request acceptance likelihood and maintainer engagement velocity.
4.8%
4.3h
22 repositories tagged #bert
MaartenGr/BERTopic
Leveraging BERT and c-TF-IDF to create easily interpretable topics.
huggingface/tokenizers
💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
HPInc/AI-Blueprints
📁 This repository hosts a growing collection of AI blueprint projects that run end-to-end using Jupyter notebooks, MLflow deployments, and Streamlit web apps.🛠️ All projects are built using HP AI Studio with ❤️ If you find this useful, please don’t forget to star the repository ⭐ and support our work 🚀
shibing624/textgen
TextGen: Implementation of Text Generation models, include LLaMA, BLOOM, GPT2, BART, T5, SongNet and so on. 文本生成模型,实现了包括LLaMA,ChatGLM,BLOOM,GPT2,Seq2Seq,BART,T5,UDA等模型的训练和预测,开箱即用。
GaoQ1/rasa_chatbot_cn
building a chinese dialogue system based on the newest version of rasa(基于最新版本rasa搭建的对话系统)
NVIDIA-Merlin/Transformers4Rec
Transformers4Rec is a flexible and efficient library for sequential and session-based recommendation and works with PyTorch.
nlpodyssey/cybertron
Cybertron: the home planet of the Transformers in Go
awslabs/mlm-scoring
Python library & examples for Masked Language Model Scoring (ACL 2020)
fishaudio/Bert-VITS2
vits2 backbone with multilingual-bert
graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
bytedance/ByteTransformer
optimized BERT transformer inference on NVIDIA GPU. https://arxiv.org/abs/2210.03052
SkyWorkAIGC/SkyPaint-AI-Diffusion
基于Stable Diffusion优化的AI绘画模型。支持输入中英文文本,可生成多种现代艺术风格的高质量图像。| An optimized text-to-image model based on Stable Diffusion. Both Chinese and English text inputs are available to generate images. The model can generate high-quality images in several modern art styles.
nlpcl-lab/bert-event-extraction
Pytorch Solution of Event Extraction Task using BERT on ACE 2005 corpus
macanv/BERT-BiLSTM-CRF-NER
Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services
ProHiryu/albert-chinese-ner
使用预训练语言模型ALBERT做中文NER
yao8839836/kg-bert
KG-BERT: BERT for Knowledge Graph Completion
Z-yq/TensorflowASR
一个执着于让CPU\端侧-Model逼近GPU-Model性能的项目,CPU上的实时率(RTF)小于0.1
brightmart/nlp_chinese_corpus
大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP
Hzfinfdu/Diffusion-BERT
ACL'2023: DiffusionBERT: Improving Generative Masked Language Models with Diffusion Models
UKPLab/gpl
Powerful unsupervised domain adaptation method for dense retrieval. Requires only unlabeled corpus and yields massive improvement: "GPL: Generative Pseudo Labeling for Unsupervised Domain Adaptation of Dense Retrieval" https://arxiv.org/abs/2112.07577
autoliuweijie/K-BERT
Source code of K-BERT (AAAI2020)
WenRichard/KBQA-BERT
基于知识图谱的问答系统,BERT做命名实体识别和句子相似度,分为online和outline模式