Instructions to use tiagoblima/nilc-binary-bert-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tiagoblima/nilc-binary-bert-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="tiagoblima/nilc-binary-bert-large")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("tiagoblima/nilc-binary-bert-large") model = AutoModelForSequenceClassification.from_pretrained("tiagoblima/nilc-binary-bert-large") - Notebooks
- Google Colab
- Kaggle
Tiago Barbosa de Lima commited on
Commit ·
6a531ac
1
Parent(s): f9ec02d
Training in progress, epoch 3
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1337732725
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c30f81e955275907d8824ee2dec4c168949303e7e0004169b678addb70e87f3
|
| 3 |
size 1337732725
|