Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use Sif10/my_awesome_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sif10/my_awesome_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sif10/my_awesome_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sif10/my_awesome_model") model = AutoModelForSequenceClassification.from_pretrained("Sif10/my_awesome_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 10
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267832560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1616b49bf3ad4272a0ad5a1512e4cc07ce0542e9c8f7937cc8b114bb00f65954
|
| 3 |
size 267832560
|
runs/Mar10_10-27-50_4898862b1567/events.out.tfevents.1710066470.4898862b1567.34.3
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:fc44a2d691afdafb9ce9cb74314b01785a576138e16f0b859d2f351d0b4bf890
|
| 3 |
+
size 14362
|