abhishekgahlot commited on
Commit
24db843
·
verified ·
1 Parent(s): 6dd89d8

Publish merged LedgerGuard V2 accounting workflow model

Browse files
README.md CHANGED
@@ -2,99 +2,100 @@
2
  license: other
3
  license_name: blackwoodai-personal-use-v1.0
4
  base_model: Qwen/Qwen3.6-27B
5
- tags:
6
- - accounting
7
- - bookkeeping
8
- - tool-calling
9
- - finance
10
- - reconciliation
11
- - draft-only
12
  pipeline_tag: text-generation
 
 
 
 
 
 
 
13
  ---
14
 
15
  # LedgerGuard-27B
16
 
17
- LedgerGuard-27B is an accounting workflow model from BlackwoodAI for draft-only bookkeeping and accounting operations. It is built for the work accountants actually repeat: reconciling transactions, preparing review packets, matching invoices and bills, detecting exceptions, and producing source-linked draft actions for approval.
18
-
19
- The public Hugging Face release is for personal evaluation. Commercial licensing, hosted access, and firm-specific deployments are available from BlackwoodAI.
20
-
21
- ## What It Is Built For
22
-
23
- LedgerGuard is designed for accounting workflows where a generic assistant is too loose and a hardcoded rules engine is too brittle.
24
-
25
- - Bank reconciliation and transaction categorization
26
- - Invoice, bill, payment, and deposit matching
27
- - Draft journal-entry preparation
28
- - Month-end close review support
29
- - Sales tax, VAT, and tax-code review workflows
30
- - Missing receipt, stale feed, duplicate transaction, inactive account, and locked-period detection
31
- - Source-linked reviewer packets for human approval
32
-
33
- ## Accounting Software Coverage
34
-
35
- LedgerGuard V2 work is connector-shaped around the systems firms and operators already use:
36
-
37
- - QuickBooks Online
38
- - Xero
39
- - Sage Intacct
40
- - Oracle NetSuite
41
- - Zoho Books
42
- - FreshBooks
43
- - Odoo Accounting
44
- - Microsoft Dynamics 365 Business Central
45
- - SAP Business One
46
- - Wave-style invoice, receipt, and export workflows
47
-
48
- The model is trained to think in accounting software objects: bank transactions, ledger entries, chart-of-accounts records, invoices, bills, payments, vendors, customers, tax codes, dimensions, attachments, and approval states.
49
-
50
- ## How It Works In A Product
51
-
52
- LedgerGuard should sit behind a deterministic workflow layer. The model proposes draft actions; your product validates them before anything touches an accounting system.
53
-
54
- Recommended runtime:
55
-
56
- 1. Normalize records from accounting software, bank feeds, statements, and source documents.
57
- 2. Retrieve the relevant ledger, invoice, bill, payment, account, tax, and attachment context.
58
- 3. Ask LedgerGuard for a draft decision with source references.
59
- 4. Run deterministic checks for period locks, duplicate entries, account validity, tax-code validity, balanced journals, missing support, and unsafe write attempts.
60
- 5. Send the reviewer packet to a human before any posting or sync.
61
-
62
- LedgerGuard is not meant to autonomously post to a ledger. It is meant to make the accountant review queue faster, cleaner, and easier to trust.
63
-
64
- ## Where It Helps
65
-
66
- LedgerGuard is strongest where a firm has repeated workflows, firm policies, client-specific patterns, and a need for consistent reviewer-ready outputs.
67
-
68
- - CAS and bookkeeping teams handling high transaction volume
69
- - Firms cleaning up messy bank feeds and unmatched transactions
70
- - Operators preparing month-end support and close review packets
71
- - Finance teams that need draft accounting actions with evidence
72
- - Products adding accounting automation without giving an LLM direct posting power
73
-
74
- ## Safety Posture
75
-
76
- Accounting automation should be conservative. LedgerGuard is designed around draft-only behavior:
77
-
78
- - No autonomous posting
79
- - No silent write-back
80
- - No sync without approval
81
- - Source references required for material recommendations
82
- - Human review for missing, conflicting, stale, duplicated, locked, or policy-sensitive cases
83
- - Deterministic validators expected in production
84
-
85
- ## Commercial Access
86
-
87
- The public model is available for personal evaluation only. For production use, hosted inference, accounting-software integrations, private deployment, or firm-specific customization, contact BlackwoodAI for commercial terms.
88
-
89
- BlackwoodAI can provide a productized deployment path around:
90
-
91
- - Hosted model access
92
- - Connector-specific tool schemas
93
- - Firm policy customization
94
- - Approval workflows
95
- - Audit logs and reviewer packets
96
- - Private evaluation against your target workflow
97
 
