unimelb-nlp/wikiann
Viewer • Updated • 2M • 43.4k • 121
How to use GEOcite/AuthorParserModel with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="GEOcite/AuthorParserModel") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("GEOcite/AuthorParserModel")
model = AutoModelForTokenClassification.from_pretrained("GEOcite/AuthorParserModel")This model is a fine-tuned version of bert-base-multilingual-uncased.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: