readme: fix typo
Browse filesHey,
this PR fixes a typi in model card.
README.md
CHANGED
@@ -42,10 +42,10 @@ fine-tuning.
|
|
42 |
A hyper-parameter search over the following parameters with 5 different seeds per configuration is performed:
|
43 |
|
44 |
* Batch Sizes: [`16`, `8`]
|
45 |
-
* Learning Rates: [`
|
46 |
|
47 |
More details can be found in this [repository](https://github.com/stefan-it/co-funer). All models are fine-tuned on a
|
48 |
-
[Hetzner
|
49 |
|
50 |
## Results
|
51 |
|
|
|
42 |
A hyper-parameter search over the following parameters with 5 different seeds per configuration is performed:
|
43 |
|
44 |
* Batch Sizes: [`16`, `8`]
|
45 |
+
* Learning Rates: [`3e-05`, `5e-05`]
|
46 |
|
47 |
More details can be found in this [repository](https://github.com/stefan-it/co-funer). All models are fine-tuned on a
|
48 |
+
[Hetzner GEX44](https://www.hetzner.com/dedicated-rootserver/matrix-gpu/) with an NVIDIA RTX 4000.
|
49 |
|
50 |
## Results
|
51 |
|