Portuguese tempclin_biobertpt_bio_pipeline pipeline BertForTokenClassification from pucpr-br

Description

Pretrained BertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.tempclin_biobertpt_bio_pipeline is a Portuguese model originally trained by pucpr-br.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("tempclin_biobertpt_bio_pipeline", lang = "pt")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("tempclin_biobertpt_bio_pipeline", lang = "pt")
val annotations = pipeline.transform(df)

Model Information

Model Name: tempclin_biobertpt_bio_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: pt
Size: 665.1 MB

References

https://huggingface.co/pucpr-br/tempclin-biobertpt-bio

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForTokenClassification