sychonix commited on
Commit
5476772
·
verified ·
1 Parent(s): ccf826e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -1,8 +1,28 @@
1
- # 🧠 OlympicCoder 7B Q6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
 
3
  Optimized and quantized version of OlympicCoder 7B designed for algorithmic reasoning, coding challenges, and symbolic inference.
4
 
5
- ---
6
 
7
  ## 🧩 Model Details
8
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - gguf
5
+ - coding
6
+ - quantized
7
+ - Q6_K
8
+ - olympiccoder
9
+ - llama.cpp
10
+ - sychonix
11
+ inference: false
12
+ base_model: bartowski/open-r1_OlympicCoder-7B-GGUF
13
+ model_type: llama
14
+ quantization_config:
15
+ quant_method: bitsandbytes
16
+ load_in_4bit: false
17
+ load_in_8bit: false
18
+ weight_dtype: float16
19
+ bnb_4bit_quant_type: nf4
20
+ ---
21
 
22
+ # 🧠 OlympicCoder 7B Q6
23
  Optimized and quantized version of OlympicCoder 7B designed for algorithmic reasoning, coding challenges, and symbolic inference.
24
 
25
+ ...
26
 
27
  ## 🧩 Model Details
28