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