Instructions to use lekhnathrijal/bert-question-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lekhnathrijal/bert-question-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="lekhnathrijal/bert-question-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("lekhnathrijal/bert-question-classifier") model = AutoModelForSequenceClassification.from_pretrained("lekhnathrijal/bert-question-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 100
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438057080
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:521fe5b96f2dc729fb9437922ef68dc522b61b00abf7c3b08ff8de2fe7532e6b
|
| 3 |
size 438057080
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fe8a476c46a33681ad99692b16ee26a4f109b597e0629d5cda665ddbe872311
|
| 3 |
size 5432
|