{ "intents": [ { "tag": "greeting", "patterns": [ "Hello", "Hi", "Hey", "Good morning", "How are you?", "What’s up?" ], "responses": [ "Hi, how can I help you today?", "Hello! How can I assist you?", "Hey! What can I do for you today?" ] }, { "tag": "goodbye", "patterns": [ "Goodbye", "Bye", "See you", "Take care", "Later" ], "responses": [ "Goodbye! Have a nice day!", "See you later!", "Take care!" ] }, { "tag": "question", "patterns": [ "What is Hugging Face?", "Tell me about Hugging Face", "What do you do?", "What is your purpose?" ], "responses": [ "Hugging Face is a company specializing in NLP. We provide pre-trained models and tools for developers.", "Hugging Face offers tools and pre-trained models for Natural Language Processing (NLP)." ] }, { "tag": "thanks", "patterns": [ "Thank you", "Thanks", "Thanks a lot", "I appreciate it" ], "responses": [ "You're welcome!", "Glad I could help!", "Anytime! Let me know if you need more help." ] }, { "tag": "help", "patterns": [ "Can you help me?", "I need help", "Help me please", "What can you do?" ], "responses": [ "Sure! I can help with information about Hugging Face and other queries. How can I assist you?", "Of course! What do you need help with?" ] } ] }