ccdv commited on
Commit
5f0fe86
·
1 Parent(s): 69c632d

readme + version

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. modeling_lsg_bert.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_bert.py CHANGED
@@ -1208,4 +1208,4 @@ try:
1208
  str_to_class(value.split(".")[-1]).register_for_auto_class(key)
1209
  except:
1210
  warn("AutoRegister isn't available, you'll have to manually copy modeling.py after .save_pretrained(...).")
1211
- warn("Update to transformers >= 4.17.0 to fix.")
 
1208
  str_to_class(value.split(".")[-1]).register_for_auto_class(key)
1209
  except:
1210
  warn("AutoRegister isn't available, you'll have to manually copy modeling.py after .save_pretrained(...).")
1211
+ warn("Update to transformers >= 4.23.1 to fix.")