add Bros boilerplate
3db764f5
copy and pasted modeling_bros.py from official Bros repo
2dc368ae
update copyright of bros files
56030614
copy tokenization_bros.py from official repo and update import path
dbc56b8b
copy tokenization_bros_fast.py from official repo and update import path
e2a2d9de
copy configuration_bros.py from official repo and update import path
90ce7116
remove trailing period in copyright line
6126da1b
copy and paste bros/__init__.py from official repo
63139eb3
save formatting
596d1a72
remove unused unnecessary pe_type argument - using only crel type
764e8df1
resolve import issue
f35348ff
remove unused model classes
892dd2d6
remove unnecessary tests
37c7d9f7
remove unused classes
d878de0c
fix original code's bug - layer_module's argument order
772d20e2
clean up modeling auto
6ef6ca72
add bbox to prepare_config_and_inputs
c3382612
set temporary value to hidden_size (32 is too low because of the of the
7379457e
remove decoder test, update create_and_check* input arguemnts
602e2d95
add missing variable to model tests
79b886c6
do make fixup
5f35f684
update bros.mdx
3eace5db
add boilerate plate for no_head inference test
9f0e8cae
update BROS_PRETRAINED_MODEL_ARCHIVE_LIST (add naver-clova-ocr prefix)
66ff6ce3
add prepare_bros_batch_inputs function
f3e9dabe
update modeling_common to add bbox inputs in Bros Model Test
7022d4c7
remove unnecessary model inference
f9aab55a
add test case
41e1ad99
add model_doc
94cf5fc5
add test case for token_classification
d10e1669
apply fixup
2845c23c
update modeling code
55d5d7bc
update BrosForTokenClassification loss calculation logic
e41ab5d1
revert logits preprocessing logic to make sure logits have original s…
4ef71fdc
- update class name
d735bd5f
- add BrosSpadeOutput
5ce570ee
add boilerate plate for no_head inference test
49330937
add prepare_bros_batch_inputs function
0d53a2dd
add test case
7228d98d
add test case for token_classification
9e758d7b
update modeling code
7be8d1d0
update BrosForTokenClassification loss calculation logic
ca9f5e84
revert logits preprocessing logic to make sure logits have original s…
a6e77d7c
Merge remote-tracking branch 'upstream/main' into add-bros
13639d7a
apply masking on the fly
725e1452
add BrosSpadeForTokenLinking
f5113b34
update class name
a955d3c3
separate the logits calculation logic and loss calculation logic
0cb524f1
update logic for loss calculation so that logits shape doesn't change
59398609
update typo
179c4f9d
update prepare_config_and_inputs
24d55f94
update dummy node initialization
aa28567a
update last_hidden_states getting logic to consider when return_dict …
d1a120f2
update box first token mask param
ed5efb3d
bugfix: remove random attention mask generation
2d7bcc71
update keys to ignore on load missing
83795651
run make style and quality
632fde5b
apply make style and quality of other codes
1f2a956e
update box_first_token_mask to bool type
d83b042a
update index.md
794dbba6
apply make style and quality
863155f5
Merge remote-tracking branch 'upstream/main' into add-bros
d18a5e6e
apply make fix-copies
6f7c3d37
pass check_repo
eb7ba73d
update bros model doc
16f4830c
docstring bugfix fix
ecce5524
add checkpoint for doc, tokenizer for doc
d9270150
jinhopark8345
marked this pull request as ready for review 3 years ago
Update README.md
46ec9314
Update docs/source/en/model_doc/bros.md
4433162e
Update bros.md
828c9b0b
Update src/transformers/__init__.py
41de331a
Update docs/source/en/model_doc/bros.md
fa52d901
Apply suggestions from code review
d2197604
apply suggestions from code review
3b64b104
apply suggestions from code review
6811e44c
revert test_processor_markuplm.py
8922ffaf
Update test_processor_markuplm.py
09c3f82f
apply suggestions from code review
a4d2e91d
apply suggestions from code review
6bce6e13
apply suggestions from code review
0b3e7506
update BrosSpadeELForTokenClassification head name to entity linker
a10fbac0
add doc string for config params
336a94c7
update class, var names to more explicit and apply suggestions from c…
9da2fa40
remove unnecessary keys to ignore
e2e304fc
update relation extractor to be initialized with config
f6214276
add bros processor
8a7d54c4
apply make style and quality
fb7a9915
update bros.md
9a47510d
remove bros tokenizer, add bros processor that wraps bert tokenizer
ab706c02
revert change
52222305
apply make fix-copies
3ef8bd53
update processor code, update itc -> initial token, stc -> subsequent…
2a5a0108
add type hint
7761029e
remove unnecessary condition branches in embedding forward
e9449d16
Merge remote-tracking branch 'upstream/main' into add-bros
b001e882
fix auto tokenizer fail
6a220913
update docstring for each classes
c16e4d8b
Merge remote-tracking branch 'upstream/main' into add-bros
66f14463
update bbox input dimension as standard 2 points and convert them to 4
3f07cb40
update bros docs
20a2bee4
Merge remote-tracking branch 'upstream/main' into add-bros
14e55919
apply suggestions from code review : update Bros -> BROS in bros.md
52dcb38a
1. box prefix var -> bbox
6cdcaf2b
replace einsum with torch matmul
983ac626
apply style and quality
007333a4
remove unused argument
a51a66d7
remove unused arguments
04036752
update docstrings
e15b019f
apply suggestions from code review: add BrosBboxEmbeddings, replace
2b6a8f41
Merge remote-tracking branch 'upstream/main' into add-bros
039afcb9
Merge remote-tracking branch 'upstream/main' into add-bros
0fb70f1f
revert einsum update
1a8558b7
update bros processor
8eb78e16
apply suggestions from code review
44a0fc93
add conversion script for bros
19993a7a
Apply suggestions from code review
8fe9f5a4
Merge remote-tracking branch 'upstream/main' into add-bros
e1d0c735
amyeroberts
changed the title [WIP] Add BROS Add BROS 3 years ago
fix readme
9e883fbd
apply fix-copies
8223fed2
Merge remote-tracking branch 'upstream/main' into add-bros
187c411d
Assignees
No one assigned
Login to write a write a comment.
Login via GitHub