A fix
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ model-index:
|
|
41 |
|
42 |
## Hyperparameters
|
43 |
|
44 |
-
This model was trained with the following hparams
|
45 |
|
46 |
```
|
47 |
torchrun --standalone --nnodes=1 --nproc-per-node=2 ../train_w2v2_bert.py \
|
|
|
41 |
|
42 |
## Hyperparameters
|
43 |
|
44 |
+
This model was trained with the following hparams using 2 RTX A4000:
|
45 |
|
46 |
```
|
47 |
torchrun --standalone --nnodes=1 --nproc-per-node=2 ../train_w2v2_bert.py \
|