Skip to content
View zxx-999's full-sized avatar

Block or report zxx-999

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Showing results

Vue相关开源项目库汇总

12,693 2,771 Updated Jul 22, 2023

Code for paper: KNN-BERT: Fine-Tuning Pre-Trained Models with KNN Classifier

Python 24 6 Updated Dec 5, 2021

Transformer: PyTorch Implementation of "Attention Is All You Need"

Python 3,290 468 Updated Aug 6, 2024

使用Bert,ERNIE,进行中文文本分类

Python 4,135 905 Updated Jun 28, 2024

Pytorch + NLP, 一份友好的项目实践仓库

Python 458 98 Updated Jul 30, 2019
Python 54 7 Updated Apr 7, 2022

中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。

Python 5,451 1,240 Updated Sep 23, 2020
Python 29 4 Updated Mar 2, 2021

Transformer/Transformer-XL/R-Transformer examples and explanations

Python 26 7 Updated Dec 30, 2021

The enhanced RCNN model used for sentence similarity classification

Python 43 11 Updated May 30, 2021

experiments of some semantic matching models and comparison of experimental results.

Python 161 15 Updated Jun 12, 2023

PyTorch implementation of some text classification models (HAN, fastText, BiLSTM-Attention, TextCNN, Transformer) | 文本分类

Python 143 29 Updated Apr 22, 2021

文档情感分类:Hierarchical Attention Networks for Document Classification

Python 2 Updated Jan 3, 2020

金融新闻分类

1 Updated Mar 1, 2022

一个基于bert系模型的情感分类器(金融类新闻)

Python 22 4 Updated Sep 17, 2021

中文情感分析库(Chinese Sentiment))可对文本进行情绪分析、正负情感分析。Chinese sentiment analysis library, which supports counting the number of different emotional words in the text

Python 533 83 Updated Dec 9, 2022

A Chinese financial sentiment word dictionary

160 39 Updated Aug 21, 2021

微调预训练语言模型,解决多标签分类任务(可加载BERT、Roberta、Bert-wwm以及albert等知名开源tf格式的模型)

Python 139 25 Updated Jul 23, 2020

About Muti-Label Text Classification Based on Neural Network.

Python 554 143 Updated Nov 18, 2020

Multi Label text classification using bert

Jupyter Notebook 154 108 Updated Jun 8, 2019

A pytorch implemented classifier for Multiple-Label classification

Python 312 70 Updated May 25, 2018

all kinds of text classification models and more with deep learning

Python 7,888 2,569 Updated Sep 28, 2023

This repo contains a PyTorch implementation of a pretrained BERT model for multi-label text classification.

Python 896 208 Updated Apr 18, 2023

Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer

Python 46 9 Updated May 27, 2020
Jupyter Notebook 60 18 Updated Apr 11, 2020

超长文本分类(大于1000字);文档级/篇章级文本分类;主要是解决长距离依赖问题

Python 125 29 Updated Oct 9, 2021

2018年"达观杯"文本智能处理挑战赛-长文本分类-rank4

Jupyter Notebook 282 75 Updated Aug 5, 2020

这是使用pytoch 实现的长文本分类器

Python 45 8 Updated Jul 24, 2019

文本分类是指在给定分类体系下 , 根据文本的内容自动确定文本类别的过程。首先我们根据scrapy爬虫根据中国知网URL的规律,爬取70多万条2014年公开的发明专利,然后通过数据清洗筛选出了60多万条含标签数据。通过TF-IDF对60多万条本文进行词频提取,依照词频排序提取前3000个词语形成语义词典,然后根据观察设置停用词。然后再用TF-IDF的方式对每个摘要进行词频选取,通过布尔模型,对…

Python 107 33 Updated Mar 14, 2018
Next