bullerwins commited on
Commit
9dbcf92
·
verified ·
1 Parent(s): c60171d

Update README.md

Browse files

Currently hugging-face automatically has assigned the instruct model as a "quantized" version of the base model, maybe as it sees some weights in fp8? it automatically did it.
The `base_model_relation: finetune` will force set it to a finetune from the base model

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -3,6 +3,7 @@ license: mit
3
  library_name: transformers
4
  base_model:
5
  - deepseek-ai/DeepSeek-V3.2-Exp-Base
 
6
  ---
7
  # DeepSeek-V3.2-Exp
8
 
 
3
  library_name: transformers
4
  base_model:
5
  - deepseek-ai/DeepSeek-V3.2-Exp-Base
6
+ base_model_relation: finetune
7
  ---
8
  # DeepSeek-V3.2-Exp
9