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