Description
Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.tupi_bert_large_portuguese_cased_pipeline is a Portuguese model originally trained by FpOliveira.
How to use
pipeline = PretrainedPipeline("tupi_bert_large_portuguese_cased_pipeline", lang = "pt")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("tupi_bert_large_portuguese_cased_pipeline", lang = "pt")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | tupi_bert_large_portuguese_cased_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.5.0+ |
| License: | Open Source |
| Edition: | Official |
| Language: | pt |
| Size: | 1.3 GB |
References
https://huggingface.co/FpOliveira/tupi-bert-large-portuguese-cased
Included Models
- DocumentAssembler
- TokenizerModel
- BertForSequenceClassification