Persian keyword_distilbert_base_per_pipeline pipeline DistilBertForTokenClassification from PakdamanAli

Description

Pretrained DistilBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.keyword_distilbert_base_per_pipeline is a Persian model originally trained by PakdamanAli.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("keyword_distilbert_base_per_pipeline", lang = "fa")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("keyword_distilbert_base_per_pipeline", lang = "fa")
val annotations = pipeline.transform(df)

Model Information

Model Name: keyword_distilbert_base_per_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: fa
Size: 505.4 MB

References

https://huggingface.co/PakdamanAli/keyword_distilbert_base_per

Included Models

  • DocumentAssembler
  • TokenizerModel
  • DistilBertForTokenClassification