Fill-Mask
Transformers
Safetensors
English
Vietnamese
distilbert
finance
esg
text-classification
bert
Instructions to use nguyen599/MaskESG-DistilBERT-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nguyen599/MaskESG-DistilBERT-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="nguyen599/MaskESG-DistilBERT-base")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("nguyen599/MaskESG-DistilBERT-base") model = AutoModelForMaskedLM.from_pretrained("nguyen599/MaskESG-DistilBERT-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
fbcdeaf | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9cf97e7d96ab6a89404119e6e9e2255a83e1f7fa655479d3759e8e1fa724c44c
size 5969
|