Updated Readme
Browse files
README.md
CHANGED
|
@@ -12,6 +12,15 @@ metrics:
|
|
| 12 |
- accuracy
|
| 13 |
pipeline_tag: text-generation
|
| 14 |
inference: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
model-index:
|
| 16 |
- name: covenant-extractor
|
| 17 |
results:
|
|
@@ -23,6 +32,7 @@ model-index:
|
|
| 23 |
value: 90.0
|
| 24 |
name: Test Accuracy
|
| 25 |
---
|
|
|
|
| 26 |
# Covenant Extractor Model
|
| 27 |
|
| 28 |
This model is fine-tuned on Llama-3.2-3B-Instruct for extracting and structuring financial covenants from credit agreements into standardized JSON format.
|
|
|
|
| 12 |
- accuracy
|
| 13 |
pipeline_tag: text-generation
|
| 14 |
inference: true
|
| 15 |
+
library_name: transformers
|
| 16 |
+
widget:
|
| 17 |
+
- text: |
|
| 18 |
+
### Instruction: Extract covenant details from the following credit agreement section and structure it into JSON format only.
|
| 19 |
+
|
| 20 |
+
### Input: Section 4.2:
|
| 21 |
+
The Borrower shall maintain a Fixed Charge Coverage Ratio of not less than 1.25:1.00 for any fiscal quarter ending after June 30, 2024.
|
| 22 |
+
|
| 23 |
+
### Response:
|
| 24 |
model-index:
|
| 25 |
- name: covenant-extractor
|
| 26 |
results:
|
|
|
|
| 32 |
value: 90.0
|
| 33 |
name: Test Accuracy
|
| 34 |
---
|
| 35 |
+
|
| 36 |
# Covenant Extractor Model
|
| 37 |
|
| 38 |
This model is fine-tuned on Llama-3.2-3B-Instruct for extracting and structuring financial covenants from credit agreements into standardized JSON format.
|