Lyon28/Caca-Chatbot-V2
227
1{2 "model_name": "CACA - Contextual Adaptive Conversational AI",3 "version": "1.0.0",4 "dataset": "Lyon28/Caca-Behavior",5 "repo_name": "Lyon28/Caca-Chatbot-V2",6 "techniques": {7 "bm25": 0.12,8 "tfidf": 0.1,9 "sbert_mini": 0.15,10 "sbert_mpnet": 0.2,11 "use": 0.1,12 "fuzzy": 0.1,13 "jaccard": 0.05,14 "ngram": 0.05,15 "pattern": 0.08,16 "keyword_boost": 0.0517 },18 "context": {19 "enabled": true,20 "max_history": 5,21 "weight": 0.1522 },23 "multilang": {24 "enabled": true,25 "supported": [26 "id",27 "en"28 ]29 }30}