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