English malayalam_bert_fakenews_dravidian_pipeline pipeline BertForSequenceClassification from mdosama39

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("malayalam_bert_fakenews_dravidian_pipeline", lang = "en")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("malayalam_bert_fakenews_dravidian_pipeline", lang = "en")
val annotations = pipeline.transform(df)

Model Information

Model Name: malayalam_bert_fakenews_dravidian_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: en
Size: 892.8 MB

References

https://huggingface.co/mdosama39/malayalam-bert-FakeNews-Dravidian

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForSequenceClassification