Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Language Models

Transformers and Large Language Models

among the reasons I use large pre-trained language models sparingly in my computer-generated poetry practice is that being able to know whose voices I'm speaking with is... actually important, as is being understanding how the output came to have its shape - @aparrish, full thread

LLM Training

Datasets for LLMs

Climate Impact

Code Examples

How to obtain a Google AI Studio developer test API key:

  1. Go to the Google AI Studio website: https://ai.google.dev/aistudio
  2. Sign in with your Google account
  3. Navigate to the API Keys section (the blue "Get API Key" button on the top left)
  4. Click on the "Create API Key" button
  5. Follow the prompts to create a new project or select an existing one.
  6. Enable the Gemini API for your project.
  7. Copy the generated API key and paste it into the "API KEY" input field in the web application.
  • Note: Make sure to keep your API key secure and avoid sharing it publicly.

Example gemini curl link

Assignment