ericwtlin
a4e7821b7d
Fix import bug
2019-05-23 20:43:06 +08:00
L.J. SHOU
18be70a437
add citation
2019-05-23 19:36:41 +08:00
L.J. SHOU
ba8210cc8c
change README.md
2019-05-23 18:30:14 +08:00
Flyer Cheng
25d0684848
Fix paramter missing when using char embedding
2019-05-23 16:26:41 +08:00
woailaosang
e3d4cd55f9
add language verfication in verify_cache ( #45 )
2019-05-23 13:32:51 +08:00
ssdf93
17d99a6a7c
Add Support for MatchPyramid model ( #41 )
2019-05-23 13:32:05 +08:00
Flyer Cheng
dc013c3355
Reorg logical flow in train ( #37 )
2019-05-23 07:55:17 +08:00
ericwtlin
8c82e17e6b
add Match layer, improve MatchAttention configuration, fix Concat3D bug ( #39 )
2019-05-16 07:58:59 +08:00
adolphk-yk
11527013cc
use all data build vocabulary ( #40 )
2019-05-15 17:56:35 +08:00
fareise
e4fbee2483
Add Chinese Text Mathcing example.
2019-05-14 23:01:11 +08:00
fareise
5c60d327d2
Update Tutorial_zh_CN.md
2019-05-13 11:39:54 +08:00
woailaosang
1d89c3cd43
Add an example for model visualizer ( #36 )
...
* Update Tutorial.md
* Update Tutorial.md
* fix CPU train --> GPU test, GPU train --> CPU test. But CPU train --> multi-GPU test will report error.
* remove ujson
* remove glove for model_zoo/demo/conf.json
* modify glove for Tutorial.md
* add nltk.download('punkt') in problem.py
* Create README_zh_CN.md
* modify README
* Update README_zh_CN.md
* Update README.md
* Update README.md
* Update README_zh_CN.md
* add requirements_new.txt
* modify requirements_new.txt
* fix CPU train --> multi GPUs test.
* Add CPU/GPU table for README.md
* Add CPU/GPU table for README_zh_CN.md
* Update README.md
* add Chinese support
* add license for core/Stopwords.py
* modify conf_chinese_sentiment_analysis_bilstm.json
* add nltk.download('stopwords')
* Update problem.py
* Update README.md
* Update README_zh_CN.md
* add language supported check
* modify dataset of chinese sentiment analysis
* Update Tutorial.md
* Update Tutorial.md
* Update Tutorial.md
* Update Tutorial_zh_CN.md
* Update requirements.txt
* Update README.md
* Update README_zh_CN.md
* Update README.md
* Update README_zh_CN.md
* Update README.md
* Update README_zh_CN.md
* Update README.md
* Update Tutorial.md
* Update Tutorial_zh_CN.md
2019-05-10 18:22:25 +08:00
ericwtlin
1d3f31e5ea
Add new model for question answer matching ( #35 )
2019-05-10 15:53:06 +08:00
Flyer Cheng
fa9e8e2f19
Use lazy loading instead of one-off loading ( #28 )
...
* Add new config about knowledge distillation for query binary classifier
* remove inferenced result in knowledge distillation for query binary classifier
* Add AUC.py in tools folder
* Add test_data_path into conf_kdqbc_bilstmattn_cnn.json
* Modify AUC.py
* Rename AUC.py into calculate_AUC.py
* Modify test&calculate AUC commands for Knowledge Distillation for Query Binary Classifier
* Add cpu_thread_num parameter in conf.training_params
* Rename cpu_thread_num into cpu_num_workers
* update comments in ModelConf.py
* Add cup_num_workers in model_zoo/advanced/conf.json
* Add the description of cpu_num_workers in Tutorial.md
* Update inference speed of compressed model
* Add ProcessorsScheduler Class
* Add license in ProcessorScheduler.py
* use lazy loading instead of one-off loading
* Remove Debug Info in problem.py
* use open instead of codecs.open
* update the inference of build dictionary for classification
* update typo
* update typo
2019-05-10 12:43:52 +08:00
woailaosang
dddafc168e
add language supported for README ( #33 )
2019-05-09 14:18:28 +08:00
woailaosang
26d9937885
remove torch from requirements.txt ( #32 )
2019-05-09 12:17:09 +08:00
L.J. SHOU
519cb40b83
Update README_zh_CN.md
2019-05-09 11:40:58 +08:00
L.J. SHOU
c4dd7d153e
Add Chinese Support in README.md
2019-05-09 11:40:20 +08:00
woailaosang
f6891b0d94
update Tutorial_zh_CN.md ( #31 )
...
* Update Tutorial.md
* Update Tutorial.md
* fix CPU train --> GPU test, GPU train --> CPU test. But CPU train --> multi-GPU test will report error.
* remove ujson
* remove glove for model_zoo/demo/conf.json
* modify glove for Tutorial.md
* add nltk.download('punkt') in problem.py
* Create README_zh_CN.md
* modify README
* Update README_zh_CN.md
* Update README.md
* Update README.md
* Update README_zh_CN.md
* add requirements_new.txt
* modify requirements_new.txt
* fix CPU train --> multi GPUs test.
* Add CPU/GPU table for README.md
* Add CPU/GPU table for README_zh_CN.md
* Update README.md
* add Chinese support
* add license for core/Stopwords.py
* modify conf_chinese_sentiment_analysis_bilstm.json
* add nltk.download('stopwords')
* Update problem.py
* Update README.md
* Update README_zh_CN.md
* add language supported check
* modify dataset of chinese sentiment analysis
* Update Tutorial.md
* Update Tutorial.md
* Update Tutorial.md
* Update Tutorial_zh_CN.md
2019-05-09 11:11:06 +08:00
woailaosang
7df5da19d0
Add Chinese usage in Tutorial.md ( #27 )
2019-05-08 23:05:58 +08:00
ericwtlin
c638effbda
remove gensim warning ( #29 )
2019-05-08 22:02:02 +08:00
woailaosang
ef366cd8bf
add Chinese support ( #18 )
2019-05-08 19:07:52 +08:00
Flyer Cheng
fda90f0651
Add ProcessorsScheduler Class ( #25 )
...
* Add new config about knowledge distillation for query binary classifier
2019-05-08 17:44:19 +08:00
L.J. SHOU
5dca2a9f8d
Update Tutorial_zh_CN.md
2019-05-08 08:56:26 +08:00
Bharat Raghunathan
5f68409014
Update requirements to include torch ( #21 )
...
* Update requirements to include torch
* Update README.md to reflect changes
2019-05-08 08:52:59 +08:00
woailaosang
c9da56a5f0
fix "softmax" problem of model's output layer. ( #22 )
...
* distinguish logits, logits_softmax
* modity last layer softmax config for model_zoo
* fix 'prediction_scores' problem for regression task.
* fix wrongly written words
* fix logits_softmax problem for regression.
* fix logits_softmax problem for slot tagging task.
2019-05-07 23:23:20 +08:00
adolphk-yk
79d78f5f11
fix transform params2tensors problem ( #20 )
2019-05-07 17:57:29 +08:00
L.J. SHOU
c3c4ecaa9b
Update README_zh_CN.md
2019-05-07 09:38:01 +08:00
L.J. SHOU
e17399e711
Update README.md
2019-05-07 09:35:59 +08:00
L.J. SHOU
ecfcf098a5
Update README_zh_CN.md
2019-05-07 08:25:33 +08:00
L.J. SHOU
4f2b5b0052
Update README.md
2019-05-07 08:22:51 +08:00
L.J. SHOU
cdcea2ab1f
Update README.md
2019-05-07 08:20:49 +08:00
L.J. SHOU
d48e6df413
Update README.md
2019-05-07 08:18:43 +08:00
L.J. SHOU
651198a510
Update README_zh_CN.md
2019-05-06 18:45:06 +08:00
L.J. SHOU
711a3643cc
add wechat account in README.md
2019-05-06 18:43:56 +08:00
Flyer Cheng
2cc4fde8b5
Update inference speed of knowledge distillation model ( #17 )
2019-05-06 11:12:09 +08:00
L.J. SHOU
83b1433851
Update README.md
2019-05-05 22:58:16 +08:00
L.J. SHOU
abe19ffe48
Update README_zh_CN.md
2019-05-05 19:23:38 +08:00
L.J. SHOU
b23e7b5779
Update README.md
2019-05-05 19:22:17 +08:00
woailaosang
58168e7671
Update requirements.txt ( #16 )
...
* Update requirements.txt
2019-05-05 18:14:21 +08:00
woailaosang
3dcd8724f0
fix bug of "CPU train --> multi GPUs finetune/test" ( #15 )
2019-05-05 14:03:09 +08:00
L.J. SHOU
fb36d24629
Update Tutorial_zh_CN.md
2019-05-03 15:13:37 +08:00
L.J. SHOU
e7a3784247
Add Chinese version of Tutorial ( #14 )
...
* Create Tutorial_zh_CN.md
* Update Tutorial_zh_CN.md
* Update Tutorial_zh_CN.md
* Update Tutorial.md
* Update Tutorial_zh_CN.md
* Update README_zh_CN.md
2019-05-02 23:18:26 +08:00
L.J. SHOU
69e3928ecc
Update README.md
2019-04-30 17:41:43 +08:00
adolphk-yk
87b2c253b4
add text matching compression
...
* add text matching compression & delete regression
* modify the Tutorial.md
* modify the Tutorial.md
* add teacher model name
* modify tutorial.md
2019-04-30 17:15:03 +08:00
L.J. SHOU
79007e2fa4
Update README.md
2019-04-30 16:41:19 +08:00
woailaosang
c302840f21
Create Chinese version of README.md
...
* Update Tutorial.md
* Update Tutorial.md
* fix CPU train --> GPU test, GPU train --> CPU test. But CPU train --> multi-GPU test will report error.
* remove ujson
* remove glove for model_zoo/demo/conf.json
* modify glove for Tutorial.md
* add nltk.download('punkt') in problem.py
* Create README_zh_CN.md
* modify README
* Update README_zh_CN.md
* Update README.md
* Update README.md
* Update README_zh_CN.md
2019-04-30 16:40:24 +08:00
L.J. SHOU
c52a675557
Update Installation part in README.md
2019-04-30 14:13:35 +08:00
woailaosang
bc305b6dcd
Dev/zj ( #10 )
...
* Update Tutorial.md
* fix CPU train --> GPU test, GPU train --> CPU test. But CPU train --> multi-GPU test will report error.
* remove ujson
* remove glove for model_zoo/demo/conf.json
* modify glove for Tutorial.md
* add nltk.download('punkt') in problem.py
2019-04-30 14:06:17 +08:00
Flyer Cheng
9e01e6e16f
Dev/fecheng ( #9 )
...
Add the thread count support
2019-04-29 21:18:06 +08:00