Files changed (1) hide show
  1. README.md +69 -4
README.md CHANGED
@@ -1,8 +1,73 @@
1
  ---
2
  tags:
3
- - model_hub_mixin
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
- This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
7
- - Library: [More Information Needed]
8
- - Docs: [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  tags:
3
+ - drug-discovery
4
+ - ibm
5
+ - mammal
6
+ - pytorch
7
+ - TCR
8
+ - epitope
9
+ - affinity
10
+ - safetensors
11
+ - biomed-multi-alignment
12
+ license: apache-2.0
13
+ library_name: biomed-multi-alignment
14
+ base_model:
15
+ - ibm/biomed.omics.bl.sm.ma-ted-458m
16
  ---
17
 
18
+ T-cell receptor (TCR) binding to immunogenic peptides (epitopes) presented by major
19
+ histocompatibility complex (MHC) molecules is a critical mechanism in the adaptive
20
+ immune system, essential for antigen recognition and triggering immune responses.
21
+ The T-cell receptor (TCR) repertoire exhibits considerable diversity, consisting of an
22
+ α-chain and a β-chain that function together to enable T cells to recognize a wide
23
+ array of epitopes. The β-chain is especially significant, as it is crucial for the early
24
+ stages of T-cell development and possesses greater variability, which enhances the
25
+ TCR’s capacity to identify diverse pathogens effectively. However, understanding the
26
+ specific interactions between TCRs and epitopes remains a significant challenge due
27
+ to the vast variability in TCR sequences. Accurate prediction of TCR-peptide binding
28
+ from sequence data could revolutionize immunology by offering deeper insights
29
+ into a patient’s immune status and disease history. This capability holds potential
30
+ applications in personalized immunotherapy, early diagnosis, and the treatment of
31
+ diseases such as cancer and autoimmune disorders. In silico tools designed to model
32
+ TCR-peptide interactions could also facilitate the study of therapeutic T-cell efficacy
33
+ and assess cross-reactivity risks, presenting a transformative opportunity for precision
34
+ medicine.
35
+
36
+ The benchmark defined in: https://academic.oup.com/bioinformatics/article/37/Supplement_1/i237/6319659?login=false
37
+ Data retrieved from: https://tdcommons.ai/multi_pred_tasks/tcrepitope
38
+
39
+ ## Model Summary
40
+
41
+ - **Developers:** IBM Research
42
+ - **GitHub Repository:** https://github.com/BiomedSciAI/biomed-multi-alignment
43
+ - **Paper:** https://arxiv.org/abs/2410.22367
44
+ - **Release Date**: Oct 28th, 2024
45
+ - **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
46
+
47
+ ## Usage
48
+
49
+ Using `ibm/biomed.omics.bl.sm.ma-ted-458m.tcr_epitope_bind` requires installing https://github.com/BiomedSciAI/biomed-multi-alignment
50
+
51
+ ```
52
+ pip install git+https://github.com/BiomedSciAI/biomed-multi-alignment.git
53
+ ```
54
+
55
+ A simple example for a task already supported by `ibm/biomed.omics.bl.sm.ma-ted-458m.tcr_epitope_bind`:
56
+
57
+ See our detailed example at: on `https://github.com/BiomedSciAI/biomed-multi-alignment`
58
+
59
+
60
+ ## Citation
61
+
62
+ If you found our work useful, please consider giving a star to the repo and cite our paper:
63
+ ```
64
+ @misc{shoshan2024mammalmolecularaligned,
65
+ title={MAMMAL -- Molecular Aligned Multi-Modal Architecture and Language},
66
+ author={Yoel Shoshan and Moshiko Raboh and Michal Ozery-Flato and Vadim Ratner and Alex Golts and Jeffrey K. Weber and Ella Barkan and Simona Rabinovici-Cohen and Sagi Polaczek and Ido Amos and Ben Shapira and Liam Hazan and Matan Ninio and Sivan Ravid and Michael M. Danziger and Joseph A. Morrone and Parthasarathy Suryanarayanan and Michal Rosen-Zvi and Efrat Hexter},
67
+ year={2024},
68
+ eprint={2410.22367},
69
+ archivePrefix={arXiv},
70
+ primaryClass={q-bio.QM},
71
+ url={https://arxiv.org/abs/2410.22367},
72
+ }
73
+ ```