Spaces:
Runtime error
Runtime error
Update [uma_namboothiripad]assignment_2.py
Browse files
[uma_namboothiripad]assignment_2.py
CHANGED
@@ -9,6 +9,7 @@ Original file is located at
|
|
9 |
Load the dataset below
|
10 |
"""
|
11 |
!pip install -r requirements.txt
|
|
|
12 |
!pip install -U spacy
|
13 |
#first install the library that would help us use BERT in an easy to use interface
|
14 |
#https://github.com/UKPLab/sentence-transformers/tree/master/sentence_transformers
|
|
|
9 |
Load the dataset below
|
10 |
"""
|
11 |
!pip install -r requirements.txt
|
12 |
+
!pip install
|
13 |
!pip install -U spacy
|
14 |
#first install the library that would help us use BERT in an easy to use interface
|
15 |
#https://github.com/UKPLab/sentence-transformers/tree/master/sentence_transformers
|