susnato commited on
Commit
415e2fe
1 Parent(s): 986dc7d

Update convert.py

Browse files
Files changed (1) hide show
  1. convert.py +1 -1
convert.py CHANGED
@@ -112,4 +112,4 @@ def extract_and_convert(input_dir, output_dir):
112
 
113
 
114
  if __name__ == '__main__':
115
- extract_and_convert("./ernie_m_large_paddle/", "./ernie_m_large_torch/")
 
112
 
113
 
114
  if __name__ == '__main__':
115
+ extract_and_convert("./ernie_m_base_paddle/", "./ernie_m_base_torch/")