Instructions to use Sayan01/bert-cola-distilled-c4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sayan01/bert-cola-distilled-c4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sayan01/bert-cola-distilled-c4")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sayan01/bert-cola-distilled-c4") model = AutoModelForSequenceClassification.from_pretrained("Sayan01/bert-cola-distilled-c4") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
logs/events.out.tfevents.1708259006.f88e78bfdce9.32943.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:40fab3004fb00a1b34d4d7e1e2b2d870bcdddc217196d43b3ab446a2fefe40cf
|
| 3 |
+
size 6619
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438215568
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8600d3f6cfbbe345d592c58ab724fe4f465047d2e04401ca0b24553a0cfee318
|
| 3 |
size 438215568
|