Skip to content

Commit

Permalink
FIX: redial version update
Browse files Browse the repository at this point in the history
  • Loading branch information
wxl1999 committed Jan 3, 2021
1 parent f518190 commit 23a6ef6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion crslab/data/dataset/redial/redial_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# @Email : francis_kun_zhou@163.com

# UPDATE:
# @Time : 2020/11/23, 2021/1/2, 2020/12/19
# @Time : 2020/11/23, 2021/1/3, 2020/12/19
# @Author : Kun Zhou, Xiaolei Wang, Yuanhang Zhou
# @Email : francis_kun_zhou@163.com, wxl1999@foxmail.com, sdzyh002@gmail

Expand Down
6 changes: 3 additions & 3 deletions crslab/data/dataset/redial/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

resources = {
'nltk': {
'version': '0.3',
'version': '0.31',
'file': DownloadableFile(
'http://d0.ananas.chaoxing.com/download/417f6ac16282e4910fc93973e954ab42?fn=nltk',
'redial_nltk.zip',
Expand All @@ -28,7 +28,7 @@
},
},
'bert': {
'version': '0.3',
'version': '0.31',
'file': DownloadableFile(
'http://d0.ananas.chaoxing.com/download/34869653883b3eeb5d8d7c261207680e?fn=bert',
'redial_bert.zip',
Expand All @@ -46,7 +46,7 @@
},
},
'gpt2': {
'version': '0.3',
'version': '0.31',
'file': DownloadableFile(
'http://d0.ananas.chaoxing.com/download/bd10bcbc0f0bfe74dcc48fafaf518ae5?fn=gpt2',
'redial_gpt2.zip',
Expand Down
2 changes: 1 addition & 1 deletion crslab/model/kbrd/kbrd_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# @email : wxl1999@foxmail.com

# UPDATE
# @Time : 2020/12/29
# @Time : 2021/1/3
# @Author : Xiaolei Wang
# @email : wxl1999@foxmail.com

Expand Down
2 changes: 1 addition & 1 deletion crslab/system/kbrd_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# @email : wxl1999@foxmail.com

# UPDATE
# @Time : 2020/12/29
# @Time : 2021/1/3
# @Author : Xiaolei Wang
# @email : wxl1999@foxmail.com

Expand Down

0 comments on commit 23a6ef6

Please sign in to comment.