0xSero commited on
Commit
2ec2979
·
verified ·
1 Parent(s): ecd9d39

Fix base-model quantization metadata

Browse files

Declare poolside/Laguna-S-2.1 as the base model and the Hub relationship as quantized so this checkpoint appears in the upstream quantization tree and base-model filters.

Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -2,11 +2,12 @@
2
  license: openmdw-1.1
3
  library_name: vllm
4
  pipeline_tag: text-generation
5
- base_model:
6
- - poolside/Laguna-S-2.1-NVFP4
7
  tags:
8
  - laguna
9
  - laguna-s-2.1
 
10
  - mixture-of-experts
11
  - nvfp4
12
  - exl3
 
2
  license: openmdw-1.1
3
  library_name: vllm
4
  pipeline_tag: text-generation
5
+ base_model: poolside/Laguna-S-2.1
6
+ base_model_relation: quantized
7
  tags:
8
  - laguna
9
  - laguna-s-2.1
10
+ - quantized
11
  - mixture-of-experts
12
  - nvfp4
13
  - exl3