English zero_shot_soft_ware_project_xlmr_pipeline pipeline XlmRoBertaForSequenceClassification from Blue7Bird

Description

Pretrained XlmRoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.zero_shot_soft_ware_project_xlmr_pipeline is a English model originally trained by Blue7Bird.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("zero_shot_soft_ware_project_xlmr_pipeline", lang = "en")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("zero_shot_soft_ware_project_xlmr_pipeline", lang = "en")
val annotations = pipeline.transform(df)

Model Information

Model Name: zero_shot_soft_ware_project_xlmr_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: en
Size: 655.2 MB

References

https://huggingface.co/Blue7Bird/Zero_shot_Soft_ware_project_XLMR

Included Models

  • DocumentAssembler
  • TokenizerModel
  • XlmRoBertaForSequenceClassification