Instructions to use lcrodriguez/learn-finetuning-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lcrodriguez/learn-finetuning-bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="lcrodriguez/learn-finetuning-bert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("lcrodriguez/learn-finetuning-bert") model = AutoModelForSequenceClassification.from_pretrained("lcrodriguez/learn-finetuning-bert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
e886a46
1
Parent(s): 4f129e5
nybblegroup/learn-finetuning-bert-sequence-classifier
Browse files- training_args.bin +2 -2
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4eefc9015f2cdc3f22b32df3a65a59f16ca57f385d77363d55f72f41cc1487c3
|
| 3 |
+
size 3579
|