m0saan commited on
Commit
575fa4f
·
verified ·
1 Parent(s): b387095

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -28,9 +28,50 @@ task_categories:
28
  - text-classification
29
  language:
30
  - en
 
 
 
 
 
31
  ---
32
 
33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  ---
35
  license: mit
36
  ---
 
28
  - text-classification
29
  language:
30
  - en
31
+ tags:
32
+ - coffeshop
33
+ - customer
34
+ size_categories:
35
+ - 1K<n<10K
36
  ---
37
 
38
 
39
+ **Dataset Card: Bike Shop Chat-bot Intents**
40
+
41
+ **Dataset Name:** Bike Shop Chat-bot Intents
42
+
43
+ **Description:** This dataset contains phrases labeled by intents, used to train and test a chat-bot for a bike shop. The intents represent the underlying goals or actions that users want to perform when interacting with the chat-bot.
44
+
45
+ **Files:**
46
+
47
+ * **intents_train.csv**: The training dataset, containing labeled phrases and their corresponding intents.
48
+ * **intents_test.csv**: The testing dataset, containing phrases to be classified into intents.
49
+
50
+ **Data Type:** Text data (phrases) with categorical labels (intents)
51
+
52
+ **Size:**
53
+
54
+ * **intents_train.csv**: [Insert number of rows/samples] phrases
55
+ * **intents_test.csv**: [Insert number of rows/samples] phrases
56
+
57
+ **Variables:**
58
+
59
+ * **Phrase**: The text input from users, representing their queries or requests.
60
+ * **Intent**: The categorical label assigned to each phrase, indicating the underlying goal or action.
61
+
62
+ **Data Collection:** The dataset was likely created by collecting phrases from various sources, such as customer interactions, online reviews, or forums, and then labeling them with corresponding intents.
63
+
64
+ **Data Processing:** The phrases were likely preprocessed by tokenizing, removing stop words, and stemming/lemmatizing to prepare them for model training.
65
+
66
+ **Task:** The task is to develop a model that can classify new, unseen phrases into their corresponding intents, based on the patterns learned from the training data.
67
+
68
+ **Potential Applications:**
69
+
70
+ * Improving the chat-bot's ability to understand user requests and respond accurately.
71
+ * Enhancing the overall customer experience by providing more effective support and guidance.
72
+ * Identifying trends and insights from user interactions to inform business decisions.
73
+
74
+
75
  ---
76
  license: mit
77
  ---