Fill-Mask
Transformers
Safetensors
English
Vietnamese
deberta-v2
finance
esg
text-classification
bert
Instructions to use nguyen599/MaskESG-DeBERTa-v3-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nguyen599/MaskESG-DeBERTa-v3-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="nguyen599/MaskESG-DeBERTa-v3-small")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("nguyen599/MaskESG-DeBERTa-v3-small") model = AutoModelForMaskedLM.from_pretrained("nguyen599/MaskESG-DeBERTa-v3-small", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ tags:
|
|
| 16 |
- bert
|
| 17 |
library_name: transformers
|
| 18 |
datasets:
|
| 19 |
-
- nguyen599/
|
| 20 |
widget:
|
| 21 |
- text: "Over three chapters, it covers a range of topics from energy efficiency and renewable energy to the circular economy and sustainable transportation."
|
| 22 |
---
|
|
|
|
| 16 |
- bert
|
| 17 |
library_name: transformers
|
| 18 |
datasets:
|
| 19 |
+
- nguyen599/EnVi-ESG-200
|
| 20 |
widget:
|
| 21 |
- text: "Over three chapters, it covers a range of topics from energy efficiency and renewable energy to the circular economy and sustainable transportation."
|
| 22 |
---
|