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