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 14
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:377b92adecfdd093705ef62ac8b5fc2ec5ad753899aba8f72c3f5dc824683a61
|
| 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:40ed2b74804d141ca1f9382970ec9371ef84b451e8cb0336c1cb41f8bf678312
|
| 3 |
+
size 12115
|