a
This commit is contained in:
+4
-2
@@ -2,7 +2,7 @@
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 1,
|
||||
"execution_count": null,
|
||||
"id": "9aeaf08b-26da-4300-b4d4-e20e9b835876",
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
@@ -15,12 +15,13 @@
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"print(\"Installing required packages...\")\n",
|
||||
"%pip install datasets matplotlib numpy scikit-learn sentence_transformers wordcloud -q"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 2,
|
||||
"execution_count": null,
|
||||
"id": "07d7e876-b3ba-40ed-b6d6-81683e7ee513",
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
@@ -34,6 +35,7 @@
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"print(\"Importing required packages...\")\n",
|
||||
"from datasets import load_dataset\n",
|
||||
"import matplotlib.pyplot as plt\n",
|
||||
"import random\n",
|
||||
|
||||
Reference in New Issue
Block a user