phyloforfun commited on
Commit
bf58fe8
1 Parent(s): dedb651

file upload gallery

Browse files
custom_prompts/required_structure.yaml CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  LLM: gpt
2
  instructions: '1. Refactor the unstructured OCR text into a dictionary based on the
3
  JSON structure outlined below.
 
1
+ prompt_author: unknown
2
+ prompt_author_institution: unknown
3
+ prompt_description: unknown
4
  LLM: gpt
5
  instructions: '1. Refactor the unstructured OCR text into a dictionary based on the
6
  JSON structure outlined below.
custom_prompts/version_2.yaml CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  LLM: gpt
2
  instructions: '1. Refactor the unstructured OCR text into a dictionary based on the
3
  JSON structure outlined below.
 
1
+ prompt_author: Will Weaver
2
+ prompt_author_institution: UM
3
+ prompt_description: Basic prompt used by the University of Michigan. Designed to be a starting point for more complex prompts.
4
  LLM: gpt
5
  instructions: '1. Refactor the unstructured OCR text into a dictionary based on the
6
  JSON structure outlined below.
custom_prompts/version_2_OSU.yaml CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  LLM: gpt
2
  instructions: '1. Refactor the unstructured OCR text into a dictionary based on the
3
  JSON structure outlined below.
 
1
+ prompt_author: Will Weaver
2
+ prompt_author_institution: UM
3
+ prompt_description: Version 2 slightly modified for OSU, but still unfinished
4
  LLM: gpt
5
  instructions: '1. Refactor the unstructured OCR text into a dictionary based on the
6
  JSON structure outlined below.