We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf35c7f commit 6a45f43Copy full SHA for 6a45f43
CHANGE.txt
@@ -1,3 +1,12 @@
1
+v0.0.8
2
+ 1. add Emlo
3
+ 2. add DisenQNet
4
+ 3. add QuesNet
5
+ 4. add tal-edu-bert
6
+ 5. add dynamic mapping table from modelhub
7
+ 6. fix cuda error
8
+ 7. update pretrained models
9
+
10
v0.0.7:
11
1. add BERT and pretrained model (luna_bert)
12
2. speed up the process in sif
setup.py
@@ -39,7 +39,7 @@
39
40
setup(
41
name='EduNLP',
42
- version='0.0.6',
+ version='0.0.8',
43
extras_require={
44
'test': test_deps,
45
'doc': docs_deps,
0 commit comments