{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/vilbert-pretraining-task-agnostic","title":"ViLBERT: Pretraining Task-Agnostic Visiolinguistic Representations for Vision-and-Language Tasks","arxiv_id":"1908.02265","date":"2019-08-06","proceeding":"NeurIPS 2019 12","authors":["Jiasen Lu","Dhruv Batra","Devi Parikh","Stefan Lee"],"abstract":"We present ViLBERT (short for Vision-and-Language BERT), a model for learning task-agnostic joint representations of image content and natural language. We extend the popular BERT architecture to a multi-modal two-stream model, pro-cessing both visual and textual inputs in separate streams that interact through co-attentional transformer layers. We pretrain our model through two proxy tasks on the large, automatically collected Conceptual Captions dataset and then transfer it to multiple established vision-and-language tasks -- visual question answering, visual commonsense reasoning, referring expressions, and caption-based image retrieval -- by making only minor additions to the base architecture. We observe significant improvements across tasks compared to existing task-specific models -- achieving state-of-the-art on all four tasks. Our work represents a shift away from learning groundings between vision and language only as part of task training and towards treating visual grounding as a pretrainable and transferable capability.","url_abs":"https://arxiv.org/abs/1908.02265v1","url_pdf":"https://arxiv.org/pdf/1908.02265v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"vilbert-pretraining-task-agnostic","repo_url":"https://github.com/Mehrab-Tanjim/enforce-reasoning","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"vilbert-pretraining-task-agnostic","repo_url":"https://github.com/Mehrab-Tanjim/vilbert-rationalization","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"vilbert-pretraining-task-agnostic","repo_url":"https://github.com/facebookresearch/vilbert-multi-task","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"vilbert-pretraining-task-agnostic","repo_url":"https://github.com/fuqianya/ViLBERT-Paddle","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"paddle","reach":{"status":"ok"}},{"paper_slug":"vilbert-pretraining-task-agnostic","repo_url":"https://github.com/hwanheelee1993/vilbertscore","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"NOASSERTION"}},{"paper_slug":"vilbert-pretraining-task-agnostic","repo_url":"https://github.com/jialinwu17/tmpimgs","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"vilbert-pretraining-task-agnostic","repo_url":"https://github.com/jiasenlu/vilbert_beta","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"vilbert-pretraining-task-agnostic","repo_url":"https://github.com/johntiger1/multitask_multimodal","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"vilbert-pretraining-task-agnostic","repo_url":"https://github.com/vmurahari3/visdial-bert","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"paper_slug":"vilbert-pretraining-task-agnostic","repo_url":"https://github.com/zihaow123/unimm","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"GPL-3.0"}},{"paper_slug":"vilbert-pretraining-task-agnostic","repo_url":"https://github.com/allenai/allennlp-models","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"image-retrieval","task_name":"Image Retrieval"},{"task_slug":"question-answering","task_name":"Question Answering"},{"task_slug":"referring-expression-comprehension","task_name":"Referring Expression Comprehension"},{"task_slug":"retrieval","task_name":"Retrieval"},{"task_slug":"visual-commonsense-reasoning","task_name":"Visual Commonsense Reasoning"},{"task_slug":"visual-grounding","task_name":"Visual Grounding"},{"task_slug":"visual-question-answering-1","task_name":"Visual Question Answering"},{"task_slug":"visual-question-answering","task_name":"Visual Question Answering (VQA)"},{"task_slug":"visual-reasoning","task_name":"Visual Reasoning"}],"methods":[{"method_slug":"absolute-position-encodings","method_name":"Absolute Position Encodings"},{"method_slug":"adam","method_name":"Adam"},{"method_slug":"attention","method_name":"Attention"},{"method_slug":"attention-dropout","method_name":"Attention Dropout"},{"method_slug":"bert","method_name":"BERT"},{"method_slug":"bpe","method_name":"BPE"},{"method_slug":"dense-connections","method_name":"Dense Connections"},{"method_slug":"dropout","method_name":"Dropout"},{"method_slug":"label-smoothing","method_name":"Label Smoothing"},{"method_slug":"layer-normalization","method_name":"Layer Normalization"},{"method_slug":"linear-layer","method_name":"Linear Layer"},{"method_slug":"linear-warmup-with-linear-decay","method_name":"Linear Warmup With Linear Decay"},{"method_slug":"multi-head-attention","method_name":"Multi-Head Attention"},{"method_slug":"position-wise-feed-forward-layer","method_name":"Position-Wise Feed-Forward Layer"},{"method_slug":"relu","method_name":"ReLU"},{"method_slug":"residual-connection","method_name":"Residual Connection"},{"method_slug":"softmax","method_name":"Softmax"},{"method_slug":"transformer","method_name":"Transformer"},{"method_slug":"vilbert","method_name":"ViLBERT"},{"method_slug":"weight-decay","method_name":"Weight Decay"},{"method_slug":"wordpiece","method_name":"WordPiece"}],"datasets_introduced":[],"methods_introduced":[{"slug":"vilbert","name":"ViLBERT","full_name":"Vision-and-Language BERT"}],"results":[{"leaderboard":"/sota/visual-question-answering-on-a-okvqa","task":"Visual Question Answering (VQA)","dataset":"A-OKVQA","model":"ViLBERT - VQA","rank_in_archive_order":9,"of":15,"metrics":{"DA VQA Score":"12.0","MC Accuracy":"42.1"},"uses_additional_data":false},{"leaderboard":"/sota/visual-question-answering-on-a-okvqa","task":"Visual Question Answering (VQA)","dataset":"A-OKVQA","model":"ViLBERT","rank_in_archive_order":11,"of":15,"metrics":{"DA VQA Score":"25.9","MC Accuracy":"41.5"},"uses_additional_data":false},{"leaderboard":"/sota/visual-question-answering-on-a-okvqa","task":"Visual Question Answering (VQA)","dataset":"A-OKVQA","model":"ViLBERT - OK-VQA","rank_in_archive_order":13,"of":15,"metrics":{"DA VQA Score":"9.2","MC Accuracy":"34.1"},"uses_additional_data":false},{"leaderboard":"/sota/visual-question-answering-on-vqa-v2-test-dev","task":"Visual Question Answering (VQA)","dataset":"VQA v2 test-dev","model":"ViLBERT","rank_in_archive_order":30,"of":56,"metrics":{"Accuracy":"70.55"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1908.02265","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1908.02265"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/jialinwu17/tmpimgs","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Mehrab-Tanjim/enforce-reasoning","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/zihaow123/unimm","reach":{"status":"ok","spdx":"GPL-3.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/vmurahari3/visdial-bert","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/jiasenlu/vilbert_beta","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/facebookresearch/vilbert-multi-task","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/hwanheelee1993/vilbertscore","reach":{"status":"ok","spdx":"NOASSERTION"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/johntiger1/multitask_multimodal","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Mehrab-Tanjim/vilbert-rationalization","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/fuqianya/ViLBERT-Paddle","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/allenai/allennlp-models","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran":8,"ran_draft_wrong":2,"unverified":24},"by_repo_kind":{"listed":{"samples":33,"ran":10,"repositories":3}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":34,"samples":[{"code_sha256_prefix":"1de0db942902853c","entry":"BertBiAttention","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1de0db942902853c"}},{"code_sha256_prefix":"f1288247bde85379","entry":"BertConfig","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f1288247bde85379"}},{"code_sha256_prefix":"2a8b07cb440f837e","entry":"BertImageIntermediate","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2a8b07cb440f837e"}},{"code_sha256_prefix":"70328fa848560f96","entry":"BertImagePooler","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"70328fa848560f96"}},{"code_sha256_prefix":"3014ed49281d7791","entry":"BertImageSelfAttention","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3014ed49281d7791"}},{"code_sha256_prefix":"d5fe4e5fe4ebd34d","entry":"BertSelfAttention","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d5fe4e5fe4ebd34d"}},{"code_sha256_prefix":"83db7fd470dda623","entry":"BertTextPooler","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"83db7fd470dda623"}},{"code_sha256_prefix":"c0c9f7ad53f1ee3c","entry":"SimpleClassifier","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c0c9f7ad53f1ee3c"}},{"code_sha256_prefix":"2f25a70a523a0c93","entry":"cached_path","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2f25a70a523a0c93"}},{"code_sha256_prefix":"10f91d914125d917","entry":"split_s3_path","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"10f91d914125d917"}},{"code_sha256_prefix":"04726b79ddfafc13","entry":"BertAttention","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"04726b79ddfafc13"}},{"code_sha256_prefix":"14d944f974c60346","entry":"BertBiOutput","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"14d944f974c60346"}},{"code_sha256_prefix":"d7baca9b9f2d749e","entry":"BertConnectionLayer","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d7baca9b9f2d749e"}},{"code_sha256_prefix":"e91ad90558db9297","entry":"BertEncoder","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e91ad90558db9297"}},{"code_sha256_prefix":"22866620f2187abf","entry":"BertForMultiModalPreTraining","repo":"Mehrab-Tanjim/vilbert-rationalization","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/Mehrab-Tanjim/vilbert-rationalization/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"22866620f2187abf"}},{"code_sha256_prefix":"ee52132ca5f99c92","entry":"BertImageAttention","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ee52132ca5f99c92"}},{"code_sha256_prefix":"3ff23adbea3f5089","entry":"BertImageEmbeddings","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3ff23adbea3f5089"}},{"code_sha256_prefix":"724f4da180330352","entry":"BertImageLayer","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"724f4da180330352"}},{"code_sha256_prefix":"e001e03421a462ce","entry":"BertImageOutput","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e001e03421a462ce"}},{"code_sha256_prefix":"77ef570afdceb98e","entry":"BertImagePredictionHead","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"77ef570afdceb98e"}},{"code_sha256_prefix":"692a09b0c54a0eac","entry":"BertImageSelfOutput","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"692a09b0c54a0eac"}},{"code_sha256_prefix":"a4c47f3a59425f8f","entry":"BertImgPredictionHeadTransform","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a4c47f3a59425f8f"}},{"code_sha256_prefix":"95b9fa155e0b962d","entry":"BertLMPredictionHead","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"95b9fa155e0b962d"}},{"code_sha256_prefix":"c29c18ac8dff6a26","entry":"BertLayer","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c29c18ac8dff6a26"}},{"code_sha256_prefix":"ee054708d97537c8","entry":"BertModel","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ee054708d97537c8"}},{"code_sha256_prefix":"4bd7a207408ee835","entry":"BertPreTrainedModel","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4bd7a207408ee835"}},{"code_sha256_prefix":"2003aba9b6ab5ca4","entry":"BertPreTrainingHeads","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2003aba9b6ab5ca4"}},{"code_sha256_prefix":"dc0c32124c0de4c8","entry":"BertPredictionHeadTransform","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"dc0c32124c0de4c8"}},{"code_sha256_prefix":"7267644b6d49c787","entry":"VILBertForVLTasks","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7267644b6d49c787"}},{"code_sha256_prefix":"17f4b6d3fa815530","entry":"VILBertForVLTasks","repo":"Mehrab-Tanjim/enforce-reasoning","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/Mehrab-Tanjim/enforce-reasoning/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"17f4b6d3fa815530"}},{"code_sha256_prefix":"e326ca73d3b1b208","entry":"get_from_cache","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e326ca73d3b1b208"}},{"code_sha256_prefix":"baa5766f4566aafc","entry":"load_tf_weights_in_bert","repo":null,"repo_kind":null,"path":null,"file_url":null,"link_basis":"identical_code_first_harvested_elsewhere","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":null,"inline_ok":false,"mcp_get_code":{"code_sha256":"baa5766f4566aafc"}},{"code_sha256_prefix":"205dfcf49bf3f283","entry":"s3_etag","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"205dfcf49bf3f283"}},{"code_sha256_prefix":"2cca3cc33d3d7b1c","entry":"s3_get","repo":"jiasenlu/vilbert_beta","repo_kind":"listed","path":"vilbert/vilbert.py","file_url":"https://github.com/jiasenlu/vilbert_beta/blob/HEAD/vilbert/vilbert.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2cca3cc33d3d7b1c"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}