Instructions to use cc5954772/esgBERT_CICD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cc5954772/esgBERT_CICD with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="cc5954772/esgBERT_CICD")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("cc5954772/esgBERT_CICD") model = AutoModelForSequenceClassification.from_pretrained("cc5954772/esgBERT_CICD") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened over 1 year ago
by
SFconvertbot