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