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