From 48d3baf9803f673a101f6360a3d40b8211ec3e10 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 16 Oct 2023 16:04:29 -0600 Subject: update dependencies --- ...21-06-27-Crude-ML-AI-Powered-Chatbot-Swift.html | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'docs/posts/2021-06-27-Crude-ML-AI-Powered-Chatbot-Swift.html') diff --git a/docs/posts/2021-06-27-Crude-ML-AI-Powered-Chatbot-Swift.html b/docs/posts/2021-06-27-Crude-ML-AI-Powered-Chatbot-Swift.html index c29bb8c..887b617 100644 --- a/docs/posts/2021-06-27-Crude-ML-AI-Powered-Chatbot-Swift.html +++ b/docs/posts/2021-06-27-Crude-ML-AI-Powered-Chatbot-Swift.html @@ -103,20 +103,20 @@ I created a sample JSON with only 3 examples (I know, very less, but works for a

Screenshot of Sample Dataset

-
[
-    {
-        "tokens": ["Tell","me","about","the","drug","Aspirin","."],
-        "labels": ["NONE","NONE","NONE","NONE","NONE","COMPOUND","NONE"]
-    },
-    {
-        "tokens": ["Please","tell","me","information","about","the","compound","salicylic","acid","."],
-        "labels": ["NONE","NONE","NONE","NONE","NONE","NONE","NONE","COMPOUND","COMPOUND","NONE"]
-    },
-    {
-        "tokens": ["Information","about","the","compound","Ibuprofen","please","."],
-        "labels": ["NONE","NONE","NONE","NONE","COMPOUND","NONE","NONE"]
-    }
-]
+
[
+    {
+        "tokens": ["Tell","me","about","the","drug","Aspirin","."],
+        "labels": ["NONE","NONE","NONE","NONE","NONE","COMPOUND","NONE"]
+    },
+    {
+        "tokens": ["Please","tell","me","information","about","the","compound","salicylic","acid","."],
+        "labels": ["NONE","NONE","NONE","NONE","NONE","NONE","NONE","COMPOUND","COMPOUND","NONE"]
+    },
+    {
+        "tokens": ["Information","about","the","compound","Ibuprofen","please","."],
+        "labels": ["NONE","NONE","NONE","NONE","COMPOUND","NONE","NONE"]
+    }
+]
 
-- cgit v1.2.3