Instructions to use fredymad/bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fredymad/bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="fredymad/bert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("fredymad/bert") model = AutoModelForSequenceClassification.from_pretrained("fredymad/bert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- pytorch_model.bin +1 -1
- runs/Apr24_08-13-02_1c87503e7107/events.out.tfevents.1682323985.1c87503e7107.175.2 +2 -2
- runs/Apr24_08-47-04_1c87503e7107/1682326028.8498282/events.out.tfevents.1682326028.1c87503e7107.175.5 +3 -0
- runs/Apr24_08-47-04_1c87503e7107/events.out.tfevents.1682326028.1c87503e7107.175.4 +3 -0
- training_args.bin +1 -1
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:8e9ba7ab753928089b26f2ac1d3d39036ea034b7bc6c2d27bd15e4d9e406e67a
|
| 3 |
size 438007925
|
runs/Apr24_08-13-02_1c87503e7107/events.out.tfevents.1682323985.1c87503e7107.175.2
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:5037891fc57990e3e00bcf7a6520a2ad0f76810b5d8ce6efe1db0eb32b59b94a
|
| 3 |
+
size 5383
|
runs/Apr24_08-47-04_1c87503e7107/1682326028.8498282/events.out.tfevents.1682326028.1c87503e7107.175.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25ae65a0e6bb3b5dbd7f672b98c18422ef86a2e4110f317d48de18a42cd9de26
|
| 3 |
+
size 5834
|
runs/Apr24_08-47-04_1c87503e7107/events.out.tfevents.1682326028.1c87503e7107.175.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ee759165ed45f744444596b37cc2504e19287d8b370cc252dd75983c8ceff6a
|
| 3 |
+
size 4641
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3579
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69ab98142c748d9462c2da535e5cfdeb702e653309da1027be5411ea8edb57af
|
| 3 |
size 3579
|