English ote_nodapt_absa_bert_base_marbertv2_defulthp_finetune_pipeline pipeline BertForTokenClassification from salohnana2018

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("ote_nodapt_absa_bert_base_marbertv2_defulthp_finetune_pipeline", lang = "en")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("ote_nodapt_absa_bert_base_marbertv2_defulthp_finetune_pipeline", lang = "en")
val annotations = pipeline.transform(df)

Model Information

Model Name: ote_nodapt_absa_bert_base_marbertv2_defulthp_finetune_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: en
Size: 606.6 MB

References

https://huggingface.co/salohnana2018/OTE-NoDapt-ABSA-bert-base-MARBERTv2-DefultHp-FineTune

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForTokenClassification