This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
fastNLP
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tree:
099a14402c
dev
dev0.8.0
master
1.0.0beta2
v0.1.0
v0.2.0
v0.3.0
v0.3.1
v0.4.0
v0.4.1
v0.4.10
v0.5.0
v0.5.5
v0.6.0
v1.0.0alpha
v1.0.0beta
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '099a14402c'
${ noResults }
fastNLP
/
reproduction
/
README.md
853 B
Raw
Blame
History
模型复现
任务复现
Text Classification (文本分类)
Matching (自然语言推理/句子匹配)
Sequence Labeling (序列标注)
Coreference Resolution (指代消解)
Summarization (摘要)
...
模型复现
这里复现了在fastNLP中实现的模型,旨在达到与论文中相符的性能。
复现的模型有:
Star-Transformer
Biaffine
CNNText
...
任务复现
Text Classification (文本分类)
Text Classification 文本分类任务复现
Matching (自然语言推理/句子匹配)
Matching 任务复现
Sequence Labeling (序列标注)
NER
Coreference Resolution (指代消解)
Coreference Resolution 指代消解任务复现
Summarization (摘要)
Summerization 摘要任务复现
...