ThiloteE commited on
Commit
b7e2e00
·
verified ·
1 Parent(s): 4644574

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -20,17 +20,15 @@ tags:
20
  ---
21
  # About
22
 
23
- <!-- ### quantize_version: 2 -->
24
- <!-- ### output_tensor_quantised: 1 -->
25
  <!-- ### convert_type: hf -->
26
- <!-- ### vocab_type: -->
27
- <!-- ### tags: -->
 
28
 
29
  - Static quants of https://huggingface.co/01-ai/Yi-1.5-9B-Chat-16K
30
  - Quantized by [ThiloteE](https://huggingface.co/ThiloteE) with llama.cpp commit [c3776ca](https://github.com/ggerganov/llama.cpp/commit/c3776cacabce2ee35f172fb72be7a519752125fa)
31
 
32
- # Notes
33
-
34
  These quants were created with a customized configuration that have been proven to not cause visible end of string (eos) tokens during inference with [GPT4All](https://www.nomic.ai/gpt4all).
35
  The config.json, generation_config.json and tokenizer_config.json differ from the original configuration as can be found in the original model's repository at the time of creation of these quants.
36
 
 
20
  ---
21
  # About
22
 
23
+ <!-- ### quantize_version: 3 -->
 
24
  <!-- ### convert_type: hf -->
25
+
26
+ This is a featured model that is assumed to perform well, but may require more testing and user feedback. Be aware, only models that also are featured within the GUI of GPT4All, are curated and officially supported by Nomic. Use at your own risk.
27
+
28
 
29
  - Static quants of https://huggingface.co/01-ai/Yi-1.5-9B-Chat-16K
30
  - Quantized by [ThiloteE](https://huggingface.co/ThiloteE) with llama.cpp commit [c3776ca](https://github.com/ggerganov/llama.cpp/commit/c3776cacabce2ee35f172fb72be7a519752125fa)
31
 
 
 
32
  These quants were created with a customized configuration that have been proven to not cause visible end of string (eos) tokens during inference with [GPT4All](https://www.nomic.ai/gpt4all).
33
  The config.json, generation_config.json and tokenizer_config.json differ from the original configuration as can be found in the original model's repository at the time of creation of these quants.
34