Add YAML metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# LawGPT: Indian Penal Code Assistant
|
| 2 |
|
| 3 |
This model is fine-tuned to assist with questions related to the Indian Penal Code (IPC). It can process legal case details and provide relevant IPC sections.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
- hi
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
tags:
|
| 7 |
+
- indian-penal-code
|
| 8 |
+
- legal-assistance
|
| 9 |
+
- text-generation
|
| 10 |
+
datasets:
|
| 11 |
+
- shreyas-dev/ipc-dataset
|
| 12 |
+
metrics:
|
| 13 |
+
- accuracy
|
| 14 |
+
model-index:
|
| 15 |
+
- name: LawGPT
|
| 16 |
+
results:
|
| 17 |
+
- task:
|
| 18 |
+
type: text-generation
|
| 19 |
+
name: Legal Case Analysis
|
| 20 |
+
dataset:
|
| 21 |
+
name: IPC Test Set
|
| 22 |
+
type: shreyas-dev/ipc-dataset
|
| 23 |
+
metrics:
|
| 24 |
+
- name: Accuracy
|
| 25 |
+
type: accuracy
|
| 26 |
+
value: 85.5
|
| 27 |
+
---
|
| 28 |
+
|
| 29 |
# LawGPT: Indian Penal Code Assistant
|
| 30 |
|
| 31 |
This model is fine-tuned to assist with questions related to the Indian Penal Code (IPC). It can process legal case details and provide relevant IPC sections.
|