Dr. Jorge Abreu Vicente commited on
Commit ·
eb7f17a
1
Parent(s): 596cbe3
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
---
|
|
|
|
| 4 |
!---
|
| 5 |
|
| 6 |
# ##############################################################################################
|
|
@@ -29,7 +30,7 @@ We provide in the repository an alternative version of the python script in orde
|
|
| 29 |
|
| 30 |
BioMegatron can be run with the standard 🤗 script for loading models. Here we show an example identical to that of [`nvidia/megatron-bert-uncased-345m`](https://huggingface.co/nvidia/megatron-bert-uncased-345m).
|
| 31 |
|
| 32 |
-
```
|
| 33 |
import os
|
| 34 |
import torch
|
| 35 |
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
!---
|
| 6 |
|
| 7 |
# ##############################################################################################
|
|
|
|
| 30 |
|
| 31 |
BioMegatron can be run with the standard 🤗 script for loading models. Here we show an example identical to that of [`nvidia/megatron-bert-uncased-345m`](https://huggingface.co/nvidia/megatron-bert-uncased-345m).
|
| 32 |
|
| 33 |
+
```python
|
| 34 |
import os
|
| 35 |
import torch
|
| 36 |
|