adding main data
Browse files- .gitattributes +1 -0
- .gitignore +1 -0
- persian_daily.zip +3 -0
- test.ipynb +29 -3
.gitattributes
CHANGED
@@ -25,3 +25,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
persian_daily.zip filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
*.lock
|
persian_daily.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9743e9b75c598828576fa96bbf5b4f425cedca177575b79b3a12c7db9eabfb23
|
3 |
+
size 1868601048
|
test.ipynb
CHANGED
@@ -47,11 +47,25 @@
|
|
47 |
},
|
48 |
{
|
49 |
"cell_type": "code",
|
50 |
-
"execution_count":
|
51 |
"metadata": {},
|
52 |
-
"outputs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
"source": [
|
54 |
-
"import
|
|
|
|
|
|
|
55 |
]
|
56 |
},
|
57 |
{
|
@@ -89,6 +103,18 @@
|
|
89 |
"display_name": "Python 3",
|
90 |
"language": "python",
|
91 |
"name": "python3"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
}
|
93 |
},
|
94 |
"nbformat": 4,
|
|
|
47 |
},
|
48 |
{
|
49 |
"cell_type": "code",
|
50 |
+
"execution_count": null,
|
51 |
"metadata": {},
|
52 |
+
"outputs": [
|
53 |
+
{
|
54 |
+
"name": "stderr",
|
55 |
+
"output_type": "stream",
|
56 |
+
"text": [
|
57 |
+
"Downloading...\n",
|
58 |
+
"From: https://drive.google.com/uc?id=1-3qXw1iYAmNw6JLn5Wp3pu6o2iD-kzwq\n",
|
59 |
+
"To: /home/saied/Data_Science/opensource_projects/persian_daily_news/persian_daily.zip\n",
|
60 |
+
"1.81GB [06:32, 4.14MB/s]"
|
61 |
+
]
|
62 |
+
}
|
63 |
+
],
|
64 |
"source": [
|
65 |
+
"import gdown\n",
|
66 |
+
"url = \"https://drive.google.com/uc?id=1-3qXw1iYAmNw6JLn5Wp3pu6o2iD-kzwq\"\n",
|
67 |
+
"output = 'persian_daily.zip'\n",
|
68 |
+
"gdown.download(url, output, quiet=False)"
|
69 |
]
|
70 |
},
|
71 |
{
|
|
|
103 |
"display_name": "Python 3",
|
104 |
"language": "python",
|
105 |
"name": "python3"
|
106 |
+
},
|
107 |
+
"language_info": {
|
108 |
+
"codemirror_mode": {
|
109 |
+
"name": "ipython",
|
110 |
+
"version": 3
|
111 |
+
},
|
112 |
+
"file_extension": ".py",
|
113 |
+
"mimetype": "text/x-python",
|
114 |
+
"name": "python",
|
115 |
+
"nbconvert_exporter": "python",
|
116 |
+
"pygments_lexer": "ipython3",
|
117 |
+
"version": "3.8.10"
|
118 |
}
|
119 |
},
|
120 |
"nbformat": 4,
|