Update README.md
Browse files
README.md
CHANGED
@@ -56,7 +56,7 @@ merge_method: passthrough
|
|
56 |
dtype: bfloat16
|
57 |
```
|
58 |
|
59 |
-
Here is the code I've used to generate the config calculate the number of layers/parameters after passthrough:
|
60 |
|
61 |
```python
|
62 |
def generate_yaml_config(range_size, total_layers, nb_parameters):
|
|
|
56 |
dtype: bfloat16
|
57 |
```
|
58 |
|
59 |
+
Here is the code I've used to generate the config and calculate the number of layers/parameters after passthrough:
|
60 |
|
61 |
```python
|
62 |
def generate_yaml_config(range_size, total_layers, nb_parameters):
|