Update README.md
Browse files
README.md
CHANGED
|
@@ -67,9 +67,9 @@ This provides strong legal-domain grounding before fine-tuning.
|
|
| 67 |
| Max summary length | 256 tokens |
|
| 68 |
| FP16 | Yes |
|
| 69 |
| Warmup | 500 steps |
|
| 70 |
-
|
|
| 71 |
|
| 72 |
-
Training was performed on **Kaggle
|
| 73 |
|
| 74 |
---
|
| 75 |
|
|
@@ -78,16 +78,16 @@ Training was performed on **Kaggle T4 GPU (16GB)**.
|
|
| 78 |
## **ROUGE Scores (Test Set)**
|
| 79 |
| Metric | F1 |
|
| 80 |
|--------|------|
|
| 81 |
-
| ROUGE-1 | ~0.
|
| 82 |
-
| ROUGE-2 | ~0.
|
| 83 |
-
| ROUGE-L | ~0.
|
| 84 |
|
| 85 |
## **BERTScore (Semantic Similarity)**
|
| 86 |
| Metric | Score |
|
| 87 |
|--------|--------|
|
| 88 |
-
| Precision | 0.
|
| 89 |
-
| Recall | 0.
|
| 90 |
-
| F1 | 0.
|
| 91 |
|
| 92 |
**BERTScore** is emphasized since legal summarization requires semantic preservation rather than lexical overlap.
|
| 93 |
|
|
|
|
| 67 |
| Max summary length | 256 tokens |
|
| 68 |
| FP16 | Yes |
|
| 69 |
| Warmup | 500 steps |
|
| 70 |
+
| Logging-steps | 50 steps |
|
| 71 |
|
| 72 |
+
Training was performed on **Kaggle P100 GPU (16GB)**.
|
| 73 |
|
| 74 |
---
|
| 75 |
|
|
|
|
| 78 |
## **ROUGE Scores (Test Set)**
|
| 79 |
| Metric | F1 |
|
| 80 |
|--------|------|
|
| 81 |
+
| ROUGE-1 | ~0.5554 |
|
| 82 |
+
| ROUGE-2 | ~0.3531 |
|
| 83 |
+
| ROUGE-L | ~0.4178 |
|
| 84 |
|
| 85 |
## **BERTScore (Semantic Similarity)**
|
| 86 |
| Metric | Score |
|
| 87 |
|--------|--------|
|
| 88 |
+
| Precision | 0.8841 |
|
| 89 |
+
| Recall | 0.8943 |
|
| 90 |
+
| F1 | 0.8864 |
|
| 91 |
|
| 92 |
**BERTScore** is emphasized since legal summarization requires semantic preservation rather than lexical overlap.
|
| 93 |
|