yiyanghkust
commited on
Commit
•
26eff66
1
Parent(s):
78b7e58
Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ ESG analysis can help investors determine a business' long-term sustainability a
|
|
15 |
**Output**: Environmental, Social, Governance or None.
|
16 |
|
17 |
# How to use
|
18 |
-
You can use this model with Transformers pipeline for
|
19 |
```python
|
20 |
# tested in transformers==4.18.0
|
21 |
from transformers import BertTokenizer, BertForSequenceClassification, pipeline
|
|
|
15 |
**Output**: Environmental, Social, Governance or None.
|
16 |
|
17 |
# How to use
|
18 |
+
You can use this model with Transformers pipeline for ESG classification.
|
19 |
```python
|
20 |
# tested in transformers==4.18.0
|
21 |
from transformers import BertTokenizer, BertForSequenceClassification, pipeline
|