ArvinZhuang commited on
Commit
f4b1904
1 Parent(s): 7bce970

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ passage = 'A transformer is a deep learning model that adopts the mechanism of s
48
  'weighting the significance of each part of the input (which includes the recursive output) data.'
49
 
50
 
51
- model_name_or_path = 'ielabgroup/xor-tydi-docTquery-mt5-base'
52
  input_text = PROMPT.format_map({'lang': lang2mT5['ja'],
53
  'title': title,
54
  'passage': passage})
 
48
  'weighting the significance of each part of the input (which includes the recursive output) data.'
49
 
50
 
51
+ model_name_or_path = 'ielabgroup/xor-tydi-docTquery-mt5-large'
52
  input_text = PROMPT.format_map({'lang': lang2mT5['ja'],
53
  'title': title,
54
  'passage': passage})