alycialee commited on
Commit
69a23b8
1 Parent(s): 0405c12

update revision in readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ This model requires `trust_remote_code=True` to be passed to the `from_pretraine
44
  mlm = AutoModelForMaskedLM.from_pretrained(
45
  'alycialee/m2-bert-110M',
46
  trust_remote_code=True,
47
- revision='eee02a4',
48
  )
49
  ```
50
 
 
44
  mlm = AutoModelForMaskedLM.from_pretrained(
45
  'alycialee/m2-bert-110M',
46
  trust_remote_code=True,
47
+ revision='0405c12',
48
  )
49
  ```
50