Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use Utkarsh03/hb_111 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Utkarsh03/hb_111 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Utkarsh03/hb_111")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Utkarsh03/hb_111") model = AutoModelForSequenceClassification.from_pretrained("Utkarsh03/hb_111") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 950254592
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a50f49d6e10754a4283f43c628efda748e771acfe7fe258b98b0a4bf0fe7dfa
|
| 3 |
size 950254592
|
runs/Apr06_10-54-45_e2649a7d2024/events.out.tfevents.1712400886.e2649a7d2024.1586.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a4ed73ecc237caac90dcf7da65e34faa30d08b2afafd09092c7c8d121bb0b8e
|
| 3 |
+
size 5048
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4856
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de03fa4f940e85267057cea400a3d9998c34d17be818ea1b7f0f9c3422cbb700
|
| 3 |
size 4856
|