Skip to content

Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.

License

Notifications You must be signed in to change notification settings

mndl19/tensor2tensor

 
 

Repository files navigation

from openai import OpenAI client = OpenAI()

response = client.responses.create( model="gpt-5", input="Write a one-sentence bedtime story about a unicorn." )

print(response.output_text) 77ce1c55e02b21665ed33c484df9124236483c5b

About

Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 62.9%
  • Jupyter Notebook 35.2%
  • Other 1.9%