ArthurGprog commited on
Commit
56767ca
1 Parent(s): f90c97a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -5
README.md CHANGED
@@ -1,5 +1,18 @@
1
- ---
2
- license: other
3
- license_name: mnpl
4
- license_link: https://mistral.ai/licenses/MNPL-0.1.md
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: mnpl
4
+ license_link: https://mistral.ai/licenses/MNPL-0.1.md
5
+ ---
6
+ This model is a GPTQ-quantized version of the Codestral-22B-v0.1 model with the FIM fix, designed to provide improved performance and efficiency.
7
+ The original Codestral-22B-v0.1 model had a tokenization error for the FIM use case, which was addressed by the legraphista/Codestral-22B-v0.1-hf-FIM-fix model. This GPTQ-quantized model builds upon the fixed model, using default AutoGPTQ arguments and 4 bits per weight.
8
+
9
+
10
+
11
+ *Compatible with vllm*
12
+
13
+ Alternative to dan-kwiat/Codestral-22B-v0.1-hf-FIM-fix-awq
14
+
15
+
16
+ *Tips for Code Completion*
17
+
18
+ When using this model or any other Codestral-22B-v0.1 model for code completion in VSCode on Windows, make sure to use LF (Line Feed) instead of CRLF (Carriage Return Line Feed) for better results. This will prevent unrelated '\' characters from appearing in completions.