Commit
·
569d898
1
Parent(s):
4443fda
Update README
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ This is a `970K` parameter [BERT](https://arxiv.org/abs/1810.04805) encoder-only
|
|
| 14 |
|
| 15 |
## Usage
|
| 16 |
|
| 17 |
-
`biomedbert-hash-nano` can be loaded using [Hugging Face Transformers](https://huggingface.co/docs/transformers/en/
|
| 18 |
|
| 19 |
```python
|
| 20 |
from transformers import AutoModel
|
|
|
|
| 14 |
|
| 15 |
## Usage
|
| 16 |
|
| 17 |
+
`biomedbert-hash-nano` can be loaded using [Hugging Face Transformers](https://huggingface.co/docs/transformers/en/index) as follows. Note that given that this is a custom architecture, `trust_remote_code` needs to be set.
|
| 18 |
|
| 19 |
```python
|
| 20 |
from transformers import AutoModel
|