Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev0.4.5 #193

Merged
merged 277 commits into from
Jul 12, 2019
Merged

Dev0.4.5 #193

merged 277 commits into from
Jul 12, 2019
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 9, 2019

  1. wrong folder

    violetyao committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    74925f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a9ebd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83729df View commit details
    Browse the repository at this point in the history
  4. Merge pull request #163 from violetyao/dev0.5.0

    [New] Add yelpLoader
    xuyige committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    bc31b28 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. Merge pull request #2 from fastnlp/dev0.5.0

    Dev0.5.0
    lyhuang18 committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    a504c41 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. Configuration menu
    Copy the full SHA
    37c50d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. 1. 在fieldarray中支持split,int等handy的function

    2. 重大更新,支持ElmoEmbedding, BertEmbedding
    yhcc committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    6309eaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed3098e View commit details
    Browse the repository at this point in the history
  3. 修复_ignore_type的bug.

    yhcc committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    7b8b588 View commit details
    Browse the repository at this point in the history
  4. update embedding.py

    xuyige committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    0f7c732 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a366f15 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. 增加requests依赖

    yhcc committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    e4b0782 View commit details
    Browse the repository at this point in the history
  2. Update quickstart.rst

    yhcc committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    4124b38 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/dev0.5.0' into batch

    # Conflicts:
    #	fastNLP/core/batch.py
    yunfan committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    ba9c591 View commit details
    Browse the repository at this point in the history
  4. add fasttext embedding

    xuyige committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    e5e4381 View commit details
    Browse the repository at this point in the history
  5. fix some bugs in test

    xuyige committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    1a4c3c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acf18e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fabc692 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2019

  1. [unstable] change Batch to torch's DataLoader

    yunfan committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    7564818 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efe3574 View commit details
    Browse the repository at this point in the history
  3. 1. 删除Trainer中对train_data必须为DataSet的assert

    2. 删除Trainer的prefetch参数; 在注释中增加num_workers参数
    3. Trainer中默认sampler为RandomSampler
    yhcc committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    17b5fd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b5113c View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2019

  1. Merge pull request #3 from fastnlp/dev0.5.0

    Dev0.5.0
    lyhuang18 committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    97b5909 View commit details
    Browse the repository at this point in the history
  2. add TC/MTL16Loader

    lyhuang18 committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    c78811f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #168 from lyhuang18/lyhuang-reproduction

    [New] Add MTL16Loader
    lyhuang18 committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    0e6a2a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Configuration menu
    Copy the full SHA
    30b012a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95e8e2a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #166 from fastnlp/batch

    [new] 兼容pytorch的DataLoader,替换Batch为DataSetIter
    yhcc committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    66f5139 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    839d712 View commit details
    Browse the repository at this point in the history
  5. 1. 适配将Batch修改为pytorch的DataLoader的修改

    2. 修改embedding.py中的bug
    3. ConllReader默认跳过所有的DOCSTART标签
    4. 交换bert的heavy lifting到_bert, 将BertEncoder在bert.py中暴露
    5. crf中allow_transition的include_end_start修改为false,以与CRF的默认值适配
    6. allow_transition与SpanMetric支持BIOES类型的tag
    7. datainfo中增加打印格式化输出
    yhcc committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    2f5d896 View commit details
    Browse the repository at this point in the history
  6. update matching.py

    xuyige committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    3938856 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    342b702 View commit details
    Browse the repository at this point in the history
  8. update framework of matching

    xuyige committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    93620e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Configuration menu
    Copy the full SHA
    9a8fe42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d138ed View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. sequence labeling更新

    yhcc committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    4533427 View commit details
    Browse the repository at this point in the history
  2. fix embed_loader

    yunfan committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    15c7c07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a137038 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4e131a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1167d3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76e2330 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a766f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b9bc00 View commit details
    Browse the repository at this point in the history
  9. LSTM修改错误

    yhcc committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    0f4cf30 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. 1. 在vocabulary的from_dataset中增加no_create_entry_dataset选项,用于传递dev和test

    2. 调整各种Embedding的实现,使得确保来自dev和test的未发现词使用unk的表示
    3. 在Embedding中增加dropout_word的选项,使得可以随机drop掉词语
    4. 以及其它若干小的bug
    yhcc committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    8f7ed07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e57b8e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. Update embedding.py

    xuyige committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    d34c739 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a2122a View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. Configuration menu
    Copy the full SHA
    4b0c26d View commit details
    Browse the repository at this point in the history
  2. conflict merge

    yhcc committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    5d08775 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1f531c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3593f0a View commit details
    Browse the repository at this point in the history
  5. update framework of matching

    xuyige committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    4d9eb7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e913734 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    add8edf View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Configuration menu
    Copy the full SHA
    39dd086 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from fastnlp/dev0.5.0

    Dev0.5.0 pull request
    dqwang122 committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    3710a30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43d3380 View commit details
    Browse the repository at this point in the history
  4. Add Summarization framework

    dqwang122 committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    79762c4 View commit details
    Browse the repository at this point in the history
  5. update data loader of matching

    xuyige committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    e0b23b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    238d4fb View commit details
    Browse the repository at this point in the history
  7. Delete matching.py

    xuyige committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    bc5e071 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. add RTE and QNLI loader

    xuyige committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    50faa93 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Configuration menu
    Copy the full SHA
    40c4d21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b8d184 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. Configuration menu
    Copy the full SHA
    9c1b491 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from fastnlp/dev0.5.0

    Dev0.5.0
    lyhuang18 committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    2e4d84d View commit details
    Browse the repository at this point in the history
  3. fix a bug in predictor

    xuyige committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    15d9581 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7 from fastnlp/dev0.5.0

    fix a bug in predictor
    lyhuang18 committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    fcc5a9f View commit details
    Browse the repository at this point in the history
  5. 支持predict数据并行

    yhcc committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    5f19601 View commit details
    Browse the repository at this point in the history
  6. Tester支持predict数据并行

    yhcc committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    f68b2c5 View commit details
    Browse the repository at this point in the history
  7. Tester数据并行

    yhcc committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    3c98487 View commit details
    Browse the repository at this point in the history
  8. fix and improve star_trans on SST

    EC2 Default User committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    406e1f7 View commit details
    Browse the repository at this point in the history
  9. set random seed

    QipengGuo committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    205f8fe View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. fix random process

    QipengGuo committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    204bb06 View commit details
    Browse the repository at this point in the history
  2. update Readme.md

    dqwang122 committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    610791a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from fastnlp/dev0.5.0

    Dev0.5.0 merge
    dqwang122 committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    cdcc235 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0fe264 View commit details
    Browse the repository at this point in the history
  5. 增加joint_cws_parse的代码

    yhcc committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    999f8ac View commit details
    Browse the repository at this point in the history
  6. 更新data folder读取代码

    yhcc committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    2858ff8 View commit details
    Browse the repository at this point in the history
  7. Create README.md

    create reproduction/matching/README.md
    xuyige committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    ba34a56 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. ner的readme更新

    yhcc committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    9b31e6e View commit details
    Browse the repository at this point in the history
  2. update documents in predictor

    xuyige committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    8e7a604 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bc780a View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. 1.增加AdamW的optimizer;2.修复Trainer中metric_key的bug;3.静态embedding初始化修改;4.C…

    …rossEntropyLoss增加对reduction的支持'
    yhcc committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    84b1889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f91fb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. Configuration menu
    Copy the full SHA
    aa5f67e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ccc730 View commit details
    Browse the repository at this point in the history
  3. make tutorials folder

    WillQvQ committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    6e6a311 View commit details
    Browse the repository at this point in the history
  4. Update MatchingDataLoader.py

    xuyige committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    25ff06b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fff9490 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29ca17d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f729b6 View commit details
    Browse the repository at this point in the history
  8. fix a bug in matching loader

    xuyige committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    00cf982 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. add more detail in README.md

    WillQvQ committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    63e00bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fef29e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #173 from zide05/tutorials

    修改docs/source/user/tutorials.rst和docs/source/tutorials/tutorial_1_bat…
    xuyige committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    3e37356 View commit details
    Browse the repository at this point in the history
  4. 大幅度更新:

    1、更新requirements以及README.md
    2、更新DataLoader
    3、更新loss
    4、更新model/bert.py内容及适配的测试代码
    5、更新reproduction/README.md
    6、修复其他测试代码的报错的地方
    xuyige committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    089009f View commit details
    Browse the repository at this point in the history
  5. fix bug in test

    xuyige committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    66a7cf0 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2019

  1. Configuration menu
    Copy the full SHA
    a40f57a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0af7193 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #171 from QipengGuo/dev0.5.0

    [bugfix] hot fix for Star-Transformer on SST
    xpqiu committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    ba2732a View commit details
    Browse the repository at this point in the history
  4. add dpcnn

    yunfan committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    32917da View commit details
    Browse the repository at this point in the history
  5. add ID-CNN

    yunfan committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    f1adb0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    372496c View commit details
    Browse the repository at this point in the history
  7. -update DPCNN & train script

    -use spacy tokenizer for yelp data
    -add set_rng_seed
    yunfan committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    c5fc29d View commit details
    Browse the repository at this point in the history
  8. [add] dataloader: yelp/sst2/IMDB/MTL16

    [add] model: char_cnn dpcnn
    [test] train_char_cnn train_dpcnn,dataloader的均在自己的main方法内测试
    SrWYG committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    b02a91e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dcb8746 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1 from choosewhatulike/master

    [merge] dpcnn相关,yelploader
    SrWYG committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    86ba01d View commit details
    Browse the repository at this point in the history
  11. [verify] yelpdataloader

    SrWYG committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    c7463cf View commit details
    Browse the repository at this point in the history
  12. 指代消解源码

    Xiaoxiong-Liu committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    c07cbd7 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #174 from Xiaoxiong-Liu/dev0.5.0

    [new]增加指代消解源码
    xuyige committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    fb0ce6c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2019

  1. Merge pull request #9 from fastnlp/dev0.5.0

    Dev0.5.0
    lyhuang18 committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    c35c060 View commit details
    Browse the repository at this point in the history
  2. TC/LSTM

    LSTM、AWDLSTM和LSTM+self attention三个模型
    lyhuang18 committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    d05aca6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    368733d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1faeafe View commit details
    Browse the repository at this point in the history
  5. [verify] yelpdataloader

    [add] HAN train_HAN
    SrWYG committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    f6bba93 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a1d5dc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #175 from ohlionel/dev0.5.0

    Add cntn model for matching.
    xuyige committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    03f3e78 View commit details
    Browse the repository at this point in the history
  8. [verify] sstdataloader add sst2

    [add] readme
    SrWYG committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    f369778 View commit details
    Browse the repository at this point in the history
  9. add dpcnn

    yunfan committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    d4fa698 View commit details
    Browse the repository at this point in the history
  10. add ID-CNN

    yunfan committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    4e3fba5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4b5713b View commit details
    Browse the repository at this point in the history
  12. -update DPCNN & train script

    -use spacy tokenizer for yelp data
    -add set_rng_seed
    yunfan committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    4272778 View commit details
    Browse the repository at this point in the history
  13. - update dpcnn

    - add train_idcnn
    - update sst loader
    yunfan committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    451af53 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'master' of https://github.com/choosewhatulike/fastNLP i…

    …nto pr
    yunfan committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    7affe1f View commit details
    Browse the repository at this point in the history
  15. - update star-transformer README

    yunfan committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    1d4e996 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e6dd7ba View commit details
    Browse the repository at this point in the history
  17. create load dataset tutorial

    xuyige committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    5dc43c6 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #10 from SrWYG/dev0.5.0

    Dev0.5.0
    lyhuang18 committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    48d6f38 View commit details
    Browse the repository at this point in the history
  19. text_classfication

    lyhuang18 committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    5d9e064 View commit details
    Browse the repository at this point in the history
  20. text_classfication

    lyhuang18 committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    46c82a7 View commit details
    Browse the repository at this point in the history
  21. 结果

    lyhuang18 committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    8156f3c View commit details
    Browse the repository at this point in the history
  22. readme格式修改

    lyhuang18 committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    8f78bf5 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Configuration menu
    Copy the full SHA
    2c9a6e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4bd424 View commit details
    Browse the repository at this point in the history
  3. 修改_elmo.py的权重加载

    yhcc committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    e867641 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from choosewhatulike/master

    修改了一些训练代码
    SrWYG committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    cafe396 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4 from lyhuang18/lyhuang-reproduction

    update README.md
    SrWYG committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    eb00da2 View commit details
    Browse the repository at this point in the history
  6. [verify] readme

    SrWYG committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    4687b37 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #177 from SrWYG/dev0.5.0

    [new] text_classification:charcnn,dpcnn,HAN,awd-lstm
    xuyige committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    ca94a00 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d8bd40d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1cc115e View commit details
    Browse the repository at this point in the history
  10. [verify] sst2loader/IMDB use spacy tokenizer

    [verify] char_level 无空格
    SrWYG committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    191af01 View commit details
    Browse the repository at this point in the history
  11. add BertSum

    maszhongming committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    248eefe View commit details
    Browse the repository at this point in the history
  12. Merge pull request #178 from SrWYG/dev0.5.0

    [bugfix] IMDB/SST/YELP dataloader char_level无空格 [add]IMDB/SST use spacy tokenizer
    xuyige committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    1f4cd0c View commit details
    Browse the repository at this point in the history
  13. Merge pull request #179 from maszhongming/dev0.5.0

    [add] BertSum model (Liu et al. 2019)
    xuyige committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    e05ccb8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b445ea6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b3d6acf View commit details
    Browse the repository at this point in the history
  16. Merge pull request #180 from zide05/tutorials

    改成使用SST数据集的batch,loss,optimizer教程
    WillQvQ committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    f861dcc View commit details
    Browse the repository at this point in the history
  17. 建立tutorials的目录

    WillQvQ committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    8f6de5b View commit details
    Browse the repository at this point in the history
  18. Merge pull request #12 from fastnlp/dev0.5.0

    Dev0.5.0
    lyhuang18 committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    602efc4 View commit details
    Browse the repository at this point in the history
  19. [remove] 过期的SSTloader

    SrWYG committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    9130929 View commit details
    Browse the repository at this point in the history
  20. Delete sstLoader.py

    SrWYG committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    bdda4d9 View commit details
    Browse the repository at this point in the history
  21. [verify] sst2loader

    SrWYG committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    ba47fb8 View commit details
    Browse the repository at this point in the history
  22. Delete SSTLoader.py

    lyhuang18 committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    0476b28 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    83381d2 View commit details
    Browse the repository at this point in the history
  24. [verify] sst2loader

    SrWYG committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    8cd9ea1 View commit details
    Browse the repository at this point in the history
  25. Yelp_f的结果

    lyhuang18 committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    124edb5 View commit details
    Browse the repository at this point in the history
  26. fix a bug

    WillQvQ committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    3cba5a3 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #5 from lyhuang18/lyhuang-reproduction

    Yelp_f的结果
    SrWYG committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    e38777b View commit details
    Browse the repository at this point in the history
  28. Merge pull request #181 from SrWYG/dev0.5.0

    [fix] 移除废弃的SSTloader
    xuyige committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    389966d View commit details
    Browse the repository at this point in the history
  29. 1. 增加learning rate WarmupCallback; 2.增加模型保存的callback; 3. utils中增加对bio…

    …类型的tag的处理; 4. embedding中增加word_dropout与dropout选项
    yhcc committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    43fac84 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    99d3230 View commit details
    Browse the repository at this point in the history
  31. Delete dataset_loader.py

    delete my dataset loader
    dqwang122 committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    16ddcb7 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    bb373fd View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    8707f7f View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    84e659b View commit details
    Browse the repository at this point in the history
  35. Merge pull request #5 from fastnlp/dev0.5.0

    Dev0.5.0 delete dataset_loader and pull again
    dqwang122 committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    9fe06df View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c588ba7 View commit details
    Browse the repository at this point in the history
  37. Delete removed files

    dqwang122 committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    5bb6c22 View commit details
    Browse the repository at this point in the history
  38. Merge pull request #182 from brxx122/master

    [new & rm] Reorganize Summarization dir and add Readme.md
    xuyige committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    f33008a View commit details
    Browse the repository at this point in the history
  39. 大幅度更新:1、更新requirements;2、将modules.aggregator的内容移至modules.encoder;3、将S…

    …QuADMetric重命名为ExtractiveQAMetric;4、更新reproduction的README;5、将reproduction/text_classification的dataloader移动到fastNLP.io.data_loader并做适配性修改
    xuyige committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    d70aa96 View commit details
    Browse the repository at this point in the history
  40. fix bug in tests

    xuyige committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    a39dafa View commit details
    Browse the repository at this point in the history
  41. fix bug in test code

    xuyige committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    1761f59 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    a83cee0 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    be3f5ee View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    d3f81dd View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Configuration menu
    Copy the full SHA
    1babf53 View commit details
    Browse the repository at this point in the history
  2. batch分离出来

    zide05 committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    9e863bb View commit details
    Browse the repository at this point in the history
  3. batch分离出来-修改

    zide05 committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    da88a0d View commit details
    Browse the repository at this point in the history
  4. 修复Embedding中的bug

    yhcc committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    e876082 View commit details
    Browse the repository at this point in the history
  5. sequence labeling 的dataloader

    yhcc committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    9ec1570 View commit details
    Browse the repository at this point in the history
  6. Update test_dataLoader.py

    xuyige committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    488ce6b View commit details
    Browse the repository at this point in the history
  7. [bug fix] sst loader, star-transformer

    [update] train script
    yunfan committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    14778ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    834443e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #183 from zide05/tutorials

    batch分离出来-修改
    xuyige committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    79fd7f9 View commit details
    Browse the repository at this point in the history
  10. 删除elmo对h5py的依赖

    yhcc committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    2c00c1a View commit details
    Browse the repository at this point in the history
  11. Merge pull request #184 from choosewhatulike/master

    [bug fix] fix test case for sstloader & update some train scripts
    xuyige committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    000deb2 View commit details
    Browse the repository at this point in the history
  12. 修复elmo的bug

    yhcc committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    9e81eae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bdc7b18 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. [add] callback tutorial

    yunfan committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    68f719e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97c7ba3 View commit details
    Browse the repository at this point in the history
  3. finish callback tutorial

    yunfan committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    aec0414 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #185 from FFTYYY/dev0.5.0

    [new] add mwan model
    xuyige committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    eb01a5e View commit details
    Browse the repository at this point in the history
  5. 将DataInfo修改为DataBundle

    yhcc committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    5c80c6f View commit details
    Browse the repository at this point in the history
  6. add embedding tutorial

    xuyige committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    dc8ae56 View commit details
    Browse the repository at this point in the history
  7. update README.md

    xuyige committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    83f9cb1 View commit details
    Browse the repository at this point in the history
  8. 更新一些过时代码

    xuyige committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    28d9ae0 View commit details
    Browse the repository at this point in the history
  9. fix bug in matching DataLoader

    xuyige committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    7d07b38 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2eba991 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Merge pull request #186 from fastnlp/dev0.5.0

    Dev0.5.0
    WillQvQ committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    f1463d8 View commit details
    Browse the repository at this point in the history
  2. dataset tutorials

    WillQvQ committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    6b6a47c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16e2474 View commit details
    Browse the repository at this point in the history
  4. 大幅更新文档:

    1. 删除了aggregator相关的文档
    2. 将 fitlog 教程移到详细教程的子目录
    WillQvQ committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    ee1e470 View commit details
    Browse the repository at this point in the history
  5. 确定版本号为0.4.5

    WillQvQ committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    be7ffcf View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6 from fastnlp/dev0.5.0

    Dev0.5.0
    SrWYG committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    d54122f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #187 from fastnlp/tutorials

    Tutorials
    WillQvQ committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    3a74636 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    efea6ce View commit details
    Browse the repository at this point in the history
  9. fix import bug

    yunfan committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    ca145d2 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #6 from fastnlp/dev0.5.0

    Dev0.5.0 pull request
    dqwang122 committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    2610c20 View commit details
    Browse the repository at this point in the history
  11. tutorials 标题

    WillQvQ committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    6c7009d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #188 from SrWYG/dev0.5.0

    [verify] train_char_cnn optimization
    xuyige committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    1dd8db7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    897ed8a View commit details
    Browse the repository at this point in the history
  14. add rouge in readme

    dqwang122 committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    ec08564 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #190 from brxx122/master

    [new] Update Readme.md and repair bugs with the modification of fastnlp 0.4.5
    xuyige committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    2c1a830 View commit details
    Browse the repository at this point in the history
  16. 根据代码修改了文档

    WillQvQ committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    df0bc2a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2e523c6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    579bdb1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9f3968d View commit details
    Browse the repository at this point in the history
  20. 更改文档内容

    xuyige committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    2736570 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6cf1a85 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    570b214 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    76198ac View commit details
    Browse the repository at this point in the history
  24. fix bug in test code

    xuyige committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    327833a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    65f9285 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #14 from fastnlp/dev0.5.0

    Dev0.5.0
    lyhuang18 committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    4df322e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    bedb792 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    defcaae View commit details
    Browse the repository at this point in the history
  29. Merge pull request #17 from fastnlp/dev0.5.0

    Dev0.5.0
    lyhuang18 committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    0d48770 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ffbba0f View commit details
    Browse the repository at this point in the history
  31. Merge pull request #191 from lyhuang18/lyhuang-reproduction

    修改代码以适配新fastNLP.embeddings模块
    lyhuang18 committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    0269250 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. 1. BucketSampler不需要自己传入batch_size了,由Trainer自动设置

    2. sequence labeling中增加BiLSTMCRF
    3. embedding中修复bug
    4. 将之前版本的reproduction移动到legacy文件夹
    5. sequence labeling中增加中文NER
    6. text classification中loader增强,修改lstm模型,增加train_bert.py
    yhcc committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    807a8f1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev0.5.0' of https://github.com/fastnlp/fastNLP into de…

    …v0.5.0
    
    # Conflicts:
    #	fastNLP/modules/encoder/embedding.py
    #	reproduction/seqence_labelling/ner/train_ontonote.py
    #	reproduction/text_classification/model/lstm.py
    yhcc committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    0a33a32 View commit details
    Browse the repository at this point in the history
  3. 最新的docs结构

    WillQvQ committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    391793a View commit details
    Browse the repository at this point in the history
  4. API文档入口的介绍

    WillQvQ committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    c99f02a View commit details
    Browse the repository at this point in the history
  5. decoder部分的别名

    WillQvQ committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    d6ae241 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a09cf51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f3a9fc5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dcc6d5d View commit details
    Browse the repository at this point in the history
  9. :maxdepth: 1

    WillQvQ committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    ce72936 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fc0f86a View commit details
    Browse the repository at this point in the history
  11. fix tutorial typo

    yunfan committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    9f681dc View commit details
    Browse the repository at this point in the history
  12. 修改了文档首页

    WillQvQ committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    90c6454 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    af4fd46 View commit details
    Browse the repository at this point in the history
  14. 增加Embedding的文档

    yhcc committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    39f3acc View commit details
    Browse the repository at this point in the history
  15. erge conflict in bert

    yhcc committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    f3e19dd View commit details
    Browse the repository at this point in the history
  16. 在README.md添加版本说明

    xuyige committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    98ebc3c View commit details
    Browse the repository at this point in the history
  17. check了 embeddings 的文档

    WillQvQ committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    1fed365 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    25421d1 View commit details
    Browse the repository at this point in the history