基于 transformers 包实现的多种 NLP 任务。
已实现的任务模型:
模型 | 传送门 |
---|---|
概览 | [这里] |
PointWise(单塔) | [这里] |
DSSM(双塔) | [这里] |
Sentence Bert(双塔) | [这里] |
模型 | 传送门 |
---|---|
UIE | [这里] |
模型 | 传送门 |
---|---|
PET | [这里] |
p-tuning | [这里] |
模型 | 传送门 |
---|---|
BERT-CLS | [这里] |
模型 | 传送门 |
---|---|
PPO-GPT2 | [这里] |
NLP Algorithms with transformers lib. Supporting Text-Classification, Information-Extraction, Text-Matching, RLHF etc.
Python