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