Instructions to use Sayan01/Bert-qnli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sayan01/Bert-qnli with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sayan01/Bert-qnli")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sayan01/Bert-qnli") model = AutoModelForSequenceClassification.from_pretrained("Sayan01/Bert-qnli", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 15
Browse files
logs/events.out.tfevents.1692703050.48f07d246700
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:35551c91fd4474f314a431d1e941f732aeae307aed47000535fd88a4c127cd05
|
| 3 |
+
size 11239
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 442732869
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d792002dfa81addcd24eaa17987537ea07ff8ca1f5378cbc6f7c5d9ef3ba5047
|
| 3 |
size 442732869
|