Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,3 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
language:
|
4 |
-
- en
|
5 |
-
base_model:
|
6 |
-
- mlx-community/Llama-3.2-11B-Vision-Instruct-8bit
|
7 |
-
library_name: mlx
|
8 |
-
---
|
9 |
-
|
10 |
# CaseCraft - Fine-Tuned Legal AI Model for IBC
|
11 |
|
12 |
π **Model Overview**
|
@@ -14,13 +5,11 @@ This fine-tuned **LLM** is built specifically for **Indian legal research**, foc
|
|
14 |
|
15 |
π **GitHub Repository**: [CaseCraft](https://github.com/manisunder246/CaseCraft)
|
16 |
|
17 |
-
---
|
18 |
|
19 |
## π **Training Data**
|
20 |
- **IBC Act & Amendments**: Fine-tuned on **official laws, regulatory changes, and case-specific rulings.**
|
21 |
- **Legal Glossary**: An exhaustive set of legal terms and definitions for improved domain understanding.
|
22 |
|
23 |
-
---
|
24 |
|
25 |
## π **Fine-Tuning Details**
|
26 |
- **Base Model**: LLaMA 3.2 (8-bit quantized)
|
@@ -28,7 +17,6 @@ This fine-tuned **LLM** is built specifically for **Indian legal research**, foc
|
|
28 |
- **Hardware Used**: Apple Silicon (M3 Max, 40-core GPU)
|
29 |
- **Optimizations**: Gradient checkpointing, adaptive chunking for long legal texts
|
30 |
|
31 |
-
---
|
32 |
|
33 |
## π§ **Usage**
|
34 |
To download the fine-tuned model from Hugging Face, use the following commands:
|
@@ -40,11 +28,20 @@ export HF_HUB_ENABLE_HF_TRANSFER=1
|
|
40 |
huggingface-cli download --local-dir chanakya-ai-ibc-finetuned manisunder246/chanakya-ai-ibc-finetuned
|
41 |
```
|
42 |
|
43 |
-
---
|
44 |
|
45 |
## π **Future Enhancements**
|
46 |
- Expand dataset with **High Court judgments**
|
47 |
- Improve **retrieval mechanisms** with custom legal embeddings
|
48 |
- Deploy as an **interactive legal assistant** for practitioners
|
49 |
|
50 |
-
π’ **Contributions & feedback welcome!** Feel free to explore the repo and test the model. π
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# CaseCraft - Fine-Tuned Legal AI Model for IBC
|
2 |
|
3 |
π **Model Overview**
|
|
|
5 |
|
6 |
π **GitHub Repository**: [CaseCraft](https://github.com/manisunder246/CaseCraft)
|
7 |
|
|
|
8 |
|
9 |
## π **Training Data**
|
10 |
- **IBC Act & Amendments**: Fine-tuned on **official laws, regulatory changes, and case-specific rulings.**
|
11 |
- **Legal Glossary**: An exhaustive set of legal terms and definitions for improved domain understanding.
|
12 |
|
|
|
13 |
|
14 |
## π **Fine-Tuning Details**
|
15 |
- **Base Model**: LLaMA 3.2 (8-bit quantized)
|
|
|
17 |
- **Hardware Used**: Apple Silicon (M3 Max, 40-core GPU)
|
18 |
- **Optimizations**: Gradient checkpointing, adaptive chunking for long legal texts
|
19 |
|
|
|
20 |
|
21 |
## π§ **Usage**
|
22 |
To download the fine-tuned model from Hugging Face, use the following commands:
|
|
|
28 |
huggingface-cli download --local-dir chanakya-ai-ibc-finetuned manisunder246/chanakya-ai-ibc-finetuned
|
29 |
```
|
30 |
|
|
|
31 |
|
32 |
## π **Future Enhancements**
|
33 |
- Expand dataset with **High Court judgments**
|
34 |
- Improve **retrieval mechanisms** with custom legal embeddings
|
35 |
- Deploy as an **interactive legal assistant** for practitioners
|
36 |
|
37 |
+
π’ **Contributions & feedback welcome!** Feel free to explore the repo and test the model. π
|
38 |
+
|
39 |
+
|
40 |
+
---
|
41 |
+
license: mit
|
42 |
+
language:
|
43 |
+
- en
|
44 |
+
base_model:
|
45 |
+
- mlx-community/Llama-3.2-11B-Vision-Instruct-8bit
|
46 |
+
library_name: mlx
|
47 |
+
---
|