Instructions to use wiorz/bert_small_summarized_defined with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wiorz/bert_small_summarized_defined with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="wiorz/bert_small_summarized_defined")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("wiorz/bert_small_summarized_defined") model = AutoModelForSequenceClassification.from_pretrained("wiorz/bert_small_summarized_defined") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 19
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:ebb8d5fc53a2883acc3e0793820b35ef94391fc7b2eaa4d2a36995de2ba96dce
|
| 3 |
size 438007925
|
runs/May23_01-13-39_4b24a4a36fb6/events.out.tfevents.1684804433.4b24a4a36fb6.1552.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:a87cac91562917b857b113601f68f313db41d057bd91624c159599094f53df9b
|
| 3 |
+
size 15068
|