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
- Xet hash:
- 7eb0f02adb4f595d6991f6ebb4aae5871cd672569f1f0596883bc1d7e3285260
- Size of remote file:
- 438 MB
- SHA256:
- a1203d036454632130c7d0de17f51c7971105be1f30d9e5aa8996cffca7d6f32
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.