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