利用bert预训练模型生成句向量或词向量
☆26Oct 29, 2020Updated 5 years ago
Alternatives and similar repositories for BertModel
Users that are interested in BertModel are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- bert 词向量 句向量生成☆12Sep 1, 2019Updated 6 years ago
- 将word2vec训练生成的词向量和BERT生成的词向量进行可视化对比☆15Jun 29, 2020Updated 6 years ago
- Latent Drichlet Allocation and Dynamic Topic Modeling☆10Aug 11, 2021Updated 4 years ago
- 利用Bert获取中文字、词向量☆10Jan 18, 2022Updated 4 years ago
- 中文文本的向量表示方法(Sentence-BERT, CoSENT)的PyTorch简单实现,可以用于文本相似度计算。☆10Mar 27, 2022Updated 4 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 此开源hub基于Tensorflow2.x实现文本相似度匹配、知识蒸馏、交互模型、双塔sbert☆11Feb 22, 2023Updated 3 years ago
- The source code of "Deep attention diffusion graph neural networks for text classification"☆13Nov 11, 2023Updated 2 years ago
- 中文文本预处理,Word2Vec训练计算文本相似度。☆43Mar 6, 2019Updated 7 years ago
- 基于深度学习的文本分类聚类工具☆14Jul 7, 2017Updated 9 years ago
- 中文实体关系联合抽取baseline☆12Jun 23, 2019Updated 7 years ago
- wifidog 的 authserver 的 java 实现;可以用于验证用户上网,简单的作为广告路由的认证端;☆13Jun 20, 2022Updated 4 years ago
- 聊天机器人前端网页,通过Ajax请求后端接口,返回机器人应答数据。☆11Jun 22, 2019Updated 7 years ago
- 通过维基百科构建的一个中文同义词库,每一行(每一个\n分隔)为一组同义词。☆15Jul 19, 2023Updated 3 years ago
- 文本转拼音、提取英文字段、提取数字、提取中文字符、英文转中文、字符型的数字转中文的数字表示、拼音转文本、文本纠错、基于bert转词向量、基于bert转句向量、繁体字转简体、中文数字转阿拉伯数字☆21Jul 1, 2020Updated 6 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- 细粒度的情感分析(属性词提取,句法依存分析)☆36Feb 23, 2023Updated 3 years ago
- 人工智能大作业:关于计算文本相似度的深度神经网络模型与算法研究分析(BERT、SentenceBERT、SimCSE)☆17Jul 11, 2022Updated 4 years ago
- 长文本相似度模型☆21Nov 24, 2023Updated 2 years ago
- Chinese Named Entity Recognition with IDCNN/biLSTM+CRF, and Relation Extraction with biGRU+2ATT 中文实体识别与关系提取☆15Nov 16, 2019Updated 6 years ago
- ☆20Feb 25, 2023Updated 3 years ago
- 针对Cnews数据集进行分类,使用了torchtext进行文本预处理☆11Sep 16, 2022Updated 3 years ago
- 知识表示和推理项目,收集知识表示和推理算法,部分算法给出了应用案例。☆13Apr 26, 2022Updated 4 years ago
- TextRank的简单实现☆10Nov 12, 2020Updated 5 years ago
- EMNLP-2021 paper: Thinking Clearly, Talking Fast: Concept-Guided Non-Autoregressive Generation for Open-Domain Dialogue Systems.☆16Nov 11, 2021Updated 4 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- 搜索引擎关键词排位爬虫,包括百度,搜狗,360的搜索引擎关键词排位爬虫,关键词从百度热词中取得,排位分别从三个搜索引擎中抓取。☆18Oct 10, 2019Updated 6 years ago
- 关键词抽取技术☆18Sep 11, 2019Updated 6 years ago
- Summary of Text Classification in deep learning techniques implemented by PyTorch and TensorFlow. 深度学习文本分类技术总结,以PyTorch实现。☆14Dec 18, 2019Updated 6 years ago
- ☆18Dec 3, 2019Updated 6 years ago
- Scripts to extract CNN features from video frames with Keras.☆24Nov 26, 2016Updated 9 years ago
- Code for our EMNLP 2020 paper "Uncertainty-Aware Label Refinement for Sequence Labeling"☆22Oct 4, 2020Updated 5 years ago
- 中文文本句对相似度匹配-ATEC数据集☆23Jun 11, 2020Updated 6 years ago
- Feature Projection for Improved Text Classification☆46Apr 23, 2020Updated 6 years ago
- MiniGPT-4 :: Updated to Torch 2.0, simple setup, easier API, cut out training code☆15Jun 12, 2023Updated 3 years ago
- Open source password manager - Proton Pass • AdSecurely store, share, and autofill your credentials with Proton Pass, the end-to-end encrypted password manager trusted by millions.
- I revised the TVP-VAR-SV model developed by Nakajima(2011), which adapted with Matlab R2022a now.☆17Apr 11, 2022Updated 4 years ago
- Automatic missing value imputation using random forests☆14Aug 19, 2015Updated 10 years ago
- MySQL数据库 基于Unity的登录注册系统☆11May 28, 2020Updated 6 years ago
- 基于jieba分词和lda模型的主题分析☆19Apr 20, 2019Updated 7 years ago
- 2018 高校算法大赛神策杯第五名解决方案☆18Oct 22, 2018Updated 7 years ago
- 使用gensim库训练doc2vec模型☆12Oct 28, 2018Updated 7 years ago
- 基于word2vec预训练词向量; textCNN 模型 ;charCNN 模型 ;Bi-LSTM模型;Bi-LSTM + Attention 模型 ;Transformer 模型 ;ELMo 预训练模型 ;BERT 预训练模型的文本分类项目☆124Jul 24, 2020Updated 6 years ago