Hungarian sentiment_hts5_xlm_roberta_hungarian_pipeline pipeline XlmRoBertaForSequenceClassification from NYTK

Description

Pretrained XlmRoBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.sentiment_hts5_xlm_roberta_hungarian_pipeline is a Hungarian model originally trained by NYTK.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("sentiment_hts5_xlm_roberta_hungarian_pipeline", lang = "hu")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("sentiment_hts5_xlm_roberta_hungarian_pipeline", lang = "hu")
val annotations = pipeline.transform(df)

Model Information

Model Name: sentiment_hts5_xlm_roberta_hungarian_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: hu
Size: 794.2 MB

References

https://huggingface.co/NYTK/sentiment-hts5-xlm-roberta-hungarian

Included Models

  • DocumentAssembler
  • TokenizerModel
  • XlmRoBertaForSequenceClassification