ccdv commited on
Commit
4488494
1 Parent(s): d08ea98

readme + version

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