FinaPolat commited on
Commit
9ae27df
·
verified ·
1 Parent(s): 256f197

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -50,6 +50,8 @@ To achieve high-fidelity extraction, the model requires a specific prompt struct
50
 
51
  ### 2. User Prompt Template
52
 
 
 
53
  Information Extraction is the process of automatically identifying and extracting structured information from unstructured text data... [Context] ...
54
  Always extract numbers, dates, and currency values regardless of the specific task.
55
 
@@ -66,6 +68,8 @@ Please provide only the extracted information without any explanations.
66
  Schema: {schema}
67
  Text: {inputs}
68
 
 
 
69
  ### 3. 💻 Usage Examples
70
  Option 1: Transformers (Single GPU)
71
 
 
50
 
51
  ### 2. User Prompt Template
52
 
53
+ ```css
54
+
55
  Information Extraction is the process of automatically identifying and extracting structured information from unstructured text data... [Context] ...
56
  Always extract numbers, dates, and currency values regardless of the specific task.
57
 
 
68
  Schema: {schema}
69
  Text: {inputs}
70
 
71
+ ```
72
+
73
  ### 3. 💻 Usage Examples
74
  Option 1: Transformers (Single GPU)
75