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