Home › Code › load_pretrained_model

load_pretrained_model

Syntologyentry name in harvested coderead from the graph 2026-09-24

load_pretrained_model appears in the code Syntology harvested for 40 papers, as 37 distinct code bodies found in 41 places (a place is one code body under one paper). At least one of them ran in 2 of the papers; 0 of the code bodies carry a behaviour fingerprint.

What this page is not. Routines are grouped here by the exact string of their function or class name. Nothing asserts that two samples named load_pretrained_model do the same thing, share code, or are comparable; the name is a string, not an identity. Behaviour outputs (what a fingerprinted sample returned on the shared battery) are not in this export and are not shown here; the graph at syntology.ai holds them. "Ran" means executed on a synthesized fixture, not that the code is correct or reproduces a paper.

Samples Syntology

Syntology ran 2 of the 37 distinct code bodies named load_pretrained_model; 35 are unverified. One tile per status, in the site's fixed vocabulary, each code body counted once:

0ran · honoured contract
0ran · violated contract
0ran · our draft was wrong
0ran · fixture could not drive it
2ran
35unverified
0fingerprinted

Licence is a property of each copy, so it is counted per place: 12 of the 41 places are pointer only (Syntology does not serve that copy's text). This site shows no code text for any sample; every row below links to the file in its repository where the record names one.

“Ran” means the sample executed on a synthesized input; it does not mean the output is correct. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code, and those samples did run. The ran count above is every status except unverified, the same rule as each paper page.

Papers

40 papers shown of 40, newest first; 41 places in the table. A paper with no recorded date is placed by the month its arXiv id encodes, shown in the Date column as YYYY-MM (from id). One row per place: a paper whose repository defines the name more than once appears more than once, and the same code body held for several papers appears once under each, with the same status. Titles and dates are the archive's archive 2025-07-28 for papers in the archive, and the graph's for 4 papers added by Syntology; 6 papers have no page here and are shown by arXiv id only. Status and fingerprint are Syntology's record of each code body; licence is recorded for each place. The File cell ends with the code body's code_sha256, Syntology's identity for that exact code: an agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

PaperDateFileStatus SyntologyLicence
Reasoning Portability: Guiding Continual Learning for MLLMs in the RLVR Era added by Syntology 2026-05 (from id) lluosi/RDB-CL/ETrain/Eval/eval_GenealKnowledge.py 84368ede9d981022 unverified no licence file found · pointer only
LoReC: Rethinking Large Language Models for Graph Data Analysis added by Syntology 2026-04 (from id) Git-King-Zhan/LoReC/lorec-gpt/graphgpt/model/builder.py bad3bd3ae89b22d3 unverified no licence file found · pointer only
TABED: Test-Time Adaptive Ensemble Drafting for Robust Speculative Decoding in LVLMs added by Syntology 2026-01 (from id) furiosa-ai/TABED/tabed/modules/load_pretrained.py dd45268c213d8548 unverified MIT (permissive)
Latent Chain-of-Thought for Visual Reasoning added by Syntology 2025-10 (from id) heliossun/LaCoT/src/utils.py e14d8abe35b899e2 unverified no licence file found · pointer only
arXiv:2507.07860 2025-07 (from id) MICS-Lab/thunder/src/thunder/models/pretrained_models.py b95fb486c87ac335 unverified CC-BY-4.0 · pointer only
Reviving Cultural Heritage: A Novel Approach for Comprehensive Historical Document Restoration 7 Jul 2025 SCUT-DLVCLab/AutoHDR/models/upocr.py 2ed969a6abb31f68 unverified no licence file found · pointer only
Modality Curation: Building Universal Embeddings for Advanced Multimodal Information Retrieval 26 May 2025 friedrichor/UNITE/unite/model/builder.py 9e74c77e361ca940 unverified Apache-2.0 (permissive)
arXiv:2505.17982 2025-05 (from id) bryanwong17/HiVE-MIL/models/hivemil.py 3154e7c0f7f1fd64 unverified MIT (permissive)
Dispider: Enabling Video LLMs with Active Real-Time Interaction via Disentangled Perception, Decision, and Reaction 6 Jan 2025 Mark12Ding/Dispider/dispider/model/builder.py 012f01ab58d287a3 unverified Apache-2.0 (permissive)
Multi-Modal Grounded Planning and Efficient Replanning For Learning Embodied Agents with A Few Examples 23 Dec 2024 snumprlab/flare/models/segmentation/alfworld_mrcnn.py 813787ba35751cfb unverified MIT (permissive)
DeepSeek-VL2: Mixture-of-Experts Vision-Language Models for Advanced Multimodal Understanding 13 Dec 2024 deepseek-ai/deepseek-vl2/deepseek_vl2/utils/io.py 8a1727ee6e04ec45 unverified MIT (permissive)
LongVALE: Vision-Audio-Language-Event Benchmark Towards Time-Aware Omni-Modal Perception of Long Videos 29 Nov 2024 ttgeng233/LongVALE/longvalellm/model/builder.py cb7937db21b3c80a unverified MIT (permissive)
Frontiers in Intelligent Colonoscopy 22 Oct 2024 ai4colonoscopy/intelliscope/colongpt/model/builder.py 16c61629faac8429 unverified Apache-2.0 (permissive)
LLaVA-KD: A Framework of Distilling Multimodal Large Language Models 21 Oct 2024 Fantasyele/LLaVA-KD/llavakd/model/load_model.py 851298b43d95d91e unverified no licence file found · pointer only
TRACE: Temporal Grounding Video LLM via Causal Event Modeling 8 Oct 2024 gyxxyg/TRACE/trace/model/builder.py a2c9ee5dff5e2278 unverified Apache-2.0 (permissive)
Is A Picture Worth A Thousand Words? Delving Into Spatial Reasoning for Vision Language Models 21 Jun 2024 BAAI-DCAI/Bunny/bunny/model/builder.py 8bc914474691d84a unverified Apache-2.0 (permissive)
SpatialBot: Precise Spatial Understanding with Vision Language Models 19 Jun 2024 baai-dcai/spatialbot/bunny/model/builder.py e9b7271007c206d0 unverified MIT (permissive)
VideoGPT+: Integrating Image and Video Encoders for Enhanced Video Understanding 13 Jun 2024 mbzuai-oryx/videogpt-plus/videogpt_plus/model/builder.py 3816500f658b87d1 unverified CC-BY-4.0 · pointer only
Adaptive Image Quality Assessment via Teaching Large Multimodal Model to Compare 29 May 2024 Q-Future/Compare2Score/q_align/model/builder.py edad6c046a6dc4a6 unverified MIT (permissive)
Pre-trained Text-to-Image Diffusion Models Are Versatile Representation Learners for Control 9 May 2024 ykarmesh/stable-control-representations/cortexbench/mujoco_vc/src/mujoco_vc/model_loading.py 113655405f271a6f unverified licence not identified · pointer only
MING-MOE: Enhancing Medical Multi-Task Learning in Large Language Models with Sparse Mixture of Low-Rank Adapter Experts 13 Apr 2024 mediabrain-sjtu/medicalgpt-zh/ming/model/builder.py e9663a782ec03800 unverified Apache-2.0 (permissive)
FreeEval: A Modular Framework for Trustworthy and Efficient Evaluation of Large Language Models 9 Apr 2024 wisdomshell/freeeval/freeeval/models/local_hf_model.py 04ef89ff4ad6b811 unverified no licence file found · pointer only
CAT: Enhancing Multimodal Large Language Model to Answer Questions in Dynamic Audio-Visual Scenarios 7 Mar 2024 rikeilong/bay-cat/ADPO_CAT/model/builder.py 875f23fe2e181106 unverified Apache-2.0 (permissive)
UrbanGPT: Spatio-Temporal Large Language Models 25 Feb 2024 hkuds/urbangpt/urbangpt/model/builder.py bad3bd3ae89b22d3 unverified Apache-2.0 (permissive)
KIEval: A Knowledge-grounded Interactive Evaluation Framework for Large Language Models 23 Feb 2024 zhuohaoyu/kieval/kieval/models/local_hf_model.py 04ef89ff4ad6b811 unverified no licence file found · pointer only
TinyLLaVA: A Framework of Small-scale Large Multimodal Models 22 Feb 2024 dlcv-buaa/tinyllavabench/tinyllava/model/load_model.py f0a5e0f0713718b3 ran Apache-2.0 (permissive)
Efficient Multimodal Learning from Data-centric Perspective 18 Feb 2024 baai-dcai/bunny/bunny/model/builder.py 8bc914474691d84a unverified Apache-2.0 (permissive)
VCoder: Versatile Vision Encoders for Multimodal Large Language Models 21 Dec 2023 shi-labs/vcoder/vcoder_llava/model/builder.py 5d9019bedf4f96cd unverified Apache-2.0 (permissive)
VTimeLLM: Empower LLM to Grasp Video Moments 30 Nov 2023 huangb23/vtimellm/vtimellm/model/builder.py 3d00e5b35fde051d unverified licence not identified · pointer only
Learning to Compute Gröbner Bases 21 Nov 2023 HiroshiKERA/transformer-groebner/src/loader/checkpoint.py 6ad2f1e65d935216 unverified no licence file found · pointer only
BarcodeBERT: Transformers for Biodiversity Analysis 4 Nov 2023 bioscan-ml/BarcodeBERT/barcodebert/io.py b3098f766bcf63bb unverified MIT (permissive)
GraphGPT: Graph Instruction Tuning for Large Language Models 19 Oct 2023 HKUDS/GraphGPT/graphgpt/model/builder.py bad3bd3ae89b22d3 unverified Apache-2.0 (permissive)
LiDAR-Camera Panoptic Segmentation via Geometry-Consistent and Semantic-Aware Alignment 3 Aug 2023 zhangzw12319/lcps/val.py 26d50efc5c59fc91 ran Apache-2.0 (permissive)
Hierarchical Task Learning from Language Instructions with Unified Transformers and Self-Monitoring 7 Jun 2021 594zyc/HiTUT/models/detector/mrcnn.py e4501c18a317bbf1 unverified MIT (permissive)
Deep Learning for Classification and Severity Estimation of Coffee Leaf Biotic Stress 26 Jul 2019 esgario/lara2018/classification/architectures/alexnet.py 6287be9dfdc15e36 unverified MIT (permissive)
Deep Learning for Classification and Severity Estimation of Coffee Leaf Biotic Stress 26 Jul 2019 esgario/lara2018/classification/architectures/googlenet.py bb478c9092e7f7b5 unverified MIT (permissive)
Omni-Scale Feature Learning for Person Re-Identification 2 May 2019 InnovArul/vidreid_cosegmentation/src/utils.py b2e664243298ae49 unverified Apache-2.0 (permissive)
arXiv:aaai_28245 shannanyinxiang/ViTEraser/models/viteraser.py 583f63b3ce4bc9a5 unverified MIT (permissive)
arXiv:2024.findings-emnlp.619 BlueZeros/MedCare/medcare/model/builder.py 15fafe7d2e76bf02 unverified Apache-2.0 (permissive)
arXiv:2021.findings-acl.173 sysulic/MDGI/models/util.py 9465d0f2c83bd7ee unverified MIT (permissive)
arXiv:136660105 CR320/CoupledEmbedding/utils.py 45b4c1b961c975b9 unverified MIT (permissive)

This site shows no code text; each File cell links to the file on GitHub at the repository's current default branch, which may have changed since the harvest. "Pointer only" means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence cell for the reason. Per-sample records for a paper are on its paper page under "Code Syntology ran".

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections