rosemariafontana commited on
Commit
44f2e28
·
verified ·
1 Parent(s): 9448805

Update process_data.py

Browse files
Files changed (1) hide show
  1. process_data.py +3 -0
process_data.py CHANGED
@@ -23,6 +23,9 @@ client = OpenAI()
23
  # Free-form style means that a single JSON will be created from the block of text. This JSON will have a single level of nested that was created by the model.
24
  # Form-based style means that individual JSON pieces will be created from different pieces of text. You will have a few more prompts to enter in this case. These JSON pieces will be manually combined with code. This JSON will also have a single level of nested, that was manually created.
25
  # Parse either one big block of text conditionally or individual pieces conditionally
 
 
 
26
 
27
  # What model version do you want to process your input data? ###
28
  # Parse ['gpt-4o-mini-2024-07-18', 'gpt-4o-2024-08-06']
 
23
  # Free-form style means that a single JSON will be created from the block of text. This JSON will have a single level of nested that was created by the model.
24
  # Form-based style means that individual JSON pieces will be created from different pieces of text. You will have a few more prompts to enter in this case. These JSON pieces will be manually combined with code. This JSON will also have a single level of nested, that was manually created.
25
  # Parse either one big block of text conditionally or individual pieces conditionally
26
+ # values = big-block-input-text, individual-pieces-input-text
27
+
28
+ # actual long text value = onelonginputtext
29
 
30
  # What model version do you want to process your input data? ###
31
  # Parse ['gpt-4o-mini-2024-07-18', 'gpt-4o-2024-08-06']