Varshith dharmaj commited on
Upload consensus/__init__.py with huggingface_hub
Browse files- consensus/__init__.py +5 -0
consensus/__init__.py
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Consensus package for weighted voting mechanism."""
|
| 2 |
+
|
| 3 |
+
from .consensus_mechanism import compute_neurosymbolic_consensus
|
| 4 |
+
|
| 5 |
+
__all__ = ["compute_neurosymbolic_consensus"]
|