98
  ## License
99
 
100
- See the model repository license. The public LedgerGuard-27B release is not licensed for business use, hosted inference, SaaS, or model-as-a-service usage without a separate BlackwoodAI commercial agreement.
 
 
 
2
  license: other
3
  license_name: blackwoodai-personal-use-v1.0
4
  base_model: Qwen/Qwen3.6-27B
5
+ library_name: transformers
 
 
 
 
 
 
6
  pipeline_tag: text-generation
7
+ tags:
8
+ - qwen
9
+ - accounting
10
+ - transaction-classification
11
+ - rule-classification
12
+ - lora-merged
13
+ - non-commercial
14
  ---
15
 
16
  # LedgerGuard-27B
17
 
18
+ This is a full merged derivative model: Qwen/Qwen3.6-27B with a BlackwoodAI
19
+ accounting software workflow specialist fine-tune merged into the weights.
20
+
21
+ It is intended for personal, non-commercial research and evaluation only. It is
22
+ not licensed for business use, hosted inference, SaaS, or model-as-a-service.
23
+
24
+ ## Why It Exists
25
+
26
+ Accounting workflows often break on the small details: exact JSON shape,
27
+ source-linked decisions, conservative review flags, draft-only tool calls, and
28
+ software-specific workflow discipline. LedgerGuard-27B is tuned for that
29
+ specialist layer.
30
+
31
+ It is designed to be useful where a general model may understand the situation
32
+ but drift on the house style.
33
+
34
+ ## Strengths
35
+
36
+ - Draft-only accounting software workflow outputs
37
+ - Structured accounting-review JSON
38
+ - Source-linked tool-call behavior
39
+ - Conservative handling of ambiguous payment-processor deposits, stale feeds,
40
+ missing support, duplicate-risk transactions, and review-required items
41
+ - No autonomous posting/write-back behavior by design
42
+ - Useful as a specialist component beside validators and a senior reviewer model
43
+
44
+ ## Intended Output Style
45
+
46
+ - choose `auto_ready`, `needs_attention`, or `blocked`
47
+ - emit source-linked JSON for review workflows
48
+ - prepare draft-only tool-call payloads for accounting software workflows
49
+ - avoid write-back/posting actions
50
+
51
+ ## Sanitized Example
52
+
53
+ Input:
54
+
55
+ ```text
56
+ Platform: cloud accounting system
57
+ Workflow: bank reconciliation
58
+ Context: imported bank transaction has partial supporting evidence
59
+ ```
60
+
61
+ Expected style of behavior:
62
+
63
+ ```json
64
+ {
65
+ "decision": "needs_attention",
66
+ "evidence_class": "review_required",
67
+ "source_refs": [{"type": "bank_transaction", "id": "bank-demo-001"}],
68
+ "tool_calls": [
69
+ {
70
+ "tool": "ledgerguard.validate_draft",
71
+ "arguments": {
72
+ "case_id": "demo-001",
73
+ "draft_only": true,
74
+ "check_source_refs": true
75
+ }
76
+ }
77
+ ],
78
+ "review_packet": {
79
+ "approval_required": true,
80
+ "draft_only": true,
81
+ "summary": "Route to accountant review before any posting action."
82
+ }
83
+ }
84
+ ```
85
+
86
+ Plain English: prepare review-ready draft outputs and keep write/post/sync
87
+ actions behind deterministic validators and human approval.
88
+
89
+ ## Evaluation
90
+
91
+ This model was evaluated on BlackwoodAI internal, non-public accounting
92
+ workflow tests focused on exact JSON/schema adherence, source-linked decisions,
93
+ draft-only safety, and accounting software tool-call discipline. The evaluation
94
+ data, generation process, baselines, and case counts are intentionally not
95
+ disclosed.
 
 
96
 
