HillPhelmuth commited on
Commit
1c0c5c8
·
verified ·
1 Parent(s): 60f9a4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -3,9 +3,11 @@ library_name: llama.cpp
3
  base_model: gpt-oss-20b
4
  license: apache-2.0
5
  tags:
6
- - gguf
7
- - quantized
8
- - q8_0
 
 
9
  ---
10
 
11
  # gpt-oss-20B Chess Analysis (GGUF)
@@ -13,5 +15,4 @@ tags:
13
  - **Quantization**: `q8_0`
14
  - **Converted with**:
15
  `python llama.cpp/convert_hf_to_gguf.py gpt-oss-20b-hf --outfile gpt-oss-20b-q8_0.gguf --outtype q8_0`
16
- - Intended for chess analysis workloads with llama.cpp-compatible runtimes.
17
-
 
3
  base_model: gpt-oss-20b
4
  license: apache-2.0
5
  tags:
6
+ - gguf
7
+ - quantized
8
+ - q8_0
9
+ datasets:
10
+ - HillPhelmuth/ChessReasoning_OpenAIOss_Template
11
  ---
12
 
13
  # gpt-oss-20B Chess Analysis (GGUF)
 
15
  - **Quantization**: `q8_0`
16
  - **Converted with**:
17
  `python llama.cpp/convert_hf_to_gguf.py gpt-oss-20b-hf --outfile gpt-oss-20b-q8_0.gguf --outtype q8_0`
18
+ - Intended for chess analysis workloads with llama.cpp-compatible runtimes.