webis-de / small-text

Active Learning for Text Classification in Python
https://small-text.readthedocs.io/
MIT License
547 stars 60 forks source link

Bugfixes of Issue #36 #37

Closed JP-SystemsX closed 1 year ago

JP-SystemsX commented 1 year ago

Addressing Issue #36

The _get_param function of the finetuning arguments should now:

Still has problems with:

chschroeder commented 1 year ago

Awesome! Thank you for your work and the PR :+1: .

There is a small hurdle before I can take a close look: These changes would be better on the v1.3.x branch, so that I can quickly publish a v1.3.1 bugfix release. On the main branch, where this is now, everything past that point is unreleased. If we started there, the fix would have to wait for the v2.0.0 release (which needs some more time).

Sorry if that has been unclear. I can assist you with the git rebase tomorrow, I am too tired now ;).

JP-SystemsX commented 1 year ago

Oh sorry my bad I pressed the wrong button, I actually wanted those changes being applied to the dev branch where I also added them and not to the main. (As is written in your 'how to contribute docs') Would a new PR to the dev branch already solve the problem?

chschroeder commented 1 year ago

In this case dev is also not suitable, since in particularly dev already contains v2.0.0 changes. Please start from the the v1.3.x branch. (Then I can make a bugfix release, and we can just merge the changes into dev afterwards.)

I think you could update this PR but if a new PR is easier feel free to just open a new one. Thanks!

JP-SystemsX commented 1 year ago

Yeah new PR was far easier. I cherry picked those commits over to a new branch based on v1.3.x and opened a new PR based on that branch in PR #38