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