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