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