Update README.md
Browse files
README.md
CHANGED
|
@@ -123,7 +123,7 @@ text_query = "A person intentionally causes hurt to deter a public servant from
|
|
| 123 |
predicted_section = classify_ipc_section(text_query)
|
| 124 |
print(f"Predicted IPC Section Index: {predicted_section}") # Or print the label
|
| 125 |
|
| 126 |
-
|
| 127 |
## Training Details
|
| 128 |
|
| 129 |
### Training Data
|
|
@@ -228,6 +228,7 @@ Carbon emissions during fine-tuning can be estimated using the [Machine Learning
|
|
| 228 |
|
| 229 |
```bibtex
|
| 230 |
[More Information Needed - BibTeX citation if applicable]
|
|
|
|
| 231 |
|
| 232 |
|
| 233 |
## Citation
|
|
|
|
| 123 |
predicted_section = classify_ipc_section(text_query)
|
| 124 |
print(f"Predicted IPC Section Index: {predicted_section}") # Or print the label
|
| 125 |
|
| 126 |
+
```
|
| 127 |
## Training Details
|
| 128 |
|
| 129 |
### Training Data
|
|
|
|
| 228 |
|
| 229 |
```bibtex
|
| 230 |
[More Information Needed - BibTeX citation if applicable]
|
| 231 |
+
```
|
| 232 |
|
| 233 |
|
| 234 |
## Citation
|