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

pipe = pipeline("token-classification", model="GraphBot/model-pt")
# Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification

tokenizer = AutoTokenizer.from_pretrained("GraphBot/model-pt")
model = AutoModelForTokenClassification.from_pretrained("GraphBot/model-pt", device_map="auto")
Quick Links

Model Card for Model ID

This is a Natural Entity Recognition Model built to recognise variable names and graph types for use in a bioinformatics graphing tool. It was build by Sarina Chai, Daichi Ito and Harry Martens as part of a UNSW DESN2000 Project

The model is built upon the existing BERT-BASED-UNCASED model.

Downloads last month
3
Safetensors
Model size
0.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support