English arabic_hs_4class_prediction_pipeline pipeline BertForSequenceClassification from HrantDinkFoundation

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/HrantDinkFoundation/arabic-hs-4class-prediction

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForSequenceClassification