rabindralamsal
commited on
Commit
•
e7fffa7
1
Parent(s):
8d9264c
Update README.md
Browse files
README.md
CHANGED
@@ -12,10 +12,14 @@ Output labels:
|
|
12 |
|
13 |
## Using the model
|
14 |
|
15 |
-
Install transformers, if already not installed:
|
16 |
-
|
17 |
-
terminal:
|
18 |
-
|
|
|
|
|
|
|
|
|
19 |
|
20 |
Import BERTsent from the transformers library:
|
21 |
|
|
|
12 |
|
13 |
## Using the model
|
14 |
|
15 |
+
Install transformers and emoji, if already not installed:
|
16 |
+
|
17 |
+
terminal:
|
18 |
+
pip install transformers
|
19 |
+
pip install emoji (for converting emoticons or emojis into text)
|
20 |
+
notebooks (Colab, Kaggle):
|
21 |
+
!pip install transformers
|
22 |
+
!pip install emoji
|
23 |
|
24 |
Import BERTsent from the transformers library:
|
25 |
|