Recent Releases of generate-a-corpus-with-an-llm

generate-a-corpus-with-an-llm - [1.1.2] - 2025-08-03

[1.1.2] - 2025-08-03

Added:

  • add explanation of system and user prompts with examples

Changed:

  • switched to Cerebras for API calls in the notebook
  • updated README to reflect Cerebras usage and DIGI405 usage
  • moved requirements to README

- Jupyter Notebook
Published by polsci 11 months ago

generate-a-corpus-with-an-llm - [1.1.1] - adding citation, release shield and minor text changes

[1.1.1] - 2024-08-11

Added:

  • CITATION.cff
  • link to post about repo

Changed:

  • README title and release badge
  • minor text changes and typo fixes

- Jupyter Notebook
Published by polsci almost 2 years ago

generate-a-corpus-with-an-llm - 1.1.0 - add examples, setup requirements.txt, improve documentation

[1.1.0] - 2024-08-11

Added:

  • README.md
  • CHANGELOG.md
  • requirements.txt
  • .gitignore
  • filename length limits in examples 2 and 3 to handle long file names (thanks Viet Anh)
  • encoding variable added to csv reads and writes so user can set file encoding
  • example 4 (chat-bot-like example with memory of previous text)
  • example 5 (example of saving generated structured data to CSV)
  • note about temperature

Changed:

  • query_llm function and notebook text updated to indicate how to modify OpenAI API compatible completions APIs.
  • revised notebook text to explain api_url
  • install line changed to use requirements.txt
  • temperature set for all examples

- Jupyter Notebook
Published by polsci almost 2 years ago