Norwegian norwegian_intent_classifier_model2_pipeline pipeline DistilBertForSequenceClassification from Mukalingam0813

Description

Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.norwegian_intent_classifier_model2_pipeline is a Norwegian model originally trained by Mukalingam0813.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("norwegian_intent_classifier_model2_pipeline", lang = "no")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("norwegian_intent_classifier_model2_pipeline", lang = "no")
val annotations = pipeline.transform(df)

Model Information

Model Name: norwegian_intent_classifier_model2_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: no
Size: 507.7 MB

References

https://huggingface.co/Mukalingam0813/Norwegian-intent-classifier-model2

Included Models

  • DocumentAssembler
  • TokenizerModel
  • DistilBertForSequenceClassification