alycialee commited on
Commit
a619b37
1 Parent(s): ecb4a4a

update revision in readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -46,7 +46,7 @@ This model requires `trust_remote_code=True` to be passed to the `from_pretraine
46
  mlm = AutoModelForMaskedLM.from_pretrained(
47
  'alycialee/m2-bert-341M',
48
  trust_remote_code=True,
49
- revision='2d9dbaa',
50
  )
51
  ```
52
 
 
46
  mlm = AutoModelForMaskedLM.from_pretrained(
47
  'alycialee/m2-bert-341M',
48
  trust_remote_code=True,
49
+ revision='ecb4a4a',
50
  )
51
  ```
52