Description
Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.23_4_2024_model_pipeline is a Arabic model originally trained by hmmamalrjoub.
How to use
pipeline = PretrainedPipeline("23_4_2024_model_pipeline", lang = "ar")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("23_4_2024_model_pipeline", lang = "ar")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | 23_4_2024_model_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.5.1+ |
| License: | Open Source |
| Edition: | Official |
| Language: | ar |
| Size: | 507.6 MB |
References
https://huggingface.co/hmmamalrjoub/23-4-2024-model
Included Models
- DocumentAssembler
- TokenizerModel
- DistilBertForSequenceClassification