Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use juancavallotti/bert_sentence_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use juancavallotti/bert_sentence_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="juancavallotti/bert_sentence_classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("juancavallotti/bert_sentence_classifier") model = AutoModelForSequenceClassification.from_pretrained("juancavallotti/bert_sentence_classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
854fee9
1
Parent(s): 634fc77
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1334518573
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0840a4d8d405316c20b8b4b8fa8d2bf0a3b4459e9c1ef1c555b812658290939
|
| 3 |
size 1334518573
|
runs/May23_02-49-05_200405aa6971/events.out.tfevents.1653274153.200405aa6971.3334.0
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:d17a9225502e823c6bd8e3e3b0ad27c44f4eba3a61335bdcd6b049ea6314788f
|
| 3 |
+
size 138518
|