bloomer010 commited on
Commit
00685de
·
verified ·
1 Parent(s): 4dffb6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -12,7 +12,7 @@ base_model:
12
 
13
  ## Conversion and Quantization
14
 
15
- The BF16 GGUF was converted directly from the released `inclusionAI/Ling-3.0-flash` BF16 safetensors.
16
 
17
  Conversion-specific tensor transformations include:
18
 
@@ -26,9 +26,9 @@ base_model:
26
 
27
  ### Importance Matrix
28
 
29
- The importance matrix was generated from the Q8_0 model using:
30
 
31
- - Wikitext-2 `wiki.train.raw`
32
  - 100 chunks
33
  - 512 tokens per chunk
34
  - 51,200 calibration tokens total
 
12
 
13
  ## Conversion and Quantization
14
 
15
+ Taken directly from the released `inclusionAI/Ling-3.0-flash` BF16 safetensors.
16
 
17
  Conversion-specific tensor transformations include:
18
 
 
26
 
27
  ### Importance Matrix
28
 
29
+ Importance matrix generated from the Q8_0 model:
30
 
31
+ - `wiki.train.raw`
32
  - 100 chunks
33
  - 512 tokens per chunk
34
  - 51,200 calibration tokens total