bojone / antiminer
简单的挖矿病毒查杀脚本
☆16Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for antiminer
- 基于Transformer的单模型、多尺度的VAE模型☆53Updated 3 years ago
- A visualizer to display attention weights on text☆23Updated 5 years ago
- huggingface ChineseBert Tokenizer☆15Updated 2 years ago
- 精简版NEZHA模型权重☆21Updated 3 years ago
- reformer-pytorch中文版本,简单高效的生成模型。类似GPT2的效果☆16Updated last year
- Official Code for 'EPiDA: An Easy Plug-in Data Augmentation Framework for High Performance Text Classification' - NAACL 2022☆23Updated 2 years ago
- For paper《Gaussian Transformer: A Lightweight Approach for Natural Language Inference》☆27Updated 4 years ago
- GAU-alpha-pytorch☆19Updated 2 years ago
- 目前只有阅读理解赛道的☆14Updated 3 years ago
- How Does Selective Mechanism Improve Self-attention Networks?☆27Updated 3 years ago
- ☆65Updated 5 months ago
- 无监督文本生成的一些方法☆49Updated 3 years ago
- Robust Self-augmentation for NER with Meta-reweighting☆28Updated 2 years ago
- The code and dataset for "FastRE: Towards Fast Relation Extraction with Convolutional Encoder and Improved Cascade Binary Tagging Framewo…☆24Updated 2 years ago
- Python下shuffle几百G文件☆33Updated 3 years ago
- LGEB: Benchmark of Language Generation Evaluation☆16Updated 2 years ago
- Read 'Dice Loss for Data-imbalanced NLP Tasks' this evening and try to implement it☆15Updated 3 years ago
- Code for our AAAI2021 paper: Token-Aware Virtual Adversarial Training For Language Understanding.☆26Updated 3 years ago
- some strategies for exposure bias in seq2seq☆18Updated 4 years ago
- This is my study notes for my PhD in AI, NLP, IR, and more.☆17Updated 2 years ago
- 基于方差权重因子选词的SIF句向量模型-实验源码☆11Updated 4 years ago
- [NLPCC 2021] Shared Task on AutoIE2: Sub-Event Identification☆14Updated 3 years ago
- Ladder Side-Tuning在CLUE上的简单尝试☆19Updated 2 years ago
- pytorch版simcse无监督语义相似模型☆22Updated 3 years ago
- 基于BERT的预训练语言模型实现,分为两步:预训练和微调。目前已包括BERT、Roberta、ALbert三个模型,且皆可支持Whole Word Mask模式。☆16Updated 4 years ago
- ☆11Updated 4 years ago
- Code for the paper Joint Learning of Hyperbolic Label Embeddings for Hierarchical Multi-label Classification (EACL '21)☆23Updated 3 years ago
- Seq2seqAttGeneration, an basic implementation of text generation that using seq2seq attention model to generate poem series. this project…