基于TextCNN,测试三种对抗训练模型(FGSM,PGD,FREE)在text classification上的表现
☆13Mar 5, 2022Updated 4 years ago
Alternatives and similar repositories for fast_adversarial_for_text_classification
Users that are interested in fast_adversarial_for_text_classification are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 对抗训练在NLP中的应用☆14Nov 22, 2021Updated 4 years ago
- ☆14Jun 20, 2022Updated 3 years ago
- NLPCC 2020 MAMS 多属性多情感分析任务 第一名解决方案☆12Jul 6, 2023Updated 2 years ago
- 3rd Place solution for Feedback Prize - Predicting Effective Arguments Kaggle competition☆16Sep 6, 2022Updated 3 years ago
- 31st place silver medal solution to USPPPM Kaggle competition☆20Jun 23, 2022Updated 3 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- 2022微信大数据挑战赛_rank12☆18Aug 18, 2022Updated 3 years ago
- Bert文本分类,EMA+AD☆19May 19, 2020Updated 6 years ago
- 基于NER的文本纠错☆15Dec 27, 2023Updated 2 years ago
- 实体关系联合抽取模型/ My project on joint exraction of entities and relations☆21Mar 21, 2022Updated 4 years ago
- IMDB sentiment analysis, Transformer, ULMFiT, attention, TextCNN.☆17Nov 5, 2019Updated 6 years ago
- Converts brat standoff format to JSONL format☆13Jan 29, 2022Updated 4 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆48May 27, 2020Updated 6 years ago
- 基于文本的垃圾短信分类_文本预处理☆13Jan 11, 2016Updated 10 years ago
- Pytorch implementation of RNN, CNN, BiGRU and LSTM for text classifcation☆10Apr 30, 2021Updated 5 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- 基于PaddleNLP的web端文本纠错系统,支持输入文本或上传word文档,显示纠错后文本结果与保存。 技术栈:后端:PaddleNLP +FastAPI;前端:Vue+Element UI☆14May 18, 2022Updated 4 years ago
- 2021 搜狐校园文本匹配算法大赛方案☆19Nov 7, 2024Updated last year
- t5-model-onnx,中文拼写纠错,Chinese spelling correction。☆15Sep 18, 2022Updated 3 years ago
- 本项目使用Keras实现Transformer模型来进行文本分 类(中文、英文均支持)。☆12Mar 31, 2022Updated 4 years ago
- 继续预训练中文bert☆30Jul 23, 2021Updated 4 years ago
- 基于pytorch的中文拼写纠错,使用的模型是Bert以及SoftMaskedBert☆34Oct 19, 2021Updated 4 years ago
- CCKS2021答非所问竞赛冠军方案☆27Oct 8, 2021Updated 4 years ago
- 科大讯飞事件抽取挑战赛2020Top1☆26Oct 1, 2020Updated 5 years ago
- ChineseBert用于中文拼写纠错☆43Mar 14, 2023Updated 3 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- DataFountain第五届达观杯第4名方案☆11Dec 3, 2021Updated 4 years ago
- MacBERT for Chinese Spelling Correction, macbert中文拼写纠错☆16May 23, 2022Updated 4 years ago
- 该仓库主要记录 NLP 算法工程师相关的 搜索引擎 学习笔记☆14Apr 9, 2022Updated 4 years ago
- 使用Bert+CRF、Bert+BiLSTM+CRF、Bert+BiGRU+CRF、Bert+BiGRU+self-atttention+CRF、AlBert+CRF、AlBert+BiLSTM+CRF、AlBert+BiGRU+CRF、AlBert+BiGRU+self-…☆52Sep 23, 2020Updated 5 years ago
- flask+bootstrap实现的web小应用,实现了全文检索(拼写检查及纠错、倒排索引、tf-idf文档排序) 和文章浏览(文章简介、阅读原文)☆16Dec 8, 2022Updated 3 years ago
- Ladder Side-Tuning在CLUE上的简单尝试☆23Jun 20, 2022Updated 3 years ago
- aigc evals☆10Dec 2, 2023Updated 2 years ago
- 三大boosting算法的工程实现 XGBoost、LightGBM、Catboost原理实现及常见面试问题总结,以及其他理解深刻的机器学习、深度学习文章备份☆12Jul 7, 2021Updated 4 years ago
- Multi-Label Text Classification Based On Bert☆21Feb 28, 2023Updated 3 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 基于 Cloud Mail 二次开发的 Cloudflare 邮箱服务,Linear 风格 UI 重设计 + 功能扩展☆81Updated this week
- Named Entity Recognition (NER) with different combinations of BiGRU, Self-Attention and CRF☆62Jan 8, 2021Updated 5 years ago
- Chinese characters code table 全部汉字20902个汉字的全拼|五笔|郑码|UNICODE|GBK|笔画数|部首|笔顺编号等编码☆19Feb 14, 2023Updated 3 years ago
- NLP对抗训练,包括PGD、FGM、FGSM、FreeAT☆21Apr 28, 2022Updated 4 years ago
- 基于PaddlePaddle的Web端多格式纠错系统,前后端分离式部署,支持文本、文档及图片的多格式智能纠错!同时支持对修正的错误字进行标记提示和结果的保存。 技术栈:后端:FastAPI + PaddleNLP + PaddleHub;前端:Vue+ ElementUI。☆19Jun 18, 2022Updated 3 years ago
- [AIR-DISCOVER Summer Research] Multi-class Anomaly Detection Transformer with Heterogenous Knowledge Distillation☆14Nov 11, 2024Updated last year
- ☆16Jun 18, 2022Updated 3 years ago