Instructions to use SushantGautam/KG-LLM-bert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SushantGautam/KG-LLM-bert-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SushantGautam/KG-LLM-bert-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SushantGautam/KG-LLM-bert-base") model = AutoModelForSequenceClassification.from_pretrained("SushantGautam/KG-LLM-bert-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
6a4f7da | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f40591d8603772ed6b635fb9adbd1f63dcf96d8f0c82a12f8d64cd42ab3ebe5b
size 876038394
|