席亚东 commited on
Commit
7afe3fd
·
1 Parent(s): f1e4729

add the transformer version

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ cd EET
58
  pip install .
59
 
60
  # install transformers (EET requirements)
61
- pip install transformers
62
 
63
  # make a folder, move the dictionary file and model file into it.
64
  mkdir transformer_lm_gpt2_medium
 
58
  pip install .
59
 
60
  # install transformers (EET requirements)
61
+ pip install transformers==4.23
62
 
63
  # make a folder, move the dictionary file and model file into it.
64
  mkdir transformer_lm_gpt2_medium