97
  ## License
98
 
99
+ See `LICENSE`. This release is personal/non-commercial only and prohibits
100
+ business use, hosted inference, SaaS, and model-as-a-service usage. The upstream
101
+ base model is Qwen/Qwen3.6-27B and remains under its own upstream license.
model-00002-of-00012.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f679e9b69dd50ab7eedca4bad1e0ea485b2f456645aed236952e16969022104
3
  size 4842451920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d32f602732aab4b5eb4d863b9fa12a07a97a6119351d97f2d3181b78dd39637
3
  size 4842451920
model-00003-of-00012.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0616300458f58b17b2f538b3f64fcb3efbd7e5bb85f2958fbf9aa30375e28b9
3
  size 4965227944
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb11b825d2236ecc4f0f93a0c41eed97b08279f27fe967fa96fff8b8fa4ba1ed
3
  size 4965227944
model-00004-of-00012.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4b167e656d053cc47cbd4e39faab579fd600e58563638579ffde857d64c500ea
3
  size 4912819264
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1e5476709e8a38e504958efde940276d6d500cbae24d0cc93fb4bd0b13d98ca
3
  size 4912819264
model-00005-of-00012.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:405cd97aedbb7dbe9b5af677d0dd9f4e09e6b64f8e0e8ca1ed18c08f3ee138e7
3
  size 4986198544
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d93a255d7d9578b3da03ae8ff6c9626ea940936ed841a9ea880c0f3738857667
3
  size 4986198544
model-00006-of-00012.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:38930c764031c59fa6dfb4e40c45fe36ba98fb4da6f6617a9c8808534b063f48
3
  size 4912819320
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4452230cf2964e831e4ed42167d090ecb1d90cd4bb102a4e08c87fa17fca43e7
3
  size 4912819320
model-00007-of-00012.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed98481afd5ac49730e43f66c5e47ec2136e7cb24da1460a79e9fd1ef597ca3e
3
  size 4932703272
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b754195dacb679bbe96d329b8f213d896c2d11d7b063575df1d96ca7193f78f4
3
  size 4932703272
model-00008-of-00012.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2c77ad58e9060ab9aba6603a910fdba6b7d36a30acb50537e1810ab4f206638b
3
  size 4966314576
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:962f92353bd0b00049c218a6fb25668342ceecb16078bfb71e24abab14df8cc8
3
  size 4966314576
model-00009-of-00012.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:21e16a6d7bb0a8bfc8fc8e49fc3f321379c7d66df1c44e1b1e1e9ea152dcf2cc
3
  size 4964162248
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ec38757b8b7cc45ed5c6c51559828f5758babb90921a6e245098e91265fbe6c
3
  size 4964162248
model-00010-of-00012.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:780af9ad474875b8090680435c92b635435d8a6b3fa6eac3621b4611a8779d03
3
  size 4933789824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7005ebb43a943fe9c2d98bf87838db60816d189975a306e6a0731c50af39925
3
  size 4933789824
model-00011-of-00012.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:de71128099c539f63a6b41a25469afde49f44efc0d4d1cb0e621120aeafb10c0
3
  size 4965228032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e99a1a95d13aa26b07305a1cf7b9c46baffb4e32423d0ebba5596084f3203ee7
3
  size 4965228032
model-00012-of-00012.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b86f7fc51338cdadf5a32f74ebc5094c774b796b8528ca12fec3c3d74eca2efa
3
  size 1867596944
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c53e2e5066ec8379337e4ab6260e03414c501e4ee44ecffb2f710eeffc844fe5
3
  size 1867596944