English gar_70_30_pipeline pipeline RoBertaForSequenceClassification from tegaranggana

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/tegaranggana/gar_70_30

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaForSequenceClassification