louisabwab commited on
Commit
f632868
·
verified ·
1 Parent(s): e49d42b

Upload mipro_optimized.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. mipro_optimized.json +36 -0
mipro_optimized.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "predict": {
3
+ "traces": [],
4
+ "train": [],
5
+ "demos": [],
6
+ "signature": {
7
+ "instructions": "Classify whether a bank transaction description indicates a failed,\nreversed, refunded, rejected, or cancelled transaction.\n\nConsider both Arabic and English text. Common Arabic failure indicators include:\nمرفوض، مرفضة، استرجاع، مرتجع، الغاء، ملغاة، رفض، استرداد، إعادة، فشل، عكس، تصحيح.\nCommon English indicators include: refund, reversed, reversal, failed, rejected,\ncancellation, correction.",
8
+ "fields": [
9
+ {
10
+ "prefix": "Description:",
11
+ "description": "The bank transaction description text"
12
+ },
13
+ {
14
+ "prefix": "Reasoning:",
15
+ "description": "Brief explanation of why this transaction is or is not failed"
16
+ },
17
+ {
18
+ "prefix": "Is Failed Transaction:",
19
+ "description": "True if the transaction is failed/reversed/refunded/rejected/cancelled"
20
+ },
21
+ {
22
+ "prefix": "Confidence:",
23
+ "description": "Confidence level of the classification"
24
+ }
25
+ ]
26
+ },
27
+ "lm": null
28
+ },
29
+ "metadata": {
30
+ "dependency_versions": {
31
+ "python": "3.12",
32
+ "dspy": "3.1.3",
33
+ "cloudpickle": "3.1"
34
+ }
35
+ }
36
+ }