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 10
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:afd6c87c41e5bde83b961e394818eb95c1abd4ccd331e3432c8a1cc774caa94c
|
| 3 |
size 438007925
|
runs/Apr24_08-47-04_1c87503e7107/events.out.tfevents.1682326028.1c87503e7107.175.4
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:7f5899103315bcbf11d67b7b4dfc129e21e3f70dc5b48258091d120161987f0a
|
| 3 |
+
size 8961
|