dongxq commited on
Commit
c5682c4
1 Parent(s): 8cd77f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ Using the Fengshen-LM framework and finetuning based on detalm , get a translati
43
  # or you can download modeling_deltalm.py in
44
  # Strongly recommend you git clone the Fengshenbang-LM repo:
45
  # 1. git clone https://github.com/IDEA-CCNL/Fengshenbang-LM
46
- # 2. cd Fengshenbang-LM/fengshen/examples/deltalm/
47
 
48
  from modeling_deltalm import DeltalmForConditionalGeneration
49
  from transformers import AutoTokenizer
 
43
  # or you can download modeling_deltalm.py in
44
  # Strongly recommend you git clone the Fengshenbang-LM repo:
45
  # 1. git clone https://github.com/IDEA-CCNL/Fengshenbang-LM
46
+ # 2. cd Fengshenbang-LM/fengshen/models/deltalm/
47
 
48
  from modeling_deltalm import DeltalmForConditionalGeneration
49
  from transformers import AutoTokenizer