ccdv commited on
Commit
32605da
1 Parent(s): 37ae568

readme + version

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. modeling_lsg_pegasus.py +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ pipeline_tag: fill-mask
9
  ---
10
 
11
  # LSG model
12
- **Transformers >= 4.22.2**\
13
  **This model relies on a custom modeling file, you need to add trust_remote_code=True**\
14
  **See [\#13467](https://github.com/huggingface/transformers/pull/13467)**
15
 
 
9
  ---
10
 
11
  # LSG model
12
+ **Transformers >= 4.23.1**\
13
  **This model relies on a custom modeling file, you need to add trust_remote_code=True**\
14
  **See [\#13467](https://github.com/huggingface/transformers/pull/13467)**
15
 
modeling_lsg_pegasus.py CHANGED
@@ -1089,4 +1089,4 @@ try:
1089
  str_to_class(value.split(".")[-1]).register_for_auto_class(key)
1090
  except:
1091
  warn("AutoRegister isn't available, you'll have to manually copy modeling.py after .save_pretrained(...).")
1092
- warn("Update to transformers >= 4.17.0 to fix.")
 
1089
  str_to_class(value.split(".")[-1]).register_for_auto_class(key)
1090
  except:
1091
  warn("AutoRegister isn't available, you'll have to manually copy modeling.py after .save_pretrained(...).")
1092
+ warn("Update to transformers >= 4.23.1 to fix.")