Dedicated Endpoints
Run this model inference on single tenant GPU with unmatched speed and reliability at scale.
Container
Run this model inference with full control and performance in your environment.
Get help setting up a custom Dedicated Endpoints.
Talk with our engineer to get a quote for reserved GPU instances with discounts.
README
License: mitQuick start
python
from transformers import AutoModelForCausalLM, AutoTokenizermodel = AutoModelForCausalLM.from_pretrained("UCL-CSSB/PlasmidGPT-SFT")tokenizer = AutoTokenizer.from_pretrained("UCL-CSSB/PlasmidGPT-SFT")input_ids = tokenizer("ATG", return_tensors="pt").input_idsoutputs = model.generate(input_ids, max_new_tokens=512, do_sample=True, temperature=1.0)print(tokenizer.decode(outputs[0], skip_special_tokens=True))
Citation
bibtex
@article{cunningham2025plasmidsft,title = {Generative design and construction of functional plasmids with a {DNA} language model},author = {Cunningham, Angus G. and Dekker, Linda and Shcherbakova, Anastasiia and Barnes, Chris P.},journal = {bioRxiv},year = {2025},doi = {10.64898/2025.12.06.692736}}
Model provider
UCL-CSSB
Model tree
Base
UCL-CSSB/PlasmidGPT
Fine-tuned
this model
Modalities
Input
Text
Output
Text
Pricing
Dedicated Endpoints
View detailsSupported Functionality
Model APIs
Dedicated Endpoints
Container
More information