Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Bhaveen/GenAI_Lab3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Bhaveen/GenAI_Lab3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Bhaveen/GenAI_Lab3")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Bhaveen/GenAI_Lab3") model = AutoModelForSequenceClassification.from_pretrained("Bhaveen/GenAI_Lab3") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
runs/Feb16_16-22-48_b60beb7f928b/events.out.tfevents.1739722969.b60beb7f928b.165.1
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:7b21ce6a74d93f2ec3042f58afdba87b07999fcfd9b09ce7bd7b507e5fda8e41
|
| 3 |
+
size 7298
|