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 ·
7ef25d3
1
Parent(s): ff10185
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 433364397
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8968367d1053a6dd01f4dfec5227e919772d392ddef1145854518d2cf3ad4520
|
| 3 |
size 433364397
|
runs/May23_00-55-51_200405aa6971/events.out.tfevents.1653267359.200405aa6971.1272.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:c44a8bc233ead21e513d4f5fa5f958a8c2f46e972a16c4a2b17ba489149fdaee
|
| 3 |
+
size 18508
|