manisunder246 commited on
Commit
8dc4ff2
Β·
verified Β·
1 Parent(s): 4ebe6de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -14
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
+ ---