Thai bert_intent_customer_support_thai_pipeline pipeline BertForSequenceClassification from Porameht

Description

Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.bert_intent_customer_support_thai_pipeline is a Thai model originally trained by Porameht.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("bert_intent_customer_support_thai_pipeline", lang = "th")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("bert_intent_customer_support_thai_pipeline", lang = "th")
val annotations = pipeline.transform(df)

Model Information

Model Name: bert_intent_customer_support_thai_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: th
Size: 667.4 MB

References

https://huggingface.co/Porameht/bert-intent-customer-support-th

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForSequenceClassification