hlo-world commited on
Commit
21aa4d2
1 Parent(s): 90e3598

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ language:
11
 
12
  This is just a repackage of [ehartford/dolphin-2.1-mistral-7b](https://huggingface.co/ehartford/dolphin-2.1-mistral-7b)
13
  - For usage in [text-generation-inference](https://github.com/huggingface/text-generation-inference) by applying a [fix suggested by user sam-ulrich1](https://github.com/huggingface/text-generation-inference/issues/1132#issuecomment-1781441165) for the error that some encountered when deploying:
14
- ```ValueError: Non-consecutive added token '<unk>' found. Should have index 32000 but has index 0 in saved vocabulary.```
15
  - With safetensors included so that mainboard memory is not needed for a .bin -> .safetensors conversion step. This circumvents scenarios where the mainboard does not have enough memory but the GPU does.
16
 
17
  # Below is original README from ehartford/dolphin-2.1-mistral-7b
 
11
 
12
  This is just a repackage of [ehartford/dolphin-2.1-mistral-7b](https://huggingface.co/ehartford/dolphin-2.1-mistral-7b)
13
  - For usage in [text-generation-inference](https://github.com/huggingface/text-generation-inference) by applying a [fix suggested by user sam-ulrich1](https://github.com/huggingface/text-generation-inference/issues/1132#issuecomment-1781441165) for the error that some encountered when deploying:
14
+ - ```ValueError: Non-consecutive added token '<unk>' found. Should have index 32000 but has index 0 in saved vocabulary.```
15
  - With safetensors included so that mainboard memory is not needed for a .bin -> .safetensors conversion step. This circumvents scenarios where the mainboard does not have enough memory but the GPU does.
16
 
17
  # Below is original README from ehartford/dolphin-2.1-mistral-7b