Spaces:
Runtime error
Runtime error
entry
Browse files
ControllableNeuralSymbolicRegressionWeights
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
Subproject commit 5596e15512b247ed4dc7af47fe44f95364639195
|
|
|
|
ControllableNeuralSymbolicRegressionWeights/README.md
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
Weights for demo of the paper "Controllable Neural Symbolic Regression": https://github.com/SymposiumOrganization/ControllableNeuralSymbolicRegression
|
ControllableNeuralSymbolicRegressionWeights/nsr_200000000_epoch=149.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a29c12afe88fd68de1b03ae2eaf98b1c6c526bb767ad9c3d63bf927aab4d62c
|
3 |
+
size 319877842
|
ControllableNeuralSymbolicRegressionWeights/nsrwh_200000000_epoch=149.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b26b1b3e4cb0f37aff698b4a5c32557539d08bacbb22428a046635b98bc42584
|
3 |
+
size 432312468
|
app.py
CHANGED
@@ -93,7 +93,7 @@ def main():
|
|
93 |
st.markdown("### Setup")
|
94 |
st.markdown("\n Please fill the following fields with the path to the NSRwH and NSR models. Instruction on how to get or \
|
95 |
train these models can be found in the README.md file")
|
96 |
-
nsrwh = st.text_input("Path to the NSRwH model", "ControllableNeuralSymbolicRegressionWeights
|
97 |
|
98 |
metadata = load_metadata_hdf5(Path("configs"))
|
99 |
# Retrofit word2id if there is conditioning
|
|
|
93 |
st.markdown("### Setup")
|
94 |
st.markdown("\n Please fill the following fields with the path to the NSRwH and NSR models. Instruction on how to get or \
|
95 |
train these models can be found in the README.md file")
|
96 |
+
nsrwh = st.text_input("Path to the NSRwH model", "ControllableNeuralSymbolicRegressionWeights/nsrwh_200000000_epoch=149.ckpt")
|
97 |
|
98 |
metadata = load_metadata_hdf5(Path("configs"))
|
99 |
# Retrofit word2id if there is conditioning
|