WENGSYX commited on
Commit
e5f659b
1 Parent(s): 575275b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,7 +11,7 @@ In this model card, we introduce the Last Letter model, which is similar to the
11
 
12
  ```
13
  git clone https://github.com/WENGSYX/Neural-Comprehension
14
- cd apex
15
  pip install .
16
  ```
17
 
@@ -22,8 +22,8 @@ To run neural comprehension, you need to install `PyTorch`, `Transformers`, `jax
22
  ### How to Use?
23
 
24
  ```
25
- from NeuralComprehension.CoNN.modeling_conn import CoNNModel
26
- from NeuralComprehension.tracr4torch import Tokenizer
27
 
28
 
29
  model = CoNNModel.from_pretrained('WENGSYX/CoNN_Last_Letter')
 
11
 
12
  ```
13
  git clone https://github.com/WENGSYX/Neural-Comprehension
14
+ cd Neural-Comprehension
15
  pip install .
16
  ```
17
 
 
22
  ### How to Use?
23
 
24
  ```
25
+ from NeuralCom.CoNN.modeling_conn import CoNNModel
26
+ from NeuralCom.CoNN import Tokenizer
27
 
28
 
29
  model = CoNNModel.from_pretrained('WENGSYX/CoNN_Last_Letter')