Anurag33Gaikwad commited on
Commit
0977361
·
verified ·
1 Parent(s): 098dca4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
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
- | Scheduler | Linear |
71
 
72
- Training was performed on **Kaggle T4 GPU (16GB)**.
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.55 |
82
- | ROUGE-2 | ~0.35 |
83
- | ROUGE-L | ~0.41 |
84
 
85
  ## **BERTScore (Semantic Similarity)**
86
  | Metric | Score |
87
  |--------|--------|
88
- | Precision | 0.884 |
89
- | Recall | 0.894 |
90
- | F1 | 0.886 |
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