Instructions to use goldandrabbit/finetune_bert_using_Trainer_vs_pytorch_train_loop with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use goldandrabbit/finetune_bert_using_Trainer_vs_pytorch_train_loop with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="goldandrabbit/finetune_bert_using_Trainer_vs_pytorch_train_loop")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("goldandrabbit/finetune_bert_using_Trainer_vs_pytorch_train_loop") model = AutoModelForSequenceClassification.from_pretrained("goldandrabbit/finetune_bert_using_Trainer_vs_pytorch_train_loop") - Notebooks
- Google Colab
- Kaggle
Upload BertForSequenceClassification
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 433279996
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88a4a780f11e73d8172eae5936d0921cef2bd1a0aa1762a770eb8a44036024ce
|
| 3 |
size 433279996
|