Multilingual distil_cased_fire_classification_silvanus_pipeline pipeline DistilBertForSequenceClassification from rollerhafeezh-amikom

Description

Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.distil_cased_fire_classification_silvanus_pipeline is a Multilingual model originally trained by rollerhafeezh-amikom.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("distil_cased_fire_classification_silvanus_pipeline", lang = "xx")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("distil_cased_fire_classification_silvanus_pipeline", lang = "xx")
val annotations = pipeline.transform(df)

Model Information

Model Name: distil_cased_fire_classification_silvanus_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: xx
Size: 246.0 MB

References

https://huggingface.co/rollerhafeezh-amikom/distil_cased-fire-classification-silvanus

Included Models

  • DocumentAssembler
  • TokenizerModel
  • DistilBertForSequenceClassification