GY2233 commited on
Commit
67392d9
·
verified ·
1 Parent(s): 2eab17f

Add Qwen3-0.6B+Qwen3-8B router files

Browse files
Qwen3-0.6B+Qwen3-8B/default_router.json CHANGED
@@ -30,14 +30,14 @@
30
  "data": {
31
  "train": {
32
  "path": [
33
- "local:/share/public/wangruoxi/repo/R2R/output_qwen3/query_dataset_train/LLM_response/SLM_prefill/LLM_continuation_verify/divergent_label_dataset"
34
  ],
35
  "type": "divergent",
36
  "input_prefix": "small_"
37
  },
38
  "test": {
39
  "path": [
40
- "local:/share/public/wangruoxi/repo/R2R/output_qwen3/query_dataset_test/LLM_response/SLM_prefill/LLM_continuation_verify/divergent_label_dataset"
41
  ],
42
  "type": "divergent",
43
  "input_prefix": "small_"
 
30
  "data": {
31
  "train": {
32
  "path": [
33
+ "local:path_to_train_data"
34
  ],
35
  "type": "divergent",
36
  "input_prefix": "small_"
37
  },
38
  "test": {
39
  "path": [
40
+ "local:path_to_test_data"
41
  ],
42
  "type": "divergent",
43
  "input_prefix": "small_"