yh_cc
c957ed69c1
loader中load先将filename排序保证一致的load顺序, 避免测试不通过
5 years ago
yh_cc
e361b32c3a
在@linzehui 的帮助下seq2seq终于有了第一个版本; 目前实现了Seq2Seq的Transformer和LSTM版本,但metric和loss还没update;
5 years ago
ROGERDJQ
4e95989e97
[new] add seperator for conll loader ( #293 )
* add ConfusionMatrix, ConfusionMatrixMetric
* add confusionmatrix to utils
* add ConfusionMatrixmetric
* add ConfusionMatrixMetric
* init for test
* begin test
* test finish
* doc finish
* revised confusion
* revised two
* revise two
* add sep for conll loader
* with remote
* withdraw some update
* finish merge
* update test
* update test
* to avoid none situation
5 years ago
yh
70d572cb3e
Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0
6 years ago
yh
7e41b9d355
1.新增CMRC2018的metric,loss,pipe,loader等; 2. 新增中文Bert的使用教程
6 years ago
Yige Xu
da2416a1b8
fix test bugs in: 1. use prettytable to print instance; 2. CNXNLI loader and pipe.
6 years ago
Yige Xu
ad95707718
1. reorganize auto download datasets in io/file_utils.py; 2. add auto download for CNNDM and THUCNews; 3. rename XNLI loader and pipe to CNXNLI*; 4. update documents in some download method.
6 years ago
Yige Xu
d677ea879a
add data and test codes for testing OntoNotes and Conll2003 tasks
6 years ago
Yige Xu
927a3e746d
update test codes for testing classification and matching loader and pipe
6 years ago
Yige Xu
5d1c2a7ac3
add test code and data for testing CHN NER and classification loader and pipe
6 years ago
Yige Xu
5a2820cd18
add test code and data for testing cws loader and pipe
6 years ago
Yige Xu
1dfbc0aeff
update test code for testing matching loader and pipe
6 years ago
Yige Xu
64fc8bc1e5
1. update classification and matching loader and pipe; 2. add data and test codes for testing classification and matching loader and pipe.
6 years ago
Yige Xu
753327d214
fix code style in coreference task and related codes
6 years ago
liuxiaoxiong
07bbb79f77
Merge pull request #4 from fastnlp/dev0.5.0
Dev0.5.0
6 years ago
xxliu
5bbfb92a30
代码规范以及修改测试文件路径以匹配github文件路径
6 years ago
xxliu
ea5fbc8881
增加注释
增加测试文件及测试样例
修改部分变量命名
6 years ago
yh_cc
e903db0e70
增加中文分类Pipe;使用矩阵加速BertEmbedding部分pool_method;调整部分测试用例名称;修复metric中对warning的误报
6 years ago
Yige Xu
b9aa05f6cf
add testing codes and data for loader and pipe.
6 years ago
yh
e2232ac39f
1.修复Embedding中潜在的寻找路径失败; 2.reproduction中增加分词模型; 3.修改ner模型为最新的pipe版本
6 years ago
yh
511f41dda1
1. 增加中文NER相关的loader和pipe; 2. 对应修改sequence_labeling的代码; 3.增加部分测试代码
6 years ago
yh
014e9786c7
1. 分类DataSetLoader中的Loader功能Pipe功能; 2. 增加数据集自动下载; 3.修复vocabulary中的bug
6 years ago