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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 15
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:d8ead17fdbd30afff7793f38d34faf43555b68cddb27c8b62049acac4a42baa4
|
| 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:8e0e5d656cb0a67ac9cda8c220b9e4c71929d8a298fafedc5e75ba6174dbf879
|
| 3 |
+
size 12819
|