Skip to content

ApprikatAI/cog-flan-t5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLAN-T5 Cog model

This is an implementation of FLAN-T5 as a Cog model. Cog packages machine learning models as standard containers.

First, download the pre-trained weights:

cog run script/download-weights 

Then you can generate text based on input prompts:

cog predict -i prompt="Q: Answer the following yes/no question by reasoning step-by-step. Can a dog drive a car?"

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%