forked from yangheng95/PyABSA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Release Note.json
95 lines (94 loc) · 3.22 KB
/
Release Note.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"1.1.7": {
"1": "Fix the inference of ATEPC using internal datasets, if you are using 1.1.5 or 1.1.6, please update to this version",
"2": "Improve stablity and test all examples"
},
"1.1.3": {
"1": "Fix the feature to resume/retrain from a checkpoint"
},
"1.1.2": {
"1": "Fix https://github.com/yangheng95/PyABSA/issues/59#issuecomment-902531502"
},
"1.1": {
"1": "Fix some problems"
},
"1.0.7(.1.2.3)": {
"1": "Fix all examples.",
"2": "Fix patch of #58 (https://github.com/yangheng95/PyABSA/issues/58)"
},
"1.0.6": {
"1": "Fix potential error loading GloVe-based model's checkpoint."
},
"1.0.5": {
"1": "Fix potential error loading ATEPC checkpoint."
},
"1.0.4": {
"1": "Add checkpoint save options, default to save the state_dict instead the whole model",
"2": "Update documentation of some examples",
"3": "Fix a dataset selection problem"
},
"1.0.1": {
"1": "Fix #53"
},
"0.9.2.1": {
"1": "fix path of #49"
},
"0.9.2.0": {
"1": "Add text classification (training & inference) support and SST datasets"
},
"0.9.1.0": {
"1": "Add model type check before retraining",
"2": "Fix syntax distance measure for ATEPC models"
},
"0.9.0.6": {
"1": "Optimize inference printing",
"2": "Set default encoding=utf-8",
"3": "Fix graph assigning for ASGCN",
"4": "Fix a problem may causing failure while search inference datasets"
},
"0.9.0.0": {
"1": "Add BERT baseline models, not available until full test",
"2": "Refactor some code to allow add model easier",
"3": "Add post-training feature: to train based on a pretrained PyABSA model, refer to https://github.com/yangheng95/PyABSA/issues/48",
"4": "Add batch inference (from file) for ATEPC",
"5": "Fix a bug while predicting sentiment polarity using ATEPC model, refer to https://github.com/yangheng95/PyABSA/issues/47"
},
"0.8.9.4": {
"1": "Fix the inference of DCLF_DCA model"
},
"0.8.9.3": {
"1": "Refactor some code"
},
"0.8.9.3rc1": {
"1": "Add evaluation for glove-based APC models",
"2": "fix some problems"
},
"0.8.9.3rc0": {
"1": "Add DLCF_DCA_BERT models"
},
"0.8.9.2": {
"1": "Refactor parameter loading method to manage parameters depend on specific model (Note you need to clone the latest examples after updating)",
"2": "Fix cross validation",
"3": "Plan to enable BERT for baseline models"
},
"0.8.9.1": {
"1": "Add GloVe models support for APC, available model list: AOA, ASGCN, ATAE-LSTM, Cabasc, IAN, LSTM, MemNet, MGAN, RAM, TC/TD-LSTM, TNet_LF",
"2": "Add GloVe embedding download support",
"3": "Next Step: Add inference support for GloVe-based APC models",
"4": "Please feel free to contribute"
},
"0.8.8.8": {
"1": "Add checkpoint verification",
"2": "Add release note with open source code",
"3": "fix param search function"
},
"0.8.8.7": {
"1": "Add release note",
"2": "Remove some duplicated code"
},
"0.8.8.5": {
"1": "Add new datasets (T-shirt, Television, Copyright belongs to https://github.com/rajdeep345/ABSA-Reproducibility)",
"2": "Add polarity label-fix features for some datasets containing negative labels",
"3": "Some typo-fix"
}
}