Dr. Jorge Abreu Vicente commited on
Commit ·
bfec62b
1
Parent(s): c623373
Update README.md
Browse files
README.md
CHANGED
|
@@ -63,7 +63,7 @@ torch.save(output_state_dict, output_checkpoint_file)
|
|
| 63 |
|
| 64 |
```
|
| 65 |
|
| 66 |
-
We provide in the repository an alternative version of the python script in order to any user to cross-check the validity of the model replicated in this repository.
|
| 67 |
|
| 68 |
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-cased-345m).
|
| 69 |
|
|
|
|
| 63 |
|
| 64 |
```
|
| 65 |
|
| 66 |
+
We provide in the repository an alternative version of the [python script](https://huggingface.co/EMBO/BioMegatron345mCased/blob/main/convert_biomegatron_checkpoint.py) in order to any user to cross-check the validity of the model replicated in this repository.
|
| 67 |
|
| 68 |
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-cased-345m).
|
| 69 |
|