ehsanaghaei commited on
Commit
acf9ffc
·
1 Parent(s): 80644a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -12
README.md CHANGED
@@ -32,18 +32,6 @@ outputs = model(**inputs)
32
 
33
  last_hidden_states = outputs.last_hidden_state
34
 
35
-
36
-
37
- Or just clone the repo:
38
-
39
- ```
40
- git lfs install
41
- git clone https://huggingface.co/ehsanaghaei/SecureBERT
42
- # if you want to clone without large files – just their pointers
43
- # prepend your git clone with the following env var:
44
- GIT_LFS_SKIP_SMUDGE=1
45
- ```
46
-
47
  ## Fill Mask
48
  SecureBERT has been trained on MLM. Use the code below to predict the masked word within the given sentences:
49
 
 
32
 
33
  last_hidden_states = outputs.last_hidden_state
34
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  ## Fill Mask
36
  SecureBERT has been trained on MLM. Use the code below to predict the masked word within the given sentences:
37