Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use wiorz/bert_small_summarized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wiorz/bert_small_summarized with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="wiorz/bert_small_summarized")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("wiorz/bert_small_summarized") model = AutoModelForSequenceClassification.from_pretrained("wiorz/bert_small_summarized") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 17
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438007925
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae1e4ee20f64f3c27796595d6831d02e769fadca0c9d7edd7e71c5019cb6e451
|
| 3 |
size 438007925
|
runs/May21_21-45-26_9ca27d3365ee/events.out.tfevents.1684705612.9ca27d3365ee.1571.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:327f7be470a18e82a7d9ffebaa452d892b1539656daaf6f0e2bd25d430b54897
|
| 3 |
+
size 13841
|