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