Instructions to use ESGBERT/SocialBERT-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ESGBERT/SocialBERT-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="ESGBERT/SocialBERT-base")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("ESGBERT/SocialBERT-base") model = AutoModelForMaskedLM.from_pretrained("ESGBERT/SocialBERT-base") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
66b8b4b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:74601bdd1b03824aed48dfe092fd255da808edb6f77aecd9d1ce0eb153c3124c
size 3963
|