1. 21 7月, 2020 1 次提交
  2. 18 6月, 2020 1 次提交
  3. 13 5月, 2020 1 次提交
  4. 12 5月, 2020 1 次提交
  5. 07 2月, 2020 1 次提交
  6. 17 1月, 2020 1 次提交
  7. 03 1月, 2020 1 次提交
  8. 02 1月, 2020 1 次提交
    • S
      Fix demo docs (#297) · 9e210839
      Steffy-zxf 提交于
      * uniform file name convention
      
      * update version
      
      * update docs
      
      * update docs
      
      * update aistudio demo
      
      * update autodl docs
      
      * update autodl docs
      
      * update autodl docs
      
      * update autodl docs
      
      * update autodl docs
      
      * update autodl docs
      9e210839
  9. 30 12月, 2019 1 次提交
  10. 27 12月, 2019 2 次提交
  11. 25 12月, 2019 1 次提交
  12. 24 12月, 2019 2 次提交
  13. 23 12月, 2019 3 次提交
    • S
      Update README.md · 26c0334c
      Steffy-zxf 提交于
      26c0334c
    • S
      Update README.md · 425227ef
      Steffy-zxf 提交于
      425227ef
    • S
      Simpliy Demo (#273) · 06ec43f5
      Steffy-zxf 提交于
      * update demo
      
      * simplify img cls demo
      
      * remove elmo demo
      
      * simplify multi-label cls demo
      
      * simplify multi-label cls demo
      
      * simplify img cls demo
      
      * simplify text cls demo
      
      * simplify lac demo
      
      * simplify ssd demo
      
      * simplify qa cls demo
      
      * simplify regression demo
      
      * simplify reading comprehension demo
      
      * simplify sequence labeling demo
      
      * simplify senta demo
      06ec43f5
  14. 26 11月, 2019 1 次提交
  15. 25 11月, 2019 1 次提交
  16. 22 11月, 2019 2 次提交
  17. 25 9月, 2019 1 次提交
  18. 23 9月, 2019 1 次提交
  19. 18 9月, 2019 1 次提交
  20. 12 9月, 2019 3 次提交
  21. 11 9月, 2019 3 次提交
  22. 10 9月, 2019 1 次提交
    • K
      Merdev (#143) · 7c600b66
      kinghuin 提交于
      * Add Reading Comprehension Taskwq
      
      * Add Reading Comprehension Task
      
      * Add Reading Comprehension Task
      
      * dd Reading Comprehension Task
      
      * Add the reading comprehension task
      
      * add reading comprehension task
      
      * Add reading comprehension
      
      * Add reading comprehension task
      
      * add reading comprehension task
      
      * Add reading comprehension task
      
      * Add reading comprehension task
      
      * Fix tokenization for bert chn
      
      * Add GLUE and XNLI, modify text-classification demo test=develop (#94)
      
      * Add GLUE and XNLI, modify text-classification demo
      
      * add hub_server rw lock
      
      * Support GLUE (#108)
      
      * Support GLUE
      
      * Support MNLI_m and MNLI_mm
      
      * restore checkpoint.py
      
      * Modify for review
      
      * Fix the bug whether module is valid or not
      
      * Enhancetask (#122)
      
      * accelerate predict
      
      * Add autoft (#127)
      
      * add autofinetune
      
      * update paddlehub required libs
      
      * Add copyright
      
      * Split task and add regression demo  (#130)
      
      * split task
      
      * add regression demo
      
      * implement CombinedStrategy (#128)
      
      * implement CombinedStrategy
      
      * optimize some details (#131)
      
      * optimize some details
      
      * optimize some details (#133)
      
      * support cv_reader
      
      * use logger instead of print
      
      * add warning
      
      * remove todo
      
      * add gradual_unfreeze frz_blocks
      
      * replace the visualization toolkit from visualdl to tb-paddle (#139)
      
      * replace the logging toolkit from visualdl to tb-paddle.
      
      * modified:   requirements.txt
      
      * modified:   paddlehub/finetune/task/basic_task.py
      
      * update autofinetune  (#135)
      
      * update autofinetune (add modelbased evaluator)
      
      * support cpu count
      
      * fix ci
      7c600b66