Russian ruspamns_v1_pipeline pipeline BertForSequenceClassification from NeuroSpaceX

Description

Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.ruspamns_v1_pipeline is a Russian model originally trained by NeuroSpaceX.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("ruspamns_v1_pipeline", lang = "ru")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("ruspamns_v1_pipeline", lang = "ru")
val annotations = pipeline.transform(df)

Model Information

Model Name: ruspamns_v1_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: ru
Size: 109.5 MB

References

https://huggingface.co/NeuroSpaceX/ruSpamNS_V1

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForSequenceClassification