English tinykai_0_7b_v0_1_pipeline pipeline GPT2Transformer from Keynote-Technology

Description

Pretrained GPT2Transformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.tinykai_0_7b_v0_1_pipeline is a English model originally trained by Keynote-Technology.

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/Keynote-Technology/TinyKAI-0.7B-v0.1

Included Models

  • DocumentAssembler
  • GPT2Transformer