ncbi/ncbi_disease
Updated • 3.13k • 53
How to use SebastianMerino/biogpt with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="SebastianMerino/biogpt") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("SebastianMerino/biogpt")
model = AutoModelForTokenClassification.from_pretrained("SebastianMerino/biogpt", device_map="auto")This model was trained from scratch on the ncbi_disease dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: