Castilian, Spanish gpt2_reviewspanish_pipeline pipeline GPT2Transformer from Amloii

Description

Pretrained GPT2Transformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.gpt2_reviewspanish_pipeline is a Castilian, Spanish model originally trained by Amloii.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("gpt2_reviewspanish_pipeline", lang = "es")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("gpt2_reviewspanish_pipeline", lang = "es")
val annotations = pipeline.transform(df)

Model Information

Model Name: gpt2_reviewspanish_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: es
Size: 466.3 MB

References

https://huggingface.co/Amloii/gpt2-reviewspanish

Included Models

  • DocumentAssembler
  • GPT2Transformer