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