zamroni111 commited on
Commit
9128385
·
verified ·
1 Parent(s): d74e059

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -20,8 +20,10 @@ pipeline_tag: text-generation
20
 
21
  ## Model Details
22
  deepseek-ai/DeepSeek-R1-Distill-Llama-8B quantized to ONNX GenAI INT4 with Microsoft DirectML optimization.<br>
23
- Output is reformatted that each sentence starts at new line to improve readability.
24
- Output will start with COTS/reasoning.
 
 
25
  <pre>
26
  ...
27
  vNewDecoded = tokenizer_stream.decode(new_token)
 
20
 
21
  ## Model Details
22
  deepseek-ai/DeepSeek-R1-Distill-Llama-8B quantized to ONNX GenAI INT4 with Microsoft DirectML optimization.<br>
23
+ Output is reformatted that each sentence starts at new line to improve readability.<br>
24
+ Output will start with COTS/reasoning.<br>
25
+
26
+ In the tokenizer_config.json, the "unk_token" value is changed from null to ""
27
  <pre>
28
  ...
29
  vNewDecoded = tokenizer_stream.decode(new_token)