Description
Pretrained AlbertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.albert_turkish_qa_turkish_squad_pipeline
is a Turkish model originally trained by anilguven.
How to use
pipeline = PretrainedPipeline("albert_turkish_qa_turkish_squad_pipeline", lang = "tr")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("albert_turkish_qa_turkish_squad_pipeline", lang = "tr")
val annotations = pipeline.transform(df)
Model Information
Model Name: | albert_turkish_qa_turkish_squad_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.0+ |
License: | Open Source |
Edition: | Official |
Language: | tr |
Size: | 42.9 MB |
References
https://huggingface.co/anilguven/albert_tr_qa_turkish_squad
Included Models
- MultiDocumentAssembler
- AlbertForQuestionAnswering