Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split Prediction Heads and make Custom Heads possible #88

Merged
merged 36 commits into from
Dec 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
0d5a370
Added get_labels() and get_labels_dict() for model with explicit head
hSterz Oct 16, 2020
15f0ac0
Added get_labels() and get_labels_dict() for ModelWithHeads so that d…
hSterz Oct 16, 2020
71756cc
Improved save label tests
hSterz Oct 16, 2020
a13e984
Quality for tests
hSterz Oct 19, 2020
76f047e
Include review feedback
hSterz Oct 21, 2020
5901aeb
Quality
hSterz Oct 21, 2020
5100780
Set model labels, lable2id and id2label acording to Head for BertMode…
hSterz Nov 11, 2020
8dce52d
Changes from forked
hSterz Nov 11, 2020
f9700fb
Fixed accessing id2label
hSterz Nov 12, 2020
3330762
Fixed
hSterz Nov 12, 2020
603e020
Fixed labels
hSterz Nov 13, 2020
d029259
IMplemented with @property
hSterz Nov 14, 2020
accc843
Adapter Head Module
hSterz Nov 16, 2020
5a58ca4
Quality
hSterz Nov 16, 2020
91af39c
quality
hSterz Nov 16, 2020
875af06
Revert "quality"
hSterz Nov 16, 2020
93e7a20
quality
hSterz Nov 16, 2020
2535144
Quality
hSterz Nov 16, 2020
7e8495b
Added saving and loading of heads
hSterz Nov 17, 2020
327d8ba
Added Multi Label Classification Head
Nov 18, 2020
fca46b0
Fixed Eval mode for Head
Nov 19, 2020
2d01d79
Fixed saving path
hSterz Nov 20, 2020
b2f0fea
Merge
hSterz Nov 20, 2020
c435bb9
Some fixes added test
hSterz Nov 24, 2020
42949ba
Style
hSterz Nov 24, 2020
90a143f
Quality
hSterz Nov 25, 2020
3ec6487
Changed saving of the custom heads. Put the custom heads into the mod…
hSterz Nov 27, 2020
1a133e4
Quality
hSterz Nov 27, 2020
374d3cf
Quality
hSterz Nov 27, 2020
713f794
Rename test case
calpt Dec 2, 2020
7e1b310
Merge branch 'master' into hsterz-master
calpt Dec 2, 2020
3aade10
Cleanup & post-merge fixes
calpt Dec 2, 2020
754b209
Added kwargs to head_forward and removed labels
Dec 2, 2020
01c007b
Merge branch 'master' of https://github.com/hSterz/adapter-transformers
Dec 2, 2020
1651dd1
Quality
Dec 2, 2020
81528ed
revert unneeded changes
calpt Dec 2, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading