Description
Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.small_mlm_glue_mnli_target_glue_qnli_pipeline is a English model originally trained by muhtasham.
How to use
pipeline = PretrainedPipeline("small_mlm_glue_mnli_target_glue_qnli_pipeline", lang = "en")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("small_mlm_glue_mnli_target_glue_qnli_pipeline", lang = "en")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | small_mlm_glue_mnli_target_glue_qnli_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.5.1+ |
| License: | Open Source |
| Edition: | Official |
| Language: | en |
| Size: | 108.0 MB |
References
https://huggingface.co/muhtasham/small-mlm-glue-mnli-target-glue-qnli
Included Models
- DocumentAssembler
- TokenizerModel
- BertForSequenceClassification