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: 134 Bytes
66b8b4b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e9eecfe6763ceafab916f94e5274d038b6d6778c722c3a27a3cb2a5925cab38c
size 328721273
|