d1conv 2023-12-01
Add GPT-3 experiment script and fix content parser newline prepend logic
8 files · 626+ · 536-

GPT-3 experiment script

1 file changed
  • gpt-test3.py New GPT-3 API experiment script for JSON processing exploration
  • Added GPT-3 API experiment script exploring alternative approaches to journal content processing instantiate internal
    1 file
    • gpt-test3.py

Content parser newline fixes

2 files changed
  • parse_content.py Fixed newline prepend logic for cases where previous and next lines are empty or contain only newlines
  • parse.py Changed blog output file path from posts to test directory
  • Fixed content parser newline prepend logic to handle edge cases with empty surrounding lines, adding debug annotations remediate behavioral
    1 file
    • parse_content.py

Test data updates

5 files changed
  • Journal-content.json Restructured journal content data
  • Journal.json Updated journal metadata
  • output.md Expanded parser output with improved formatting
  • blog-output.md Minor blog output update
  • fixed.md Removed legacy manually-fixed reference file
  • Restructured journal test data and removed legacy fixed.md reference file qualify internal
    2 files
    • Journal-content.json
    • fixed.md