Safetensors
English
bert_hash
custom_code
davidmezzetti commited on
Commit
49c2c35
·
verified ·
1 Parent(s): f7f708e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ These models can be loaded using Hugging Face Transformers as follows. Note that
43
  ```python
44
  from transformers import AutoModel
45
 
46
- model = AutoModel.from_pretrained("neuml/bert-hash-femto", trust_remote_code=True)
47
  ```
48
 
49
  ## Training
 
43
  ```python
44
  from transformers import AutoModel
45
 
46
+ model = AutoModel.from_pretrained("neuml/bert-hash-nano", trust_remote_code=True)
47
  ```
48
 
49
  ## Training