solankibhargav commited on
Commit
2ab3488
1 Parent(s): 747ec4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -15,7 +15,7 @@ haLLAwa2 is a merge of the following models using [mergekit](https://github.com/
15
 
16
  ## 🧩 Configuration
17
 
18
- \```yaml
19
  slices:
20
  - sources:
21
  - model: OpenPipe/mistral-ft-optimized-1227
@@ -33,4 +33,5 @@ parameters:
33
  value: [1, 0.5, 0.7, 0.3, 0]
34
  - value: 0.5 # fallback for rest of tensors
35
  dtype: bfloat16
 
36
  \```
 
15
 
16
  ## 🧩 Configuration
17
 
18
+ ```yaml
19
  slices:
20
  - sources:
21
  - model: OpenPipe/mistral-ft-optimized-1227
 
33
  value: [1, 0.5, 0.7, 0.3, 0]
34
  - value: 0.5 # fallback for rest of tensors
35
  dtype: bfloat16
36
+
37
  \```