fofr / star-trek-flan

flan-t5-xl trained on the Memory Alpha Star Trek Wiki

  • Public
  • 132 runs
  • T4
  • GitHub
  • License

If you haven’t yet trained a model on Replicate, we recommend you read one of the following guides.

Pricing

Trainings for this model run on Nvidia T4 GPU hardware, which costs $0.000225 per second.

Create a training

Install the Python library:

pip install replicate

Then, run this to create a training with fofr/star-trek-flan:86dbaa23 as the base model:

import replicate

training = replicate.trainings.create(
  version="fofr/star-trek-flan:86dbaa23ce45354b5755910a555ad00a1646b4d7cb7851f013b7b3304af2f0ea",
  input={
    ...
  },
  destination=f"{username}/<destination-model-name>"
)

print(training)

Note that before you can create a training, you’ll need to create a model and use its name as the value for the destination field.