kashif HF Staff commited on
Commit
35dda16
·
verified ·
1 Parent(s): 7bb90e8

Cleanup: drop SHA256 column + remove stale Files section

Browse files
Files changed (1) hide show
  1. README.md +7 -12
README.md CHANGED
@@ -32,13 +32,13 @@ as `<protein_coding_region>` instead of DNA).
32
 
33
  ## Available files
34
 
35
- | Quant | File | Size | SHA256 |
36
- | --- | --- | --- | --- |
37
- | BF16 | `carbon-3b-bf16.gguf` | 6.4 GB | `eb4f4273a1498d483b65ecc5ebac419635412988ae00a48490fb089c2ef104c8` |
38
- | Q8_0 | `carbon-3b-q8_0.gguf` | 3.4 GB | `3a2b2239e8d91bd45fe6452c011f9691657829c08625b239044ebf974f272694` |
39
- | Q6_K | `carbon-3b-q6_k.gguf` | 2.8 GB | `3635b4802378eb5b4995a27915e0e16ab2726c3cd2bdd1bc39ef6ffa16f9529b` |
40
- | Q5_K_M | `carbon-3b-q5_k_m.gguf` | 2.4 GB | `ee5c115ce03a77b746259f7b0a946b29fd21666d96207d9d4d2bc303f4a35b48` |
41
- | Q4_K_M | `carbon-3b-q4_k_m.gguf` | 2.1 GB | `a639a57be601faecbc04f095015bad2bd35cd251f8994b11976f425ab55009e0` |
42
 
43
  K-quants are produced with `--token-embedding-type Q8_0 --output-tensor-type Q8_0`
44
  so the sensitive embedding/output tensors stay at Q8_0 precision (important for
@@ -56,11 +56,6 @@ git clone https://github.com/ggml-org/llama.cpp
56
  cd llama.cpp && cmake -B build && cmake --build build -j
57
  ```
58
 
59
- ## Files
60
-
61
- | File | Quant | Size |
62
- |---|---|---|
63
- | `carbon-3b-bf16.gguf` | bf16 (lossless from source) | 6.5 GB |
64
 
65
  ## Usage
66
 
 
32
 
33
  ## Available files
34
 
35
+ | Quant | File | Size |
36
+ | --- | --- | --- |
37
+ | BF16 | `carbon-3b-bf16.gguf` | 6.4 GB |
38
+ | Q8_0 | `carbon-3b-q8_0.gguf` | 3.4 GB |
39
+ | Q6_K | `carbon-3b-q6_k.gguf` | 2.8 GB |
40
+ | Q5_K_M | `carbon-3b-q5_k_m.gguf` | 2.4 GB |
41
+ | Q4_K_M | `carbon-3b-q4_k_m.gguf` | 2.1 GB |
42
 
43
  K-quants are produced with `--token-embedding-type Q8_0 --output-tensor-type Q8_0`
44
  so the sensitive embedding/output tensors stay at Q8_0 precision (important for
 
56
  cd llama.cpp && cmake -B build && cmake --build build -j
57
  ```
58
 
 
 
 
 
 
59
 
60
  ## Usage
61