Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use sehrashsafdar/urdu-intent-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sehrashsafdar/urdu-intent-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="sehrashsafdar/urdu-intent-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("sehrashsafdar/urdu-intent-model") model = AutoModelForSequenceClassification.from_pretrained("sehrashsafdar/urdu-intent-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 712206312
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf2280023a7652e51101f4e5f45fff8490528ba842aa74f52111d1fca1c29b94
|
| 3 |
size 712206312
|
runs/Jul30_14-47-04_180aa03c6cbd/events.out.tfevents.1753886829.180aa03c6cbd.1080.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:81839624659116a89220e3d6da21d220a80f67c1c07164eea3955784aa9e3652
|
| 3 |
+
size 24791
|