Portuguese perovaz_portuguese_breton_classifier_pipeline pipeline BertForSequenceClassification from Bastao

Description

Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.perovaz_portuguese_breton_classifier_pipeline is a Portuguese model originally trained by Bastao.

Predicted Entities

Download Copy S3 URI

How to use

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

Model Information

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

References

References

https://huggingface.co/Bastao/PeroVaz_PT-BR_Classifier

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForSequenceClassification