How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="vikash06/idmotif")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("vikash06/idmotif")
model = AutoModelForSequenceClassification.from_pretrained("vikash06/idmotif")
Quick Links

The model finetuned on BERT for classifying cas1 protein sequences and is directly related to the below paper:

@ARTICLE{10368279,

author={Park, Ji Hwan and Prasad, Vikash and Newsom, Sydney and Najar, Fares and Rajan, Rakhi},

journal={IEEE Computer Graphics and Applications},

title={idMotif: An Interactive Motif Identification in Protein Sequences},

year={2023},

volume={},

number={},

pages={1-13},

doi={10.1109/MCG.2023.3345742}}

Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support