sophosympatheia commited on
Commit
ec830ac
·
verified ·
1 Parent(s): 3599ab0

Update README.md

Browse files

Documenting fix for tokenizer in mergekit recipe

Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -411,5 +411,6 @@ parameters:
411
  value: [0.25, 0.35, 0.55, 0.35, 0.25]
412
  - value: 0.45 # default for other components
413
  dtype: bfloat16
414
-
 
415
  ```
 
411
  value: [0.25, 0.35, 0.55, 0.35, 0.25]
412
  - value: 0.45 # default for other components
413
  dtype: bfloat16
414
+ tokenizer:
415
+ source: deepseek-ai/DeepSeek-R1-Distill-Llama-70B #necessary to fix tokenizer
416
  ```