yiyanghkust
commited on
Commit
•
443586d
1
Parent(s):
446836c
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ Forward-looking statements (FLS) inform investors of managers’ beliefs and opi
|
|
14 |
**Output**: Specific-FLS , Non-specific FLS, or Not-FLS.
|
15 |
|
16 |
# How to use
|
17 |
-
You can use this model with Transformers pipeline for
|
18 |
```python
|
19 |
# tested in transformers==4.18.0
|
20 |
from transformers import BertTokenizer, BertForSequenceClassification, pipeline
|
|
|
14 |
**Output**: Specific-FLS , Non-specific FLS, or Not-FLS.
|
15 |
|
16 |
# How to use
|
17 |
+
You can use this model with Transformers pipeline for forward-looking statement classification.
|
18 |
```python
|
19 |
# tested in transformers==4.18.0
|
20 |
from transformers import BertTokenizer, BertForSequenceClassification, pipeline
|