German camedbert_512_fl32_checkpoint_17386_pipeline pipeline BertForTokenClassification from MSey

Description

Pretrained BertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.camedbert_512_fl32_checkpoint_17386_pipeline is a German model originally trained by MSey.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("camedbert_512_fl32_checkpoint_17386_pipeline", lang = "de")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("camedbert_512_fl32_checkpoint_17386_pipeline", lang = "de")
val annotations = pipeline.transform(df)

Model Information

Model Name: camedbert_512_fl32_checkpoint_17386_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: de
Size: 406.9 MB

References

https://huggingface.co/MSey/CaMedBERT-512_fl32_checkpoint-17386

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForTokenClassification