asawczyn commited on
Commit
0b6e19e
·
verified ·
1 Parent(s): 9bcc0be

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -118,11 +118,11 @@ Created to enable cross-jurisdictional legal analytics.
118
  You are extracting information from the court judgments.
119
  Extract specified values strictly from the provided judgement. If information is not provided in the judgement, leave the field with null value.
120
  Please return the response in the identical YAML format:
121
- ```yaml
122
  citation: <string containing the neutral citation number>
123
  date: <date in format YYYY-MM-DD>
124
  judges: <list of judge full names>
125
- ```
126
  =====
127
  {context}
128
  ======
 
118
  You are extracting information from the court judgments.
119
  Extract specified values strictly from the provided judgement. If information is not provided in the judgement, leave the field with null value.
120
  Please return the response in the identical YAML format:
121
+ '''yaml
122
  citation: <string containing the neutral citation number>
123
  date: <date in format YYYY-MM-DD>
124
  judges: <list of judge full names>
125
+ '''
126
  =====
127
  {context}
128
  ======