Commit Graph

1067 Commits

Author SHA1 Message Date
yh_cc
acf18e2e89 修改DataSet split的一个注释错误 2019-06-13 21:25:47 +08:00
xuyige
1a4c3c2d20 fix some bugs in test 2019-06-13 20:33:15 +08:00
xuyige
e5e4381eb2 add fasttext embedding 2019-06-13 20:05:59 +08:00
yunfan
ba9c591d9b Merge remote-tracking branch 'origin/dev0.5.0' into batch
# Conflicts:
#	fastNLP/core/batch.py
2019-06-13 13:38:10 +08:00
yhcc
4124b385d7
Update quickstart.rst 2019-06-13 11:17:02 +08:00
yhcc
e4b0782466
增加requests依赖 2019-06-13 11:09:26 +08:00
xuyige
a366f156ac update documents in embedding.py 2019-06-13 00:36:13 +08:00
xuyige
0f7c732f21 update embedding.py 2019-06-12 19:08:36 +08:00
yh
7b8b5884a2 修复_ignore_type的bug. 2019-06-12 14:09:04 +08:00
yh_cc
ed3098e1b8 1. 修改bert,elmo的cache方式; 这样不需要使用sentence_index这种方式进行索引 2019-06-12 12:21:13 +08:00
yh_cc
6309eafd25 1. 在fieldarray中支持split,int等handy的function
2. 重大更新,支持ElmoEmbedding, BertEmbedding
2019-06-12 11:10:33 +08:00
yh_cc
37c50d6625 Merge branch 'dev0.5.0' of github.com:fastnlp/fastNLP into dev0.5.0 2019-06-11 16:42:11 +08:00
lyhuang18
a504c416fc
Merge pull request #2 from fastnlp/dev0.5.0
Dev0.5.0
2019-06-10 20:41:26 +08:00
Yige XU
bc31b28b31
Merge pull request #163 from violetyao/dev0.5.0
[New] Add yelpLoader
2019-06-09 22:37:35 +08:00
Violet Yao
83729dfc39 moved test to reproduction folder 2019-06-09 21:46:34 +08:00
Violet Yao
6a9ebd5a7a Merge branch 'dev0.5.0' of https://github.com/violetyao/fastNLP into dev0.5.0 2019-06-09 21:31:37 +08:00
Violet Yao
74925f8237 wrong folder 2019-06-09 21:30:40 +08:00
Violet Yao
e1869ec057
Delete yelp_sample.json
transfer to reproduction folder
2019-06-09 21:25:56 +08:00
Violet Yao
189a0a066c removed ast 2019-06-09 16:45:54 +08:00
Violet Yao
d17acd0cb1 remove ast 2019-06-09 16:45:08 +08:00
Violet Yao
ad6a55ba26 fixed comment format 2019-06-08 14:32:25 +08:00
Violet Yao
2edb2a1a00 added yelpLoader 2019-06-08 14:27:52 +08:00
yh_cc
9e5c4f665c Merge branch 'dev0.5.0' of github.com:fastnlp/fastNLP into dev0.5.0 2019-06-08 09:48:11 +08:00
yh_cc
bddce51b05 merge update 2019-06-08 09:47:39 +08:00
yh
e90bbbb3f1 !!!重要更新,DataSet理论上支持任意类型的数据了,但是因为改动非常大,所以可能会有bug 2019-06-07 23:28:05 +08:00
yunfan
9f5c00b17d change Batch to torch.DataLoader 2019-06-06 01:40:46 +08:00
yh
420112e0dc Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 2019-06-06 00:28:26 +08:00
yh
0257dc6dde 修复Trainer无法捕获Exception的bug 2019-06-06 00:28:12 +08:00
xuyige
8e82c91751 update bert for nli in reproduction/matching 2019-06-06 00:09:25 +08:00
ChenXin
9bfedbdfe9 修复了 metrics 文档中的公式 2019-06-05 19:36:40 +08:00
yh
eca04cd079 Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 2019-06-05 18:22:19 +08:00
yh
e40447cc84 禁止travis测试非 test之外的文件 2019-06-05 18:21:35 +08:00
yhcc
32fb342ada
Create .gitignore
增加一个常用.gitignore
2019-06-05 16:35:59 +08:00
xuyige
96687251a8 update reproduction/README.md 2019-06-05 16:10:13 +08:00
xuyige
e643d7aed5 update reproduction/README.md 2019-06-05 16:07:56 +08:00
yunfan
60de1b2c52 add text_classification reproduction dir 2019-06-05 11:05:46 +08:00
yunfan
eddb8af45c add sst loader tests 2019-06-05 10:20:31 +08:00
xuyige
e05c182b05 firstly add matching in reproduction 2019-06-05 01:01:30 +08:00
yh_cc
d71f0eef13 序列标注的SemiCRFRelay中文分词. 2019-06-04 23:40:46 +08:00
yh
39f9e4b95c Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into dev0.5.0 2019-06-04 22:17:20 +08:00
yh
07c3533126 cws实例第一次提交 2019-06-04 22:16:58 +08:00
ChenXin
b0abbb12e4 注释样例 2019-06-04 21:38:41 +08:00
ChenXin
d539ba3b14
Merge pull request #159 from fastnlp/dev0.4.0
Dev0.4.0
2019-06-04 18:05:35 +08:00
yunfan
c54ebace2c update sst loader 2019-06-04 17:06:40 +08:00
xuyige
429ff57846 Update metrics.py
update documents in metrics.py
2019-06-04 15:15:33 +08:00
Danqing Wang
9751ec92db add SummarizationLoader for dataset_loader to deal with summarization dataset in jsonl format. 2019-05-31 11:42:45 +08:00
yunfan
dca1d56602 update sst loader 2019-05-30 14:59:16 +08:00
yunfan
7fea175f0a move sst loader to new folder 2019-05-30 14:46:22 +08:00
yunfan
9a5cc3801c - update sst data loader
- add Option
2019-05-30 14:27:12 +08:00
xuyige
016f02be3b fix bugs in model/bert.py and add testing codes 2019-05-29 14:46:48 +08:00