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