alycialee commited on
Commit
457a689
1 Parent(s): 2d9dbaa

add 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='',
50
  )
51
  ```
52
 
 
46
  mlm = AutoModelForMaskedLM.from_pretrained(
47
  'alycialee/m2-bert-341m',
48
  trust_remote_code=True,
49
+ revision='2d9dbaa',
50
  )
51
  ```
52