NiceAsiv commited on
Commit
5834a2d
·
verified ·
1 Parent(s): 797e067

sanitize public adapter metadata

Browse files

Replace the local base-model path with the public Qwen model ID and refresh SHA256SUMS.

Files changed (2) hide show
  1. SHA256SUMS +1 -1
  2. adapter_config.json +1 -1
SHA256SUMS CHANGED
@@ -1,4 +1,4 @@
1
- 8024877aad0ea4a79d214b9220770e19e3831b9c49441bfae5f7be737eaa9725 ./adapter_config.json
2
  3539b0bd31bbb9699a20300621271df5976f1688f1821ef9e4edd8af27ad7168 ./adapter_model.safetensors
3
  a55ee1b1660128b7098723e0abcd92caa0788061051c62d51cbe87d9cf1974d8 ./chat_template.jinja
4
  90603faca85b5b119d64746d627443923cf6bcd5143ac98fa1f5592debf2480e ./evaluation/post-canary-metrics.json
 
1
+ 7c7f90a573dad16937bf7188474e1ec08cb9b95086d9abbcd30d26cc9a93a9b5 ./adapter_config.json
2
  3539b0bd31bbb9699a20300621271df5976f1688f1821ef9e4edd8af27ad7168 ./adapter_model.safetensors
3
  a55ee1b1660128b7098723e0abcd92caa0788061051c62d51cbe87d9cf1974d8 ./chat_template.jinja
4
  90603faca85b5b119d64746d627443923cf6bcd5143ac98fa1f5592debf2480e ./evaluation/post-canary-metrics.json
adapter_config.json CHANGED
@@ -3,7 +3,7 @@
3
  "alpha_pattern": {},
4
  "arrow_config": null,
5
  "auto_mapping": null,
6
- "base_model_name_or_path": "/home/xjtuoss/nuosu-project/models/Qwen3-1.7B-70d244cc",
7
  "bias": "none",
8
  "corda_config": null,
9
  "ensure_weight_tying": true,
 
3
  "alpha_pattern": {},
4
  "arrow_config": null,
5
  "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen3-1.7B",
7
  "bias": "none",
8
  "corda_config": null,
9
  "ensure_weight_tying": true,