Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use fathyshalaby/emailclassifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fathyshalaby/emailclassifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="fathyshalaby/emailclassifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("fathyshalaby/emailclassifier") model = AutoModelForSequenceClassification.from_pretrained("fathyshalaby/emailclassifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
c1992ca
1
Parent(s): e1a90af
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267863537
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d9a0f384f4e49e4a2495454b2b7f35fefa3935b55e0b0c71449111171d3677d
|
| 3 |
size 267863537
|
runs/Oct09_10-41-26_3b54613d2976/events.out.tfevents.1665312093.3b54613d2976.66.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:7597a936bec6d5600f2413ade7ef0934e801c576728e3a85f9e6d5fc7c0c7d8f
|
| 3 |
+
size 6376
|