Instructions to use zongleon/g5_human_mouse_translation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zongleon/g5_human_mouse_translation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("zongleon/g5_human_mouse_translation") model = AutoModelForSeq2SeqLM.from_pretrained("zongleon/g5_human_mouse_translation", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Model Card for Model ID
Protein sequence translation (but not the way you think).
Model Details
Fine-tuned on ~110k homologous human-mouse protein sequences from Ensembl. Training was done on 2 H100s on Bluehive - thank you to the Center for Integrated Research Computing (CIRC) at the University of Rochester for providing computational resources.
- Downloads last month
- 6
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for zongleon/g5_human_mouse_translation
Base model
Rostlab/prot_t5_xl_uniref50