{
   "id":"byte.ies.tiktok.comment_ml",
   "desc":"will_enter_comment",
   "version":"0.0.1",
   "model_version":"0.0.1",
   "model_type":"bytenn",
   "forward_type":"cpu",
   "input_type":"list",
   "feature_list":[
      "play_time_0",
      "play_time_1",
      "play_time_2",
      "play_time_3",
      "play_time_4",
      "finish_cnt",
      "like_cnt",
      "head_cnt",
      "follow_cnt",
      "comment_cnt",
      "v_duration",
      "is_ad",
      "v_comments",
      "v_likes",
      "v_vvs",
      "v_shares",
      "v_downloads",
      "follow_status",
      "server_prob",
      "cur_like",
      "cur_follow",
      "cur_favorite",
      "cur_finish",
      "cur_playtime",
      "cur_playtime_total",
      "country"
   ],
   "input":[
      {
         "feature":"country",
         "type":"float32",
         "op":"onehotEncode",
         "labels":[
            "",
            "US",
            "ID",
            "MX",
            "GB",
            "JP",
            "BR",
            "PH"
         ]
      }
   ],
   "output":[
      {
         "op":"predict_bin",
         "args":[
            0.5
         ],
         "labels":[
            "enter",
            "leave"
         ]
      }
   ]
}