Georgian georgian_homonym_disambiguation_tc_pipeline pipeline DistilBertForSequenceClassification from davmel

Description

Pretrained DistilBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.georgian_homonym_disambiguation_tc_pipeline is a Georgian model originally trained by davmel.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("georgian_homonym_disambiguation_tc_pipeline", lang = "ka")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("georgian_homonym_disambiguation_tc_pipeline", lang = "ka")
val annotations = pipeline.transform(df)

Model Information

Model Name: georgian_homonym_disambiguation_tc_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: ka
Size: 249.5 MB

References

https://huggingface.co/davmel/ka_homonym_disambiguation_TC

Included Models

  • DocumentAssembler
  • TokenizerModel
  • DistilBertForSequenceClassification