Spaces:
Running
Running
saattrupdan
commited on
Commit
•
35921f3
1
Parent(s):
9e416c9
Add random seed to the example
Browse files
README.md
CHANGED
@@ -40,6 +40,7 @@ When working you use a YAML file like the following
|
|
40 |
parameters:
|
41 |
int8_mask: true
|
42 |
dtype: bfloat16
|
|
|
43 |
```
|
44 |
|
45 |
The dare_ties methods seems to perform better than other merging methods.
|
|
|
40 |
parameters:
|
41 |
int8_mask: true
|
42 |
dtype: bfloat16
|
43 |
+
random_seed: 42
|
44 |
```
|
45 |
|
46 |
The dare_ties methods seems to perform better than other merging methods.
|