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
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:d2919abd16ea57bebd92ff7a51d2dbc2c3550616c16cecb0b1d85ad2f3d68f25
|
| 3 |
size 267832560
|
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:45ff20121113932ce1585bed074a91dce7dcfdecf32bc169bdf127e33a15f403
|
| 3 |
+
size 6621
|