Browse Source

更新参数

zhangbo 1 year ago
parent
commit
7fa39aafab
2 changed files with 64 additions and 6 deletions
  1. 18 0
      alg_recsys_rank_density_rules_json.json
  2. 46 6
      alg_recsys_recall_tags_videos.json

+ 18 - 0
alg_recsys_rank_density_rules_json.json

@@ -0,0 +1,18 @@
+{
+  "早上好": {
+    "start": 0,
+    "end": 9
+  },
+  "中午好": {
+    "start": 11,
+    "end": 13
+  },
+  "冬至": {
+    "start": 0,
+    "end": 9
+  },
+  "祝福": {
+    "start": 0,
+    "end": 23
+  }
+}

+ 46 - 6
alg_recsys_recall_tags_videos.json

@@ -1,18 +1,58 @@
 {
   "早上好": {
     "start": 0,
-    "end": 9
+    "end": 9,
+    "0": {
+      "density": 1
+    }
   },
   "中午好": {
     "start": 11,
-    "end": 13
+    "end": 13,
+    "0": {
+      "density": 1
+    }
   },
-  "冬至": {
-    "start": 0,
-    "end": 9
+  "下午好": {
+    "start": 15,
+    "end": 16,
+    "0": {
+      "density": 1
+    }
+  },
+  "晚上好": {
+    "start": 18,
+    "end": 20,
+    "0": {
+      "density": 1
+    }
+  },
+  "晚安": {
+    "start": 21,
+    "end": 23,
+    "0": {
+      "density": 1
+    }
   },
   "祝福": {
     "start": 0,
-    "end": 23
+    "end": 23,
+    "0": {
+      "density": 1
+    }
+  },
+  "P1高风险": {
+    "start": 0,
+    "end": 23,
+    "0": {
+      "density": 1
+    }
+  },
+  "P0高风险": {
+    "start": 0,
+    "end": 23,
+    "0": {
+      "density": 1
+    }
   }
 }