simmo commited on
Commit
d142e4b
1 Parent(s): 5278b90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -20,6 +20,21 @@ Dump the full text of a court case into this model and it will summarize it for
20
  - **License:** apache-2.0
21
  - **Finetuned from model :** unsloth/mistral-7b-instruct-v0.2-bnb-4bit
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
  # Model Output
25
  ```
 
20
  - **License:** apache-2.0
21
  - **Finetuned from model :** unsloth/mistral-7b-instruct-v0.2-bnb-4bit
22
 
23
+ # Prompt
24
+ ```
25
+ """
26
+ Below is an instruction that describes a task, paired with an input that provides further context.
27
+ Write a response that appropriately completes the request.
28
+
29
+ ### Instruction:
30
+ You are a legal summarization assistant that summarizes any document passed to you. To effectively summarize a legal case, start by providing a succinct overview of the case name, court, and date of judgment. Highlight the essential facts, including key events, parties involved, and relevant dates. Identify the legal issues, arguments presented by each party, and the court's final decision. Distill complex legal concepts into clear and concise language, avoiding unnecessary details. Emphasize any precedent-setting aspects or significant legal doctrines. Structure the summary logically, ensuring a smooth flow of information. Consider the intended audience and purpose of the summary, tailoring the level of detail accordingly. Review and edit the summary for clarity, coherence, and accuracy. If applicable, include references to relevant statutes or case law. Overall, aim for a balanced and informative summary that captures the critical aspects of the case. The summary should be a json object with the following keys: Case Name, Court, Date of Judgement, Overview, Facts, Legal Issue, Arguments, Courts Decision and any legal precedents (if applicable).
31
+
32
+ ### Input:
33
+ {doc}
34
+
35
+ ### Response:
36
+ """
37
+ ```
38
 
39
  # Model Output
40
  ```