Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
distilbert
text-embeddings-inference
Instructions to use akuysal/English-SMS-classification-model-With-Subset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use akuysal/English-SMS-classification-model-With-Subset with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="akuysal/English-SMS-classification-model-With-Subset")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("akuysal/English-SMS-classification-model-With-Subset") model = AutoModelForSequenceClassification.from_pretrained("akuysal/English-SMS-classification-model-With-Subset") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267854125
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35039e723d609e4a48f4aeb8f740754868b9b0438146fae199b7e32b4e077d8b
|
| 3 |
size 267854125
|
runs/Mar22_22-15-08_cd121571f96b/events.out.tfevents.1679523380.cd121571f96b.510.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:fcfd83f0c8d3d93fbd990b1abf04420d8f86f8a88dbca385c01d04c208629756
|
| 3 |
+
size 5171
|