Text Classification
Transformers
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use shreshthamodi02/bert-priority-hindi-discourse with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shreshthamodi02/bert-priority-hindi-discourse with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="shreshthamodi02/bert-priority-hindi-discourse")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("shreshthamodi02/bert-priority-hindi-discourse") model = AutoModelForSequenceClassification.from_pretrained("shreshthamodi02/bert-priority-hindi-discourse") - Notebooks
- Google Colab
- Kaggle
End of training
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 541332756
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24d35adcdf01599102f72b866df7d75c66d9c6f7527052b248f452e459d4efd2
|
| 3 |
size 541332756
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3bcaef72832f39e6726b7e85e7673d8b8f88d9321f45feda79fe34d1eab1016
|
| 3 |
size 5368
|