Instructions to use Pacho/bert_finetuning_sh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Pacho/bert_finetuning_sh with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Pacho/bert_finetuning_sh")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Pacho/bert_finetuning_sh") model = AutoModel.from_pretrained("Pacho/bert_finetuning_sh") - Notebooks
- Google Colab
- Kaggle
Upload training_args.bin
Browse files- training_args.bin +3 -0
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7798eb2d90bdd21aaf31bbfab077de1819e4d76f220133a7449f8824b984af03
|
| 3 |
+
size 3375
|