File size: 2,153 Bytes
68b565f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | {
"model_name": "CAMeL-Lab/bert-base-arabic-camelbert-mix",
"max_length": 64,
"threshold": 0.5,
"num_labels": 33,
"intents": [
"ambiguous_place",
"ask_location",
"ask_price",
"ask_rating",
"availability_question",
"best_of",
"clarification_response",
"compare_places",
"confirm",
"deny",
"fallback",
"filter_results",
"goodbye",
"greeting",
"housing_search",
"menu_filter",
"nearby_search",
"nearest_cafe",
"nearest_pharmacy",
"nearest_restaurant",
"nearest_supermarket",
"no_result_recovery",
"open_now",
"open_now_extended",
"place_details",
"price_question",
"recommend_place",
"recommendation_by_mood",
"search_by_item",
"show_menu",
"show_more",
"sort_results",
"thanks"
],
"mood_keywords": [
"هادي",
"رومانسي",
"للعيلة",
"للشغل",
"للأصحاب",
"للسهر",
"مريح",
"رايق",
"هنادي",
"للمذاكرة",
"هادئ",
"هادية",
"مش زحمة",
"بعيد عن الزحمة",
"للدراسة"
],
"time_keywords": [
"دلوقتي",
"حاليا",
"بعد 12",
"بعد نص الليل",
"24 ساعة",
"الصبح بدري",
"الفجر",
"3 الصبح",
"بعد 2",
"بليل",
"بالليل",
"نص الليل"
],
"food_keywords": [
"جعان",
"جوعان",
"عايز اكل",
"عايزة اكل",
"نفسي اكل",
"نفسي في اكل",
"اتغدى",
"اتعشى"
],
"cafe_keywords": [
"قهوة",
"كافيه",
"كوفي",
"نسكافيه",
"فاصل قهوة",
"عايز اشرب حاجة"
],
"recommend_words": [
"رشحلي",
"رشح",
"اقترحلي",
"اقترح",
"اختارلي",
"تنصحني",
"ترشحلي"
],
"clarify_words": [
"مش فاهم",
"مش فاهمة",
"تقصد ايه",
"وضح",
"وضحي",
"مش واضح"
],
"eval_accuracy": 0.9753320683111955,
"eval_f1_weighted": 0.9753451514935224
} |