Text Classification
Transformers
TensorBoard
Safetensors
llama
Generated from Trainer
text-embeddings-inference
Instructions to use vedaantp/email-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vedaantp/email-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="vedaantp/email-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("vedaantp/email-model") model = AutoModelForSequenceClassification.from_pretrained("vedaantp/email-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4943307184
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ddf7d22e5222988758e3c358fb5acf2b955ccd9edd8f2e1f54210c70b16c2807
|
| 3 |
size 4943307184
|
runs/Sep29_18-53-15_7745b77c1e3f/events.out.tfevents.1727635996.7745b77c1e3f.1852.2
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:1ccf8d138bd6b8f9bdfd36d0e4527c304877ed4a909b1b85da94d38c2b4e1df8
|
| 3 |
+
size 6807
|