WENGSYX commited on
Commit
753278f
·
1 Parent(s): 74050b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 apex
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 NeuralComprehension.CoNN.modeling_conn import CoNNModel
25
- from NeuralComprehension.tracr4torch import Tokenizer
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')