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