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