Description
Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.mbert_fc_pipeline
is a Vietnamese model originally trained by SonFox2920.
How to use
pipeline = PretrainedPipeline("mbert_fc_pipeline", lang = "vi")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("mbert_fc_pipeline", lang = "vi")
val annotations = pipeline.transform(df)
Model Information
Model Name: | mbert_fc_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.0+ |
License: | Open Source |
Edition: | Official |
Language: | vi |
Size: | 667.3 MB |
References
https://huggingface.co/SonFox2920/MBert_FC
Included Models
- DocumentAssembler
- TokenizerModel
- BertForSequenceClassification