Instructions to use AyoubChLin/ESG-bert-BBC_news with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use AyoubChLin/ESG-bert-BBC_news with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("AyoubChLin/ESG-bert-BBC_news") - Notebooks
- Google Colab
- Kaggle
Update line 12 in config.json (#1)
Browse files- Update line 12 in config.json (87664482b8d0c7e47dda5cba6937f81fa850e106)
Co-authored-by: Stefan Radulian <linudaar@users.noreply.huggingface.co>
- config.json +0 -1
config.json
CHANGED
|
@@ -9,7 +9,6 @@
|
|
| 9 |
"hidden_act": "gelu",
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 768,
|
| 12 |
-
['business', 'entertainment', 'politics', 'sport', 'tech']
|
| 13 |
"id2label": {
|
| 14 |
"0": "business",
|
| 15 |
"1": "entertainment",
|
|
|
|
| 9 |
"hidden_act": "gelu",
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 768,
|
|
|
|
| 12 |
"id2label": {
|
| 13 |
"0": "business",
|
| 14 |
"1": "entertainment",
|