English alberta_base_fourthbrain_demo_pipeline pipeline RoBertaForSequenceClassification from fourthbrain-demo

Description

Pretrained RoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.alberta_base_fourthbrain_demo_pipeline is a English model originally trained by fourthbrain-demo.

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: alberta_base_fourthbrain_demo_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: en
Size: 424.8 MB

References

https://huggingface.co/fourthbrain-demo/alberta_base

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaForSequenceClassification