{"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/mamba-linear-time-sequence-modeling-with","title":"Mamba: Linear-Time Sequence Modeling with Selective State Spaces","arxiv_id":"2312.00752","date":"2023-12-01","proceeding":null,"authors":["Albert Gu","Tri Dao"],"abstract":"Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module. Many subquadratic-time architectures such as linear attention, gated convolution and recurrent models, and structured state space models (SSMs) have been developed to address Transformers' computational inefficiency on long sequences, but they have not performed as well as attention on important modalities such as language. We identify that a key weakness of such models is their inability to perform content-based reasoning, and make several improvements. First, simply letting the SSM parameters be functions of the input addresses their weakness with discrete modalities, allowing the model to selectively propagate or forget information along the sequence length dimension depending on the current token. Second, even though this change prevents the use of efficient convolutions, we design a hardware-aware parallel algorithm in recurrent mode. We integrate these selective SSMs into a simplified end-to-end neural network architecture without attention or even MLP blocks (Mamba). Mamba enjoys fast inference (5$\\times$ higher throughput than Transformers) and linear scaling in sequence length, and its performance improves on real data up to million-length sequences. As a general sequence model backbone, Mamba achieves state-of-the-art performance across several modalities such as language, audio, and genomics. On language modeling, our Mamba-3B model outperforms Transformers of the same size and matches Transformers twice its size, both in pretraining and downstream evaluation.","url_abs":"https://arxiv.org/abs/2312.00752v2","url_pdf":"https://arxiv.org/pdf/2312.00752v2.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":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/state-spaces/mamba","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/radarFudan/mamba","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/AmazingDay1/TAME","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/Jiaxin-Ye/DepMamba","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/Leeroo-AI/mergoo","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"LGPL-3.0"}},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/aiot-mlsys-lab/famba-v","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/anzeyimana/deepkin","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/areffarhadi/mamba-asr","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"GPL-3.0"}},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/catalpaaa/demansia","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/haiyang-w/tokenformer","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/havenhq/mamba-chat","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/human9000/nd-mamba2-torch","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/hustvl/vim","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/irmvlab/point-mamba","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/jindongjiang/slotssms","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/johnma2006/mamba-minimal","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/jsie7/ssm-benchmark","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/kaviezhang/meshmamba","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/khfs/DuplexMamba","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"jax","reach":{"status":"ok","spdx":"GPL-3.0"}},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/lab-emi/cleanumamba","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/lmd0311/pointmamba","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/mzeromiko/vmamba","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/nus-hpc-ai-lab/dyvm","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/shendb2022/htd-mamba","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/thearkaprava/ms-temba","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/tommyip/mamba2-minimal","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/vvvm23/mamba-jax","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"jax","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/weitunglin/pixmamba","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/weiwang31/icemamba","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/xi-j/mamba-asr","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"GPL-3.0"}},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/zhangyezhuo/mamca","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"GPL-3.0"}},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/zhu-0108/mts-unmixers","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"gone","observed_at":"2026-09-17","how":"tree_404+repo_404"}},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/zyphra/blackmamba","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/zzmtsvv/mamba-interface","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"jax","reach":null},{"paper_slug":"mamba-linear-time-sequence-modeling-with","repo_url":"https://github.com/KyanChen/RSMamba","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"2d-pose-estimation","task_name":"2D Pose Estimation"},{"task_slug":"common-sense-reasoning","task_name":"Common Sense Reasoning"},{"task_slug":"computational-efficiency","task_name":"Computational Efficiency"},{"task_slug":"language-modeling","task_name":"Language Modeling"},{"task_slug":"language-modelling","task_name":"Language Modelling"},{"task_slug":"long-range-modeling","task_name":"Long-range modeling"},{"task_slug":"mamba","task_name":"Mamba"},{"task_slug":"sentence-completion","task_name":"Sentence Completion"},{"task_slug":"state-space-models","task_name":"State Space Models"}],"methods":[{"method_slug":"1x1-convolution","method_name":"1x1 Convolution"},{"method_slug":"absolute-position-encodings","method_name":"Absolute Position Encodings"},{"method_slug":"adam","method_name":"Adam"},{"method_slug":"attention","method_name":"Attention"},{"method_slug":"bpe","method_name":"BPE"},{"method_slug":"convolution","method_name":"Convolution"},{"method_slug":"dense-connections","method_name":"Dense Connections"},{"method_slug":"dropout","method_name":"Dropout"},{"method_slug":"gated-convolution","method_name":"Gated Convolution"},{"method_slug":"glu","method_name":"Gated Linear Unit"},{"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":"mamba","method_name":"Mamba"},{"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":"residual-connection","method_name":"Residual Connection"},{"method_slug":"softmax","method_name":"Softmax"},{"method_slug":"transformer","method_name":"Transformer"}],"datasets_introduced":[],"methods_introduced":[{"slug":"mamba","name":"Mamba","full_name":"Mamba: Linear-Time Sequence Modeling with Selective State Spaces"}],"results":[{"leaderboard":"/sota/common-sense-reasoning-on-arc-easy","task":"Common Sense Reasoning","dataset":"ARC (Easy)","model":"Mamba-2.8B (0-shot)","rank_in_archive_order":35,"of":47,"metrics":{"Accuracy":"69.7"},"uses_additional_data":false},{"leaderboard":"/sota/language-modelling-on-lambada","task":"Language Modelling","dataset":"LAMBADA","model":"Mamba-2.8B","rank_in_archive_order":25,"of":37,"metrics":{"Accuracy":"69.2","Perplexity":"4.23"},"uses_additional_data":false},{"leaderboard":"/sota/sentence-completion-on-hellaswag","task":"Sentence Completion","dataset":"HellaSwag","model":"Mamba-2.8B","rank_in_archive_order":58,"of":89,"metrics":{"Accuracy":"66.1"},"uses_additional_data":false},{"leaderboard":"/sota/sentence-completion-on-hellaswag","task":"Sentence Completion","dataset":"HellaSwag","model":"Mamba-1.4B","rank_in_archive_order":61,"of":89,"metrics":{"Accuracy":"59.1"},"uses_additional_data":false}],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2312.00752","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2312.00752"}},"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":"deterministic:regex_extraction","url":"https://github.com/state-spaces/mamba","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/mzeromiko/vmamba","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/KyanChen/RSMamba","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/jindongjiang/slotssms","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/havenhq/mamba-chat","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/zhu-0108/mts-unmixers","reach":{"status":"gone","observed_at":"2026-09-17","how":"tree_404+repo_404"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/aiot-mlsys-lab/famba-v","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/AmazingDay1/TAME","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/khfs/DuplexMamba","reach":{"status":"ok","spdx":"GPL-3.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/lmd0311/pointmamba","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/shendb2022/htd-mamba","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/zyphra/blackmamba","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/weiwang31/icemamba","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Leeroo-AI/mergoo","reach":{"status":"ok","spdx":"LGPL-3.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/tommyip/mamba2-minimal","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/human9000/nd-mamba2-torch","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/weitunglin/pixmamba","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/irmvlab/point-mamba","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Jiaxin-Ye/DepMamba","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/kaviezhang/meshmamba","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/johnma2006/mamba-minimal","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/jsie7/ssm-benchmark","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/nus-hpc-ai-lab/dyvm","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/catalpaaa/demansia","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/xi-j/mamba-asr","reach":{"status":"ok","spdx":"GPL-3.0"}}],"summary":{"ran":12,"ran_draft_wrong":4,"ran_fixture":2,"unverified":44},"by_repo_kind":{"listed":{"samples":62,"ran":18,"repositories":14}},"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":28,"samples":[{"code_sha256_prefix":"b2b4897f1f260e1e","entry":"BiAttn","repo":"weitunglin/pixmamba","repo_kind":"listed","path":"classification/models/pixmamba.py","file_url":"https://github.com/weitunglin/pixmamba/blob/HEAD/classification/models/pixmamba.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b2b4897f1f260e1e"}},{"code_sha256_prefix":"76fa2650a64a7d15","entry":"LinearActivation","repo":"lab-emi/cleanumamba","repo_kind":"listed","path":"src/network/S4/MambaS4.py","file_url":"https://github.com/lab-emi/cleanumamba/blob/HEAD/src/network/S4/MambaS4.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":"76fa2650a64a7d15"}},{"code_sha256_prefix":"a99d863241faf517","entry":"Mamba","repo":"nus-hpc-ai-lab/dyvm","repo_kind":"listed","path":"Semantic_Segmentation/mamba-1p1p1/mamba_ssm/modules/mamba_simple.py","file_url":"https://github.com/nus-hpc-ai-lab/dyvm/blob/HEAD/Semantic_Segmentation/mamba-1p1p1/mamba_ssm/modules/mamba_simple.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a99d863241faf517"}},{"code_sha256_prefix":"66eac000db0774c9","entry":"Mamba","repo":"catalpaaa/demansia","repo_kind":"listed","path":"custom-mamba/mamba_ssm/modules/mamba_simple.py","file_url":"https://github.com/catalpaaa/demansia/blob/HEAD/custom-mamba/mamba_ssm/modules/mamba_simple.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"66eac000db0774c9"}},{"code_sha256_prefix":"2aeed50d3dee6266","entry":"Mamba","repo":"hustvl/vim","repo_kind":"listed","path":"mamba-1p1p1/mamba_ssm/modules/mamba_simple.py","file_url":"https://github.com/hustvl/vim/blob/HEAD/mamba-1p1p1/mamba_ssm/modules/mamba_simple.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2aeed50d3dee6266"}},{"code_sha256_prefix":"a58b40a1cca60e8b","entry":"MambaBlock","repo":"zzmtsvv/mamba-interface","repo_kind":"listed","path":"jax/modules.py","file_url":"https://github.com/zzmtsvv/mamba-interface/blob/HEAD/jax/modules.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":"a58b40a1cca60e8b"}},{"code_sha256_prefix":"ad10c82da33733f2","entry":"MambaBlock","repo":"anzeyimana/deepkin","repo_kind":"listed","path":"deepkin/models/mamba.py","file_url":"https://github.com/anzeyimana/deepkin/blob/HEAD/deepkin/models/mamba.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ad10c82da33733f2"}},{"code_sha256_prefix":"ba026d72b685bee1","entry":"RMSNorm","repo":"human9000/nd-mamba2-torch","repo_kind":"listed","path":"torchnssd/nd_mamba2.py","file_url":"https://github.com/human9000/nd-mamba2-torch/blob/HEAD/torchnssd/nd_mamba2.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ba026d72b685bee1"}},{"code_sha256_prefix":"c6eb39247d306bdd","entry":"SS2D","repo":"weitunglin/pixmamba","repo_kind":"listed","path":"classification/models/pixmamba.py","file_url":"https://github.com/weitunglin/pixmamba/blob/HEAD/classification/models/pixmamba.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c6eb39247d306bdd"}},{"code_sha256_prefix":"75f8a49558b26e64","entry":"SS2D","repo":"weiwang31/icemamba","repo_kind":"listed","path":"Model/IceMamba/IceMamba_6_VSSB.py","file_url":"https://github.com/weiwang31/icemamba/blob/HEAD/Model/IceMamba/IceMamba_6_VSSB.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":"75f8a49558b26e64"}},{"code_sha256_prefix":"3fcbb53cc7333590","entry":"get_logger","repo":"lab-emi/cleanumamba","repo_kind":"listed","path":"src/network/S4/MambaS4.py","file_url":"https://github.com/lab-emi/cleanumamba/blob/HEAD/src/network/S4/MambaS4.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":"3fcbb53cc7333590"}},{"code_sha256_prefix":"24385f6e21ea88d7","entry":"get_num_layer_for_vit","repo":"thearkaprava/ms-temba","repo_kind":"listed","path":"seg/mmcv_custom/layer_decay_optimizer_constructor.py","file_url":"https://github.com/thearkaprava/ms-temba/blob/HEAD/seg/mmcv_custom/layer_decay_optimizer_constructor.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"24385f6e21ea88d7"}},{"code_sha256_prefix":"4a0feeebf8ac43a8","entry":"new_data_aug_generator","repo":"thearkaprava/ms-temba","repo_kind":"listed","path":"vim/augment.py","file_url":"https://github.com/thearkaprava/ms-temba/blob/HEAD/vim/augment.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4a0feeebf8ac43a8"}},{"code_sha256_prefix":"3ccd019afab6e874","entry":"pscan_forward","repo":"anzeyimana/deepkin","repo_kind":"listed","path":"deepkin/models/mamba.py","file_url":"https://github.com/anzeyimana/deepkin/blob/HEAD/deepkin/models/mamba.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3ccd019afab6e874"}},{"code_sha256_prefix":"55bc02c6846634c4","entry":"resize","repo":"thearkaprava/ms-temba","repo_kind":"listed","path":"vim/models_MSTemba.py","file_url":"https://github.com/thearkaprava/ms-temba/blob/HEAD/vim/models_MSTemba.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"55bc02c6846634c4"}},{"code_sha256_prefix":"d5e983b865a3413d","entry":"segsum","repo":"human9000/nd-mamba2-torch","repo_kind":"listed","path":"torchnssd/nd_mamba2.py","file_url":"https://github.com/human9000/nd-mamba2-torch/blob/HEAD/torchnssd/nd_mamba2.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d5e983b865a3413d"}},{"code_sha256_prefix":"8558535d4b8ed416","entry":"silu","repo":"human9000/nd-mamba2-torch","repo_kind":"listed","path":"torchnssd/nd_mamba2.py","file_url":"https://github.com/human9000/nd-mamba2-torch/blob/HEAD/torchnssd/nd_mamba2.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8558535d4b8ed416"}},{"code_sha256_prefix":"d81ce48746793832","entry":"ssd","repo":"human9000/nd-mamba2-torch","repo_kind":"listed","path":"torchnssd/nd_mamba2.py","file_url":"https://github.com/human9000/nd-mamba2-torch/blob/HEAD/torchnssd/nd_mamba2.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":"d81ce48746793832"}},{"code_sha256_prefix":"e62f17401cf26b98","entry":"FFTConv","repo":"lab-emi/cleanumamba","repo_kind":"listed","path":"src/network/S4/MambaS4.py","file_url":"https://github.com/lab-emi/cleanumamba/blob/HEAD/src/network/S4/MambaS4.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":"e62f17401cf26b98"}},{"code_sha256_prefix":"0be091c646cafedd","entry":"InferenceCache","repo":"human9000/nd-mamba2-torch","repo_kind":"listed","path":"torchnssd/nd_mamba2.py","file_url":"https://github.com/human9000/nd-mamba2-torch/blob/HEAD/torchnssd/nd_mamba2.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":"0be091c646cafedd"}},{"code_sha256_prefix":"6e0d3f18a6d838b9","entry":"Kernel","repo":"lab-emi/cleanumamba","repo_kind":"listed","path":"src/network/S4/MambaS4.py","file_url":"https://github.com/lab-emi/cleanumamba/blob/HEAD/src/network/S4/MambaS4.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":"6e0d3f18a6d838b9"}},{"code_sha256_prefix":"01433a18b73a69d8","entry":"Mamba","repo":"AmazingDay1/TAME","repo_kind":"listed","path":"mamba_ssm/modules/mamba_simple.py","file_url":"https://github.com/AmazingDay1/TAME/blob/HEAD/mamba_ssm/modules/mamba_simple.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"01433a18b73a69d8"}},{"code_sha256_prefix":"b8656f4ec2336e2c","entry":"Mamba2","repo":"human9000/nd-mamba2-torch","repo_kind":"listed","path":"torchnssd/nd_mamba2.py","file_url":"https://github.com/human9000/nd-mamba2-torch/blob/HEAD/torchnssd/nd_mamba2.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":"b8656f4ec2336e2c"}},{"code_sha256_prefix":"cba45ceb264445f9","entry":"Mamba2Config","repo":"human9000/nd-mamba2-torch","repo_kind":"listed","path":"torchnssd/nd_mamba2.py","file_url":"https://github.com/human9000/nd-mamba2-torch/blob/HEAD/torchnssd/nd_mamba2.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":"cba45ceb264445f9"}},{"code_sha256_prefix":"47df96dc59196907","entry":"MambaConfig","repo":"anzeyimana/deepkin","repo_kind":"listed","path":"deepkin/models/mamba.py","file_url":"https://github.com/anzeyimana/deepkin/blob/HEAD/deepkin/models/mamba.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"47df96dc59196907"}},{"code_sha256_prefix":"b6e3bc590d74b59c","entry":"MambaS4","repo":"lab-emi/cleanumamba","repo_kind":"listed","path":"src/network/S4/MambaS4.py","file_url":"https://github.com/lab-emi/cleanumamba/blob/HEAD/src/network/S4/MambaS4.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":"b6e3bc590d74b59c"}},{"code_sha256_prefix":"b853ef0ddbe24ac6","entry":"ParallelMambaBlock","repo":"haiyang-w/tokenformer","repo_kind":"listed","path":"megatron/model/mamba/mamba.py","file_url":"https://github.com/haiyang-w/tokenformer/blob/HEAD/megatron/model/mamba/mamba.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b853ef0ddbe24ac6"}},{"code_sha256_prefix":"58b5b2e41748edc1","entry":"S4Block","repo":"lab-emi/cleanumamba","repo_kind":"listed","path":"src/network/S4/MambaS4.py","file_url":"https://github.com/lab-emi/cleanumamba/blob/HEAD/src/network/S4/MambaS4.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":"58b5b2e41748edc1"}},{"code_sha256_prefix":"b8fab631b07b9ceb","entry":"SSMKernel","repo":"lab-emi/cleanumamba","repo_kind":"listed","path":"src/network/S4/MambaS4.py","file_url":"https://github.com/lab-emi/cleanumamba/blob/HEAD/src/network/S4/MambaS4.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":"b8fab631b07b9ceb"}},{"code_sha256_prefix":"cced358b4d4bb38d","entry":"SSMKernelDPLR","repo":"lab-emi/cleanumamba","repo_kind":"listed","path":"src/network/S4/MambaS4.py","file_url":"https://github.com/lab-emi/cleanumamba/blob/HEAD/src/network/S4/MambaS4.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":"cced358b4d4bb38d"}},{"code_sha256_prefix":"d5649c5229d3c6f2","entry":"SSMKernelDiag","repo":"lab-emi/cleanumamba","repo_kind":"listed","path":"src/network/S4/MambaS4.py","file_url":"https://github.com/lab-emi/cleanumamba/blob/HEAD/src/network/S4/MambaS4.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":"d5649c5229d3c6f2"}},{"code_sha256_prefix":"db4a88f1431b30bd","entry":"append_nvcc_threads","repo":"thearkaprava/ms-temba","repo_kind":"listed","path":"mamba-1p1p1/setup_AS.py","file_url":"https://github.com/thearkaprava/ms-temba/blob/HEAD/mamba-1p1p1/setup_AS.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"db4a88f1431b30bd"}},{"code_sha256_prefix":"92d457e0ce6c4038","entry":"associative_operator","repo":"zzmtsvv/mamba-interface","repo_kind":"listed","path":"jax/modules.py","file_url":"https://github.com/zzmtsvv/mamba-interface/blob/HEAD/jax/modules.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":"92d457e0ce6c4038"}},{"code_sha256_prefix":"d58967bba23da4e6","entry":"build_dataset","repo":"thearkaprava/ms-temba","repo_kind":"listed","path":"vim/datasets.py","file_url":"https://github.com/thearkaprava/ms-temba/blob/HEAD/vim/datasets.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d58967bba23da4e6"}},{"code_sha256_prefix":"ebeb7b6e20a434cf","entry":"build_transform","repo":"thearkaprava/ms-temba","repo_kind":"listed","path":"vim/datasets.py","file_url":"https://github.com/thearkaprava/ms-temba/blob/HEAD/vim/datasets.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ebeb7b6e20a434cf"}},{"code_sha256_prefix":"1cbbea4b9de815f6","entry":"cast_eqx_layer","repo":"vvvm23/mamba-jax","repo_kind":"listed","path":"mamba_jax/modelling/equinox/utils.py","file_url":"https://github.com/vvvm23/mamba-jax/blob/HEAD/mamba_jax/modelling/equinox/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1cbbea4b9de815f6"}},{"code_sha256_prefix":"1bbd9644f0c6f236","entry":"chunk_dataset","repo":"vvvm23/mamba-jax","repo_kind":"listed","path":"dataset.py","file_url":"https://github.com/vvvm23/mamba-jax/blob/HEAD/dataset.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1bbd9644f0c6f236"}},{"code_sha256_prefix":"2e5e1b8467df7fb2","entry":"combination","repo":"lab-emi/cleanumamba","repo_kind":"listed","path":"src/network/S4/MambaS4.py","file_url":"https://github.com/lab-emi/cleanumamba/blob/HEAD/src/network/S4/MambaS4.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":"2e5e1b8467df7fb2"}},{"code_sha256_prefix":"8f3c3db8de4abd45","entry":"compute_c_state_diversity_loss_simple","repo":"thearkaprava/ms-temba","repo_kind":"listed","path":"vim/models_MSTemba.py","file_url":"https://github.com/thearkaprava/ms-temba/blob/HEAD/vim/models_MSTemba.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8f3c3db8de4abd45"}},{"code_sha256_prefix":"6367281f3513cb50","entry":"cross_selective_scan","repo":"weiwang31/icemamba","repo_kind":"listed","path":"Model/IceMamba/IceMamba_6_VSSB.py","file_url":"https://github.com/weiwang31/icemamba/blob/HEAD/Model/IceMamba/IceMamba_6_VSSB.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":"6367281f3513cb50"}},{"code_sha256_prefix":"0e3d9394e01f8e81","entry":"dplr","repo":"lab-emi/cleanumamba","repo_kind":"listed","path":"src/network/S4/MambaS4.py","file_url":"https://github.com/lab-emi/cleanumamba/blob/HEAD/src/network/S4/MambaS4.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":"0e3d9394e01f8e81"}},{"code_sha256_prefix":"ad88c39d5b497053","entry":"eval_model","repo":"thearkaprava/ms-temba","repo_kind":"listed","path":"vim/MSTemba_main.py","file_url":"https://github.com/thearkaprava/ms-temba/blob/HEAD/vim/MSTemba_main.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ad88c39d5b497053"}},{"code_sha256_prefix":"faaf3d02abfa732c","entry":"get_cuda_bare_metal_version","repo":"thearkaprava/ms-temba","repo_kind":"listed","path":"mamba-1p1p1/setup_AS.py","file_url":"https://github.com/thearkaprava/ms-temba/blob/HEAD/mamba-1p1p1/setup_AS.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"faaf3d02abfa732c"}},{"code_sha256_prefix":"546a5f60b7dbd8fe","entry":"get_pt_checkpoint","repo":"vvvm23/mamba-jax","repo_kind":"listed","path":"mamba_jax/modelling/equinox/loader.py","file_url":"https://github.com/vvvm23/mamba-jax/blob/HEAD/mamba_jax/modelling/equinox/loader.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"546a5f60b7dbd8fe"}},{"code_sha256_prefix":"0a8ec528f858d85d","entry":"grad_wrapper","repo":"vvvm23/mamba-jax","repo_kind":"listed","path":"benchmark.py","file_url":"https://github.com/vvvm23/mamba-jax/blob/HEAD/benchmark.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0a8ec528f858d85d"}},{"code_sha256_prefix":"37fea50236b0973b","entry":"init_mamba_from_raw_pytree","repo":"vvvm23/mamba-jax","repo_kind":"listed","path":"mamba_jax/modelling/equinox/loader.py","file_url":"https://github.com/vvvm23/mamba-jax/blob/HEAD/mamba_jax/modelling/equinox/loader.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"37fea50236b0973b"}},{"code_sha256_prefix":"bf2818a19b4d3706","entry":"log2","repo":"anzeyimana/deepkin","repo_kind":"listed","path":"deepkin/models/mamba.py","file_url":"https://github.com/anzeyimana/deepkin/blob/HEAD/deepkin/models/mamba.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"bf2818a19b4d3706"}},{"code_sha256_prefix":"5984ddd05552649a","entry":"make_dataset","repo":"thearkaprava/ms-temba","repo_kind":"listed","path":"vim/charades_dataloader.py","file_url":"https://github.com/thearkaprava/ms-temba/blob/HEAD/vim/charades_dataloader.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"5984ddd05552649a"}},{"code_sha256_prefix":"be231a069d3f7c48","entry":"make_experiment_directory","repo":"vvvm23/mamba-jax","repo_kind":"listed","path":"train_utils.py","file_url":"https://github.com/vvvm23/mamba-jax/blob/HEAD/train_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"be231a069d3f7c48"}},{"code_sha256_prefix":"19e594df117ee0c3","entry":"mamba_inner_with_mask","repo":"nus-hpc-ai-lab/dyvm","repo_kind":"listed","path":"Semantic_Segmentation/mamba-1p1p1/mamba_ssm/modules/mamba_simple.py","file_url":"https://github.com/nus-hpc-ai-lab/dyvm/blob/HEAD/Semantic_Segmentation/mamba-1p1p1/mamba_ssm/modules/mamba_simple.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":"19e594df117ee0c3"}},{"code_sha256_prefix":"a6bd393ea522c000","entry":"mamba_ssm","repo":"vvvm23/mamba-jax","repo_kind":"listed","path":"mamba_jax/kernels/interface.py","file_url":"https://github.com/vvvm23/mamba-jax/blob/HEAD/mamba_jax/kernels/interface.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a6bd393ea522c000"}},{"code_sha256_prefix":"10cfd3bf57dd2545","entry":"mamba_ssm","repo":"vvvm23/mamba-jax","repo_kind":"listed","path":"mamba_jax/kernels/reference.py","file_url":"https://github.com/vvvm23/mamba-jax/blob/HEAD/mamba_jax/kernels/reference.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"10cfd3bf57dd2545"}},{"code_sha256_prefix":"da2a26ac4e6fac71","entry":"npo2","repo":"anzeyimana/deepkin","repo_kind":"listed","path":"deepkin/models/mamba.py","file_url":"https://github.com/anzeyimana/deepkin/blob/HEAD/deepkin/models/mamba.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"da2a26ac4e6fac71"}},{"code_sha256_prefix":"1eed9cc6741a3c54","entry":"pad_npo2","repo":"anzeyimana/deepkin","repo_kind":"listed","path":"deepkin/models/mamba.py","file_url":"https://github.com/anzeyimana/deepkin/blob/HEAD/deepkin/models/mamba.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1eed9cc6741a3c54"}},{"code_sha256_prefix":"2e14c40a76acb232","entry":"preprocess","repo":"havenhq/mamba-chat","repo_kind":"listed","path":"trainer/data.py","file_url":"https://github.com/havenhq/mamba-chat/blob/HEAD/trainer/data.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2e14c40a76acb232"}},{"code_sha256_prefix":"8227c505af8b8afd","entry":"pretokenize_dataset","repo":"vvvm23/mamba-jax","repo_kind":"listed","path":"dataset.py","file_url":"https://github.com/vvvm23/mamba-jax/blob/HEAD/dataset.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8227c505af8b8afd"}},{"code_sha256_prefix":"98d508bb5b28dd76","entry":"pscan","repo":"anzeyimana/deepkin","repo_kind":"listed","path":"deepkin/models/mamba.py","file_url":"https://github.com/anzeyimana/deepkin/blob/HEAD/deepkin/models/mamba.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"98d508bb5b28dd76"}},{"code_sha256_prefix":"ea69e8168673d498","entry":"pt_to_raw_pytree","repo":"vvvm23/mamba-jax","repo_kind":"listed","path":"mamba_jax/modelling/equinox/loader.py","file_url":"https://github.com/vvvm23/mamba-jax/blob/HEAD/mamba_jax/modelling/equinox/loader.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ea69e8168673d498"}},{"code_sha256_prefix":"5d474c2e4ca27948","entry":"run_network","repo":"thearkaprava/ms-temba","repo_kind":"listed","path":"vim/MSTemba_main.py","file_url":"https://github.com/thearkaprava/ms-temba/blob/HEAD/vim/MSTemba_main.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"5d474c2e4ca27948"}},{"code_sha256_prefix":"22fcb344f3b02930","entry":"setup_text8_dataset","repo":"vvvm23/mamba-jax","repo_kind":"listed","path":"dataset.py","file_url":"https://github.com/vvvm23/mamba-jax/blob/HEAD/dataset.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"22fcb344f3b02930"}},{"code_sha256_prefix":"bd2682f3bd8b38fc","entry":"ssm","repo":"lab-emi/cleanumamba","repo_kind":"listed","path":"src/network/S4/MambaS4.py","file_url":"https://github.com/lab-emi/cleanumamba/blob/HEAD/src/network/S4/MambaS4.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":"bd2682f3bd8b38fc"}},{"code_sha256_prefix":"000e6765f1790cbf","entry":"wandb_init","repo":"vvvm23/mamba-jax","repo_kind":"listed","path":"train_utils.py","file_url":"https://github.com/vvvm23/mamba-jax/blob/HEAD/train_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"000e6765f1790cbf"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}