Description
Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.syas1_ptbr_pipeline is a Portuguese model originally trained by 1Arhat.
How to use
pipeline = PretrainedPipeline("syas1_ptbr_pipeline", lang = "pt")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("syas1_ptbr_pipeline", lang = "pt")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | syas1_ptbr_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.5.1+ |
| License: | Open Source |
| Edition: | Official |
| Language: | pt |
| Size: | 249.5 MB |
References
https://huggingface.co/1Arhat/SYAS1-PTBR
Included Models
- DocumentAssembler
- TokenizerModel
- DistilBertForSequenceClassification