Instructions to use junzai/bert_finetuning_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use junzai/bert_finetuning_test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="junzai/bert_finetuning_test")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("junzai/bert_finetuning_test") model = AutoModelForSequenceClassification.from_pretrained("junzai/bert_finetuning_test") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 4d45751a8f074695b56cdae2c94fad7d79033b0355fe6137b318c69c386205cb
- Size of remote file:
- 920 Bytes
- SHA256:
- 08736ff4c5b868e4ecbe8750f9780c8ef1f820336c77d5620641bc5eddb34450
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.