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