Safetensors
crumb commited on
Commit
b6fdc40
·
verified ·
1 Parent(s): a8404d7
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ from huggingface_hub import hf_hub_download
27
  device = torch.device("cuda:0")
28
  dtype = torch.bfloat16
29
  base_model_id = "HuggingFaceTB/SmolLM3-3B-Base"
30
- compressor_id = "crumb/essence-3b-v1"
31
 
32
  # === MODEL LOADING ===
33
 
 
27
  device = torch.device("cuda:0")
28
  dtype = torch.bfloat16
29
  base_model_id = "HuggingFaceTB/SmolLM3-3B-Base"
30
+ compressor_id = "midwestern-simulation/essence-3b-v1"
31
 
32
  # === MODEL LOADING ===
33