Spaces:
Build error
Build error
Commit
·
ff8a916
1
Parent(s):
2281681
nltk-stopwords
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ from transformers import AutoTokenizer, AutoModel
|
|
23 |
from pytorch_lightning.metrics.functional import accuracy, f1, auroc
|
24 |
from sklearn.metrics import classification_report
|
25 |
|
26 |
-
|
27 |
st.set_page_config(page_title='NLP Challenge- JP', layout='wide', page_icon=':computer:')
|
28 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
29 |
|
|
|
23 |
from pytorch_lightning.metrics.functional import accuracy, f1, auroc
|
24 |
from sklearn.metrics import classification_report
|
25 |
|
26 |
+
nltk.download('stopwords')
|
27 |
st.set_page_config(page_title='NLP Challenge- JP', layout='wide', page_icon=':computer:')
|
28 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
29 |
|