Skip to content

Commit 6ca8058

Browse files
author
Roman Suvorov
committed
add note about models installation
1 parent 2995488 commit 6ca8058

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

task11_kaggle/lstm_baseline.ipynb

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
"metadata": {},
6969
"outputs": [],
7070
"source": [
71+
"# возможно, Вам потребуется предварительно загрузить модели SpaCy для английского языка\n",
72+
"# !python -m spacy download en\n",
73+
"\n",
7174
"spacy_en = spacy.load('en')"
7275
]
7376
},
@@ -1029,7 +1032,38 @@
10291032
"name": "python",
10301033
"nbconvert_exporter": "python",
10311034
"pygments_lexer": "ipython3",
1032-
"version": "3.6.6"
1035+
"version": "3.7.1"
1036+
},
1037+
"latex_envs": {
1038+
"LaTeX_envs_menu_present": true,
1039+
"autoclose": false,
1040+
"autocomplete": true,
1041+
"bibliofile": "biblio.bib",
1042+
"cite_by": "apalike",
1043+
"current_citInitial": 1,
1044+
"eqLabelWithNumbers": true,
1045+
"eqNumInitial": 1,
1046+
"hotkeys": {
1047+
"equation": "Ctrl-E",
1048+
"itemize": "Ctrl-I"
1049+
},
1050+
"labels_anchors": false,
1051+
"latex_user_defs": false,
1052+
"report_style_numbering": false,
1053+
"user_envs_cfg": false
1054+
},
1055+
"toc": {
1056+
"base_numbering": 1,
1057+
"nav_menu": {},
1058+
"number_sections": true,
1059+
"sideBar": true,
1060+
"skip_h1_title": false,
1061+
"title_cell": "Table of Contents",
1062+
"title_sidebar": "Contents",
1063+
"toc_cell": false,
1064+
"toc_position": {},
1065+
"toc_section_display": true,
1066+
"toc_window_display": false
10331067
}
10341068
},
10351069
"nbformat": 4,

0 commit comments

Comments
 (0)