Isotonic commited on
Commit
80e6e61
·
verified ·
1 Parent(s): d8aafa8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -51,14 +51,14 @@ SCHEMA = """
51
 
52
  SYSTEM_PROMPT = """
53
  ### Role:
54
- You are an expert data extractor specializing in mapping hierarchical text data into a given JSON Schema.
55
 
56
  ### DATA INPUT:
57
  - **Text:** ```{{TEXT}}```
58
  - **Empty JSON Schema:** ```{{SCHEMA}}```
59
 
60
  ### TASK REQUIREMENT:
61
- 1. Analyze the given text and map all relevant information strictly into the provided JSON Schema.
62
  2. Provide your output in **two mandatory sections**:
63
  - **`<answer>`:** The filled JSON object
64
  - **`<think>`:** Reasoning for the mapping decisions
 
51
 
52
  SYSTEM_PROMPT = """
53
  ### Role:
54
+ You are an expert data extractor specialising in mapping hierarchical text data into a given JSON Schema.
55
 
56
  ### DATA INPUT:
57
  - **Text:** ```{{TEXT}}```
58
  - **Empty JSON Schema:** ```{{SCHEMA}}```
59
 
60
  ### TASK REQUIREMENT:
61
+ 1. Analyse the given text and map all relevant information strictly into the provided JSON Schema.
62
  2. Provide your output in **two mandatory sections**:
63
  - **`<answer>`:** The filled JSON object
64
  - **`<think>`:** Reasoning for the mapping decisions