rrende commited on
Commit
5cabed2
·
verified ·
1 Parent(s): bdf733d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -98,6 +98,9 @@ wf = FlaxAutoModel.from_pretrained("nqs-models/j1j2_square_10x10", trust_remote_
98
  z = wf(wf.params, samples)
99
  ```
100
 
 
 
 
101
  Note: the hidden representation is well defined only for the non symmetrized model.
102
 
103
  #### Training Hyperparameters
 
98
  z = wf(wf.params, samples)
99
  ```
100
 
101
+ Starting from the vector \\(z\\), a fully connected network can be trained to *fine-tune* the model on a different value of the ratio \\(J_2/J_1\\).
102
+ See https://doi.org/10.1103/PhysRevResearch.6.023057 for more informations.
103
+
104
  Note: the hidden representation is well defined only for the non symmetrized model.
105
 
106
  #### Training Hyperparameters