Skip to content

Commit 74f9124

Browse files
committed
Add NEUROSYM.scm
1 parent b9ad4c5 commit 74f9124

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

NEUROSYM.scm

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
;; SPDX-License-Identifier: AGPL-3.0-or-later
2+
;; NEUROSYM.scm - Neurosymbolic integration config
3+
4+
(define neurosym-config
5+
`((version . "1.0.0")
6+
(symbolic-layer
7+
((type . "scheme")
8+
(reasoning . "deductive")
9+
(verification . "formal")))
10+
(neural-layer
11+
((embeddings . false)
12+
(fine-tuning . false)))
13+
(integration . ())))

0 commit comments

Comments
 (0)