Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ In paper Neural Comprehension: Language Models with Compiled Neural Networks , w
|
|
10 |
|
11 |
```
|
12 |
git clone https://github.com/WENGSYX/Neural-Comprehension
|
13 |
-
cd
|
14 |
pip install .
|
15 |
```
|
16 |
|
@@ -21,8 +21,8 @@ To run neural comprehension, you need to install `PyTorch`, `Transformers`, `jax
|
|
21 |
### How to Use?
|
22 |
|
23 |
```
|
24 |
-
from
|
25 |
-
from
|
26 |
|
27 |
|
28 |
model = CoNNModel.from_pretrained('WENGSYX/CoNN_Parity')
|
|
|
10 |
|
11 |
```
|
12 |
git clone https://github.com/WENGSYX/Neural-Comprehension
|
13 |
+
cd Neural-Comprehension
|
14 |
pip install .
|
15 |
```
|
16 |
|
|
|
21 |
### How to Use?
|
22 |
|
23 |
```
|
24 |
+
from NeuralCom.CoNN.modeling_conn import CoNNModel
|
25 |
+
from NeuralCom.CoNN import Tokenizer
|
26 |
|
27 |
|
28 |
model = CoNNModel.from_pretrained('WENGSYX/CoNN_Parity')
|