Upload README.md with huggingface_hub
Browse files
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 |
-
|
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 |
======
|