Apel-sin commited on
Commit
466047e
·
verified ·
1 Parent(s): f2d4f2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -6,6 +6,24 @@ pipeline_tag: text-generation
6
  tags:
7
  - code
8
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
 
10
  A capable language model for text to SQL generation for Postgres, Redshift and Snowflake that is on-par with the most capable generalist frontier models.
11
 
 
6
  tags:
7
  - code
8
  ---
9
+ # Exllama v2 defog/llama-3-sqlcoder-8b
10
+
11
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.21">turboderp's ExLlamaV2 v0.0.21</a> for quantization.
12
+
13
+ <b>The "main" branch only contains the measurement.json, download one of the other branches for the model</b>
14
+
15
+ Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
16
+
17
+ Original model: <a href="https://huggingface.co/defog/llama-3-sqlcoder-8b">defog/llama-3-sqlcoder-8b</a><br>
18
+ Calibration dataset is based on: <a href="https://huggingface.co/datasets/m-a-p/CodeFeedback-Filtered-Instruction">m-a-p/CodeFeedback-Filtered-Instruction</a>
19
+
20
+ ## Available sizes
21
+
22
+ | Branch | Bits | lm_head bits | Description |
23
+ | ----- | ---- | ------- | ------------ |
24
+ | [8_0](https://huggingface.co/Apel-sin/llama-3-sqlcoder-8B-exl2/tree/8_0) | Maximum quality that ExLlamaV2 can produce, near unquantized performance. |
25
+ | [6_5](https://huggingface.co/Apel-sin/llama-3-sqlcoder-8B-exl2/tree/6_5) | Very similar to 8.0, good tradeoff of size vs performance, **recommended**. |
26
+ | [5_5](https://huggingface.co/Apel-sin/llama-3-sqlcoder-8B-exl2/tree/5_5) | Slightly lower quality vs 6.5, but usable on 8GB cards. |
27
 
28
  A capable language model for text to SQL generation for Postgres, Redshift and Snowflake that is on-par with the most capable generalist frontier models.
29