English model_muppet_v2_1_pipeline pipeline RoBertaForSequenceClassification from thanhduycao

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/thanhduycao/model_muppet_v2.1

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaForSequenceClassification