Instructions to use chenqian/bert_finetuning_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chenqian/bert_finetuning_test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="chenqian/bert_finetuning_test")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("chenqian/bert_finetuning_test") model = AutoModelForSequenceClassification.from_pretrained("chenqian/bert_finetuning_test") - Notebooks
- Google Colab
- Kaggle
Commit ·
f467237
1
Parent(s): c6d9801
upload flax model
Browse files- flax_model.msgpack +3 -0
flax_model.msgpack
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:136647a32808ea7e14db7f9b2eb9e75fadfd0a9ba929c4d11eeb4c7320f0d384
|
| 3 |
+
size 437942328